RE: Compile JSP with Tomcat/IBM JDK 1.2.2/AIX4.3.3

2001-08-06 Thread Gautam Sinha
, but I did it a bit different. (And at least easier for AIX) Rgrds, Klaas -Original Message- From: Gautam Sinha [mailto:[EMAIL PROTECTED]] Sent: donderdag 2 augustus 2001 16:11 To: [EMAIL PROTECTED] Subject: RE: Compile JSP with Tomcat/IBM JDK 1.2.2/AIX4.3.3 I assume you mean

RE: How to configure a custom page for JSP 404 errors?

2001-07-31 Thread Gautam Sinha
Pierce Courtney wrote: Thanks for your replies, but this simply does not work for me .. .. .. .. If anyone has actually gotten this to work on Tomcat 3.2.2, Please let me know how you did it. -- Since I needed to display a customized

RE: Query

2001-07-26 Thread Gautam Sinha
Title: Query Since you have posted this to the tomcat-user mailing list, I assume you have a copy of tomcat. The class that you mention (it is not a package) is contained in servlet.jar contained in tomcat_home/lib. Gautam -Original Message- From: Swapan Kumar Chakraborty

RE: Query

2001-07-26 Thread Gautam Sinha
Title: Query Since you have posted this to the tomcat-user mailing list, I assume you have a copy of tomcat. The class that you mention (it is not a package) is contained in servlet.jar contained in tomcat_home/lib. Gautam -Original Message- From: Swapan Kumar Chakraborty

RE: File Not Found Error

2001-07-25 Thread Gautam Sinha
Jeff, I am not sure how you have defined your servlets. For a servlet called MyServlet, a URL like the following is recommended: http://localhost:8080/examples/servlet/MyServlet servlet needs to be lowercase. Gautam -Original Message- From: Jeffrey Worst [mailto:[EMAIL PROTECTED]]

RE: starting tomcat 3.2.3

2001-07-20 Thread Gautam Sinha
This usually happens when tomcat's default port (8080) is already in use. A simple check would be to point your browser to http://localhost:8080; and see if you have another http service running on that port. If not, it could be that some other service is using that port. Gautam -Original

Replacing tools.jar with Jikes for JSP compilation

2001-07-18 Thread Gautam Sinha
This seems to be a popular question. There have been some excellent postings before to solve the dilemma, and some of them involved modifying the tomcat source code. Here are the steps for replacing tools.jar with Jikes for Tomcat 3.2.1 on the Windows 2000 platform, without modifying the source