• 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

jwsdk/servlet runner problem

 
Ranch Hand
Posts: 30
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am unable to start server from jswdk with command startserver
so I manually executed every command and
E:\win98\jswd\jswdk-1.0.1>start java.com.sun.web.shell.Startup
Cannot find file 'java.com.sun.web.shell.Startup' (or one of
its components). Check to ensure the path and filename are correct
and that all required libraries are available.
I got this error.
My classpath in win98 is CLASSPATH=.;e:\winnt1\jdk1_2\lib\tools.jar;e:\win98\jswd\jswdk-1.0.1\lib\servlet.jar
How could I get off this problem.

and nor I could run with servlet runner with JSDK
E:\win98\jsdk\bin>servletrunner
servletrunner starting with settings:
port = 8080
backlog = 50
max handlers = 100
timeout = 5000
servlet dir = .\examples
document dir = .\examples
servlet propfile = .\examples\servlet.properties
Servlet not found: s1
Servlet not found: s1
Servlet not found: s1
although I had made a directory examples in bin and examples (default)also and s1.class is in this directory.

jaideep
 
Ranch Hand
Posts: 18944
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
E:\win98\jswd\jswdk-1.0.1>start java.com.sun.web.shell.Startup
Did u try the startup command in the bin dir of
jswdk-1.0.1
Well, I am guessing. I haven't used jswdk but am familiar
with jsdk2.1 and am assuming it would be similar....
also you might want to check your path .......

regds.
- satya
 
I didn't say it. I'm just telling you what this tiny ad said.
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic