Hi !
 
 
 
One  possible solution would be to organize your servlets in packages like this:
 
package counter;
...
public   class MyServlet .....
 
...
 
than you should put this in a subdirectory called counter and acces it:
 
http://www.somewhere.com/servlet/counter/MyServlet
or
 http://www.somewhere.com/servlet/counter.MyServlet
 
 
Hope it helps,
 
  Best wishes,
                                 Andras                        
-----Original Message-----
From: Alec Matias <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED] <[EMAIL PROTECTED]>
Date: Wednesday, June 09, 1999 8:51 AM
Subject: virtusl directory

Hi!,
 
I'm using Java Web Server and I want to know if it is possible to create a subdirectory on the servlets directory of java web server so that I can group my servlets classes. If possible, how can I access those servlets on browser? what things to do or setups on java web server in order for me to refer to that servlets on the subdirectory of servlets?Thanks.
 
Alec Matias
Programmer/Analysts
Information Systems Services
ASPANET Resources, Inc.
www.aspanet.com

GIF image

Reply via email to