• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

problem with TomCat and jswdk-1.0.1

 
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi!
i m using window NT i have problem with tomcat and also jswdk-1.0.1 i did check my initial memory which is 4096 the
autoexec.bat
set JAVA_HOME=C:\jdk1.2.2
set classpath= c:\jswdk\lib;
and did change many times classpath line like
set classpath= c:\jswdk\lib\servlet.jar;c:\jswdk\lib\xml.jar;
and many others lines but jswdk not running plzz help me
byee
 
Greenhorn
Posts: 18
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi There,
Looks like you have a space after = , remove this space/correct this and see if it makes a difference.
 
Shahid Ali Naz
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
HI!
no problem of spaces
 
chandu raja
Greenhorn
Posts: 18
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Shahid,
OK, in classpath you dont have to include till the file *.jar.... just put till the lib
classpath=C:\jswdk\lib;
see if it works
 
Greenhorn
Posts: 4
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Shahid Ali Naz,
Tomcat will pick up classes from servlet.jar available in root:\lib\servlet.jar. The stuffs you have to do is,
You have to set environment variable for JAVA_HOME and TOMCAT_HOME, it may be c:\jdk1.3 , C:\tomcat and in PATH = JAVA_HOME\bin. Set this env. var. in c:\tomcat\bin directory and execute startup.cmd.
I hope , your tomcat server will start with port number 8080 perfectly, else send the error message

 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic