--- jhughes <[EMAIL PROTECTED]> wrote:
> This product comes with it's own webserver. The only
> other thing you will
> need is the JDK.
>
I notice quite a few people seem to be using JSWDK
instead of the JSDK.  I tried configuring it on
Windows NT and did not manage to run my servlets.

I want to run class x.y.z.class.  In webserver.xml the
server is configured that examples should be mapped to
/examples which is then translated to
[jswdkhome]\examples\web-info\servlets.
The URL to access a servlet seems to be
http://localhost:8080/examples/servlet/servletname.
I can't figure out how these mappings tie in to each
other.  I tried putting x.y.z.class into
[jswdkhome]\examples\web-info\servlets\x\y\z.class
but the webserver did not find it.  I would prefer a
URL of
http://localhost:8080/servlet/x/y/z
but my amendments to webserver.xml did not achieve
this.

Where do I put my servlets????  If someone responds
soon I may have some hair left.  It's certainly a lot
more hassle than the good 'ole JSDK 2.0 - I almost
feel nostalgic for the servlet runner already.  I
don't feel JWSDK has brought me any benefits.

Stuart Butler
____________________________________________________________
Do You Yahoo!?
Get your free @yahoo.co.uk address at http://mail.yahoo.co.uk
or your free @yahoo.ie address at http://mail.yahoo.ie

___________________________________________________________________________
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

Reply via email to