try to enclose you PATH and CLASSPATH with double qoute e.g. set CLASSPATH=%CLASSPATH%;"c:\j2sdk1.4.0\lib\tools.jar";"c:\j2sdk1.4.0\lib\dt.jar"
On Tue, 2002-07-16 at 04:16, Rajasekhar Kakani wrote: > hi all > > iam having problems deploying the tomcat web server.i downloaded >(jakarta-tomcat-3.2.4.zip) the same from the jakarta site and deployed as per their >given instructions. > > i made the following settings in my autoexec.bat > > set PATH=c:\windows;c:\windows\command > > set PATH="%PATH%";c:\j2sdk1.4.0;c:\j2sdk1.4.0\bin > > set CLASSPATH=.;.. > set CLASSPATH=%CLASSPATH%;c:\j2sdk1.4.0\lib\tools.jar;c:\j2sdk1.4.0\lib\dt.jar > > set CLASSPATH=%CLASSPATH%;c:\jakart~1.4\lib\webserver.jar > set CLASSPATH=%CLASSPATH%;c:\jakart~1.4\lib\jasper.jar > set CLASSPATH=%CLASSPATH%;c:\jakart~1.4\lib\servlet.jar > set CLASSPATH=%CLASSPATH%;c:\jakart~1.4\lib\jaxp.jar > set CLASSPATH=%CLASSPATH%;c:\jakart~1.4\lib\crimson.jar > set CLASSPATH=%CLASSPATH%;c:\jakart~1.4\lib\ant.jar > set CLASSPATH=%CLASSPATH%;c:\jakart~1.4\lib\parser.jar > > set TOMCAT_HOME=c:\jakart~1.4; > > set JAVA_HOME=c:\j2sdk1.4.0; > > but when i try to deploy the server by typing startup at the command prompt i get an >error output like this > > Out of Environment space > Out of Environment space > Out of Environment space > Out of Environment space > Out of Environment space > Out of Environment space > unable to load the CLASSPATH dynamically > NOTE : To Set the CLASSPATH dynamically on Win9X systems only dos 8.3 names may be >used in TOMCAT_HOME! > Setting your CLASSPATH statically > Out of Environment space > Out of Environment space > Out of Environment space > Out of Environment space > Out of Environment space > Out of Environment space > > using CLASSPATH: > > Starting Tomcat in new window > Bad command or file name > > and the control returns back to the command prompt. > > can anyone plz tell me where iam going wrong. > > with rgds > Rajasekhar > > ********************************************************* > Disclaimer > > This message (including any attachments) contains > confidential information intended for a specific > individual and purpose, and is protected by law. > If you are not the intended recipient, you should > delete this message and are hereby notified that > any disclosure, copying, or distribution of this > message, or the taking of any action based on it, > is strictly prohibited. > > ********************************************************* > > Visit us at http://www.mahindrabt.com ___________________________________________________________________________ To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff SERVLET-INTEREST". Archives: http://archives.java.sun.com/archives/servlet-interest.html Resources: http://java.sun.com/products/servlet/external-resources.html LISTSERV Help: http://www.lsoft.com/manuals/user/user.html
