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:
or
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 directoryHi!,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.
GIF image