I had a typo there... INFO should be INF...

----Original Message Follows----
From: Ibrahim tangara <[EMAIL PROTECTED]>

Hello to all !
I have difficulties to run my first servlet with jsdk2.1 as many others.
I have tried the solution proposed by Emily but I still get the following
error msg

Error: 404
No detailed message

Thanks in advance for any help !


 >ha, I just made my timesheet servlet working with jsdk2.1:)
 >
 >here is what I did:
 >
 >1. create subdirectories under jsdk2.1 like this:
 >
 >...jsdk2.1/timesheet/WEB-INFO/servlets
 >
 >2. put all my relevant servlets under the
 >...jsdk2.1/timesheet/WEB-INFO/servlets sub-diretory;
 >
 >3. add 2 new lines in the default.cfg:
 >
 >server.webapp.timesheet.mapping=/timesheet
 >server.webapp.timesheet.docbase=timesheet
 >
 >4. run the startserver script;
 >
 >5. run my servlet using the URL:
 >
 >localhost:portnumber/timesheet/servlet/whateverclassname
 >
 >hope this helps.
 >
 >Emily

___________________________________________________________________________
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



______________________________________________________
Get Your Private, Free Email at http://www.hotmail.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

Reply via email to