Re: Struts with Tomcat and Apache

2004-04-10 Thread Ralf Schneider
Am Samstag, 10. April 2004 18:45 schrieb QM: > On Sat, Apr 10, 2004 at 05:19:18PM +0200, Ralf Schneider wrote: > : javax.servlet.ServletException: > : javax.servlet.jsp.tagext.TagAttributeInfo.(Ljava/lang/String;ZLjava/lang/ > :String;ZZ)V > : org.apache.jasper.servlet.JspServlet.service(JspServlet

Autoreply: Re: Struts with Tomcat and Apache

2004-04-10 Thread DirectXtras
AIL PROTECTED]> To: Tomcat Users List <[EMAIL PROTECTED]> Subject: Re: Struts with Tomcat and Apache Message-ID: <[EMAIL PROTECTED]> References: <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> Mime-Version: 1.0 Content-Type: te

Re: Struts with Tomcat and Apache

2004-04-10 Thread QM
On Sat, Apr 10, 2004 at 05:19:18PM +0200, Ralf Schneider wrote: : javax.servlet.ServletException: : javax.servlet.jsp.tagext.TagAttributeInfo.(Ljava/lang/String;ZLjava/lang/String;ZZ)V : org.apache.jasper.servlet.JspServlet.service(JspServlet.java:256) : javax.servlet.http.HttpServ

Re: Struts with Tomcat and Apache

2004-04-10 Thread Ralf Schneider
Am Samstag, 10. April 2004 15:56 schrieb QM: > : I know. And as John suggested, I also read a book (in german) about > : Struts, but it only explains how to use it with Tomcat without Apache. > > I suppose, then, I don't understand your question. > > What sort of specific problems have you run into

Autoreply: Re: Struts with Tomcat and Apache

2004-04-10 Thread DirectXtras
AIL PROTECTED]> To: Tomcat Users List <[EMAIL PROTECTED]> Subject: Re: Struts with Tomcat and Apache Message-ID: <[EMAIL PROTECTED]> References: <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii C

Re: Struts with Tomcat and Apache

2004-04-10 Thread QM
On Sat, Apr 10, 2004 at 12:24:11PM +0200, Ralf Schneider wrote: : No, I'm not new to Tomcat. I've some experiences with it together with : Apache2. My job is to move a project using these two players towards Struts. : So, one requirement is that the basic infrastructure remains as it is. Unders

Re: Struts with Tomcat and Apache

2004-04-10 Thread Ralf Schneider
Am Samstag, 10. April 2004 00:04 schrieb QM: > On Fri, Apr 09, 2004 at 11:38:38PM +0200, Ralf Schneider wrote: > : I want to use Struts 1.1 with Tomcat 5.0.16 and Apache 2.0.48. The Struts > : documentation only talks about Tomcat 3.x. > > Setting up Apache+Tomcat and Tomcat+Struts are two separate

RE: Struts with Tomcat and Apache

2004-04-09 Thread David Short
Thanks! -Original Message- From: QM [mailto:[EMAIL PROTECTED] Sent: Friday, April 09, 2004 3:15 PM To: Tomcat Users List Subject: Re: Struts with Tomcat and Apache On Fri, Apr 09, 2004 at 03:01:30PM -0700, David Short wrote: : Hey John, : : When you get home, would you mind posting the

Re: Struts with Tomcat and Apache

2004-04-09 Thread QM
On Fri, Apr 09, 2004 at 03:01:30PM -0700, David Short wrote: : Hey John, : : When you get home, would you mind posting the names of the books? I'm not John, but I'll play him on TV. ;) Seriously: "Struts in Action" (Husted et al, Manning Press) has been my guide. It's a little heavy on the theo

RE: Struts with Tomcat and Apache

2004-04-09 Thread David Short
Would also mind stating which one you recommend the most? -Original Message- From: John Thompson [mailto:[EMAIL PROTECTED] Sent: Friday, April 09, 2004 3:03 PM To: 'Tomcat Users List'; [EMAIL PROTECTED] Subject: RE: Struts with Tomcat and Apache You bet. One is at home and th

Re: Struts with Tomcat and Apache

2004-04-09 Thread QM
On Fri, Apr 09, 2004 at 11:38:38PM +0200, Ralf Schneider wrote: : I want to use Struts 1.1 with Tomcat 5.0.16 and Apache 2.0.48. The Struts : documentation only talks about Tomcat 3.x. Setting up Apache+Tomcat and Tomcat+Struts are two separate processes that don't necessarily have to be done at t

RE: Struts with Tomcat and Apache

2004-04-09 Thread John Thompson
You bet. One is at home and the other at the office. I'll post as soon as I can. -Original Message- From: David Short [mailto:[EMAIL PROTECTED] Sent: Friday, April 09, 2004 5:02 PM To: 'Tomcat Users List' Subject: RE: Struts with Tomcat and Apache Hey John, When you

RE: Struts with Tomcat and Apache

2004-04-09 Thread David Short
Hey John, When you get home, would you mind posting the names of the books? Thanks, Dave -Original Message- From: John Thompson [mailto:[EMAIL PROTECTED] Sent: Friday, April 09, 2004 2:55 PM To: 'Tomcat Users List'; [EMAIL PROTECTED] Subject: RE: Struts with Tomcat and Apa

RE: Struts with Tomcat and Apache

2004-04-09 Thread John Thompson
Ralf, I'm not familiar with the document you refer to but Struts is essentially a library of functions and JSP tags that are part of your servlet. Neither the Tomcat nor Apache configurations are really affected by Struts. The documents at http://jakarta.apache.org/struts/ talk about how to put