hi!,
FYI, I'm new to java and servlet.
If I'm going to make a package where will I put my classes is
it on the servlets directory of the java web server?
-----Original Message-----
From: Andras Balogh <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED] <[EMAIL PROTECTED]>
Date: Thursday, June 10, 1999 5:26 AM
Subject: Re: virtusl directoryHi !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:orHope 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