Queries about Installing tomcat in win98

I have win98, can I install tomcat in 98 how can I run servlets in 98.

Please help me. Thank in advance

ANIL CHANDRA NOOTHAKKI
 

Try to configure Tomcat in win 98. if you are using the jakarta tomcat 3.2.3 and jdk1.2.2.

set the TOMCAT_HOME=c:\jakarta-tomat and
JAVA_HOME=c:\jdk1.2.2 in c:\Autoexec.bat .
Even if you  startup the tomcat & got this error

/*
out of environment space
out of environment space
unable to set CLASSPATH dynamically.
No: To set the CLASSPATH dynamically on win9x
systems only Dos8.3 names may be used in TOMCAT_HOME;
Setting your CLASSPATH statically.
out of enviroment space
out of environment space
out of environment space
out of environment space
out of environment space
Open tomcat in new window
*/

then
try this::
The problem is due to the size of the environment space that isn't really big.
One solution is to edit the CONFIG.SYS file and add this line:
SHELL=C:\COMMAND.COM C:\ /E:4096 /P

It may be possible that you already have a similar line, in that case you can increase the value after the '/E:' option, that is the size of the environment space. Remember to reboot. If you still have the same error, increase the number.

Another solution is to use the properties (right click) on the starting batch file (startup.bat or, based on the version of Tomcat, tomcat.bat or catalina.bat), increasing the environment size in the memory tag.

Try to make these settings properly.

If you have still problem, then Querys always most welcome.

Muneera

Do you have a Java Problem?
Ask It in The Java Forum

Java Books
Java Certification, Programming, JavaBean and Object Oriented Reference Books

Return to : Java Programming Hints and Tips

All the site contents are Copyright © www.erpgreat.com and the content authors. All rights reserved.
All product names are trademarks of their respective companies.
The site www.erpgreat.com is not affiliated with or endorsed by any company listed at this site.
Every effort is made to ensure the content integrity.  Information used on this site is at your own risk.
 The content on this site may not be reproduced or redistributed without the express written permission of
www.erpgreat.com or the content authors.