RE: Servlet class not found

2004-11-24 Thread Joseph Samuel
It seems that the package is not properly declared in it. Check it. -Original Message- From: Richard Lewis [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 24, 2004 4:51 PM To: [EMAIL PROTECTED] Subject: Servlet class not found Hello, This is probably quite a simple question but I

RE: jaring a zip file

2004-09-22 Thread Joseph Samuel
1) Extrat the zip to a temporary folder preserving the directory structure. 2) Take command propmt, go to the the above temporary folder and give the command jar -cf myjar.jar * rename myjar.jar as the name of the jar that you want. -Original Message- From: Shanti Priya [mailto:[EMAIL

RE: Where are Tomcat logs when run as service?

2004-08-23 Thread Joseph Samuel
The logs are present in the 'logs' directory of your tomcat installation. It is stored in the file 'stdout.log' These log files are cleared each time you restart Tomcat. Jo -Original Message- From: ohaya [mailto:[EMAIL PROTECTED] Sent: Monday, August 23, 2004 12:06 PM To: Tomcat Users

Unable to accessing shared network folder

2004-08-15 Thread Joseph Samuel
Hi, I am running Tomact 5.0 under Windows 2000. I want to access a shared folder in the netowrk from my jsp page. I try giving the UNC path of the shared folder. But tomcat is unable to see the directory. Please help. File sharedFolder = new File (machine\\shared); where machine is the