Re: Servlet Mapping...:(

2001-11-17 Thread BacardiWasabi
My servle class is ActionSerlvet (No pACKAGE). I have placed under WEB-INF/classes Still getting error --- Frank Lawlor [EMAIL PROTECTED] wrote: A couple of things to check Is your servlet class really ActionServlet and not something like com.mycom.ActionServlet? If it IS

build error

2001-11-17 Thread Papo Napolitano
Hi! I'm getting this error when I make a rebuild of a WebApp. I think that I have some problem saving the sessions to be loadef after the rebuild, but I couldn't solve it. Any idea ?? I'm using Tomcat 4.0 with JBoss. Cheers, Papo. -- [EmbeddedCatalinaServiceSX] StandardManager[/bcu]:

Re: This would be cool in tomcat as well...

2001-11-17 Thread Vladimir Grishchenko
Tomcat is a _reference_ implementation. I doubt it will be polluted by non-portable extensions, even if they seem to be useful. --V. - Original Message - From: Geir Magnusson Jr. [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Saturday, November 17, 2001 9:43 AM

RE: This would be cool in tomcat as well...

2001-11-17 Thread Barney Hamish
Velocity is part of the Jakarta project of which Tomcat is one part. You can use this syntax already by using Velocity with Tomcat. http://jakarta.apache.org/velocity (I think, I can't get to the website to check) -Original Message- From: Geir Magnusson Jr. [mailto:[EMAIL PROTECTED]]

Re: This would be cool in tomcat as well...

2001-11-17 Thread Geir Magnusson Jr.
On 11/17/01 1:41 PM, Barney Hamish [EMAIL PROTECTED] wrote: Velocity is part of the Jakarta project of which Tomcat is one part. You can use this syntax already by using Velocity with Tomcat. http://jakarta.apache.org/velocity (I think, I can't get to the website to check) I'm one of the

Re: This would be cool in tomcat as well...

2001-11-17 Thread Geir Magnusson Jr.
On 11/17/01 1:37 PM, Vladimir Grishchenko [EMAIL PROTECTED] wrote: Tomcat is a _reference_ implementation. I doubt it will be polluted by non-portable extensions, even if they seem to be useful. Such as connectors to specific web servers? :) While I did post this knowing I was at risk of

Please help save Tomcat for a high profile project in Switzerland: Problem compiling mod_webapp for IBM HTTP Server 1.9.19 running on AIX 4.3.3.

2001-11-17 Thread Oleg
My insufficient knowledge of AIX platforms prevents me from successfully compiling mod_webapp (as well mod_jk) on AIX 4.3.3 platform. Hardware: IBM pSeries 660 model 6H1 OS: AIX 4.3.3 (not sure about exact maintenance level) Web server: IBM HTTP Server 1.3.19 Servlet Engine: Tomcat 4.0.1 Tools

Sealing violation Error

2001-11-17 Thread Sanjay bahal
I get this Sealing violation error not only when I try to run tomcat but also when I try to execute a class: My Class Path is -

Beginner Questions

2001-11-17 Thread Satish Talim
Hi, I have just installed Tomcat 4.0.1 and am trying to figure out: - any particular reason to have both Apache and Tomcat installed; or whether Tomcat by itself is enough. Which config file needs to be modified, so that: - a particular servlet would be loaded as soon as Tomcat starts - aliases

Re: Servlet Mapping...:(

2001-11-17 Thread Steve Guo
I assume you are using Tomcat (4.0?). 1. Does servlet in the webapps\examples folder work? 2. If so, is your servlet in the examples\web-inf\classes folder? if so, you need to invoke it by: http://localhost:8080/examples/servlet/ActionServlet 3. You may also want to try to put it to

Re: Beginner Questions

2001-11-17 Thread Steve Guo
1. Apache and Tomcat: no idea 2. aliases are set in web-inf\classes\web.xml (I do not know how yet), all the servlet class files need to be in examples\web-inf\classes, or root\web-inf\classes, you need to modify conf\server.xml if you have other folders under webapps\ 3.html and jsp files can be

Re: Beginner Questions

2001-11-17 Thread Craig R. McClanahan
On Sun, 18 Nov 2001, Satish Talim wrote: Date: Sun, 18 Nov 2001 08:46:05 +0530 From: Satish Talim [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Beginner Questions Hi, I have just installed Tomcat 4.0.1 and am trying to figure out: -

SSL and CAs

2001-11-17 Thread Hunter Hillegas
I am setting up an SSL site. At this point I don't know if I will be running Tomcat4 standalone or with Apache in front. Is the certificate format compatible between the two? I was planning on using Thawte for my certificate provider. Tomcat is not in their list of supported Web servers. Which