Re: Struts with Tomcat and Apache

2004-04-10 Thread Ralf Schneider
Am Samstag, 10. April 2004 15:30 schrieb Paul Thomas: > I supect that you're trying to use the old mod_jk connector. Try mod_jk2 > instead. No, I use mod_jk2. The connection between Tomcat and Apache works now. But the next problem is that I get an error when trying to access the struts example

Re: Struts with Tomcat and Apache

2004-04-10 Thread Christian Bollmeyer
On Saturday 10 April 2004 19:36, Michael McGrady wrote: Well, after downloading the binaries, for me it was nearly kind of out-of the box, after having worried a lot of time with the tomcat-connectors package shipped with SuSE 9.0 (which obviously doesn't work with TC5). The only thing I finally h

Re: Struts with Tomcat and Apache

2004-04-10 Thread Michael McGrady
Not sure what you have done, but I had to get an outside startup script to get things going. I suspect you are running into the same difficulty. I like to run the application without using System to set the environmental variables, so that may be a different thing than you face. At 06:30 AM 4

Re: Struts with Tomcat and Apache

2004-04-10 Thread Ralf Schneider
Am Samstag, 10. April 2004 15:30 schrieb Paul Thomas: > I supect that you're trying to use the old mod_jk connector. Try mod_jk2 > instead. No, I use mod_jk2. The connection between Tomcat and Apache works now. But the next problem is that I get an error when trying to access the struts example

Re: Struts with Tomcat and Apache

2004-04-10 Thread Paul Thomas
On 09/04/2004 20:55 Ralf Schneider wrote: Hi, I'm new to Struts and I'm trying to install Struts 1.1 with Tomcat 5.0.16 and Apache 2.0.48. The documentation only talks about Tomcat 3.x. My first try was to follow these instructions for Tomcat 3.2.1. I copied the war files included with the binary

Re: Struts with Tomcat and Apache

2004-04-09 Thread Christian Bollmeyer
On Friday 09 April 2004 21:55, Ralf Schneider wrote: Hi, I've experimented with the same setup some time ago and found this helpful: http://cymulacrum.net/writings/tomcat5/c831.html HTH, -- Chris. NB. Luckily, there are binary versions of mod_jk2 available now, so you can skip the first part

Struts with Tomcat and Apache

2004-04-09 Thread Ralf Schneider
Hi, I'm new to Struts and I'm trying to install Struts 1.1 with Tomcat 5.0.16 and Apache 2.0.48. The documentation only talks about Tomcat 3.x. My first try was to follow these instructions for Tomcat 3.2.1. I copied the war files included with the binary distribution into the webapps directory