Re: Apache & Tomcat 4.0.1

2001-12-04 Thread Denny Chambers
For Tomcat 4.0 you need mod_webapp.so Markus Baertschi wrote: > > Hello, > > I've got an application, actually running on a standalone tomcat 3.2.4 server > which I want to put in production with tomcat 4.0.1 and apache 1.3.22. I am on > AIX 4.3 and use the IBM binary apache distribution ('IBM

RE: Apache & Tomcat 4.0.1

2001-12-04 Thread Andy Zeneski
Can you not use mod_jk with Tomcat 4.0.1? -Original Message- From: Denny Chambers [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 04, 2001 12:16 PM To: Tomcat Users List Subject: Re: Apache & Tomcat 4.0.1 For Tomcat 4.0 you need mod_webapp.so Markus Baertschi wrote: >

Re: Apache & Tomcat 4.0.1

2001-12-04 Thread Denny Chambers
lto:[EMAIL PROTECTED]] > Sent: Tuesday, December 04, 2001 12:16 PM > To: Tomcat Users List > Subject: Re: Apache & Tomcat 4.0.1 > > For Tomcat 4.0 you need mod_webapp.so > > Markus Baertschi wrote: > > > > Hello, > > > > I've got an application,

Re: Apache & Tomcat 4.0.1

2001-12-04 Thread David Smith
; To: Tomcat Users List > Subject: Re: Apache & Tomcat 4.0.1 > > > For Tomcat 4.0 you need mod_webapp.so > > Markus Baertschi wrote: > > Hello, > > > > I've got an application, actually running on a standalone tomcat 3.2.4 > > server > > >

Re: Apache & Tomcat 4.0.1

2001-12-04 Thread Denny Chambers
gt; > Sent: Tuesday, December 04, 2001 12:16 PM > > To: Tomcat Users List > > Subject: Re: Apache & Tomcat 4.0.1 > > > > > > For Tomcat 4.0 you need mod_webapp.so > > > > Markus Baertschi wrote: > > > Hello, > > > > > > I&#

Re: Apache & Tomcat 4.0.1

2001-12-04 Thread Brian Baxter
Actually, you can use mod_jk with Tomcat4.0.1 -- it was Tomcat v4.0 which did not support mod_jk. What you do need to watch is whether you are attaching Apache to an ajp12 or an apj13 connector. The preferred method is mod_webapp of course. In any event you can get the latest sources for either co

Re: Apache & Tomcat 4.0.1

2001-12-04 Thread David Smith
al Message- > > > From: Denny Chambers [mailto:[EMAIL PROTECTED]] > > > Sent: Tuesday, December 04, 2001 12:16 PM > > > To: Tomcat Users List > > > Subject: Re: Apache & Tomcat 4.0.1 > > > > > > > > > For Tomcat 4.0 you ne

RE: Apache & Tomcat 4.0.1

2001-12-04 Thread Mike Kelley
Users List Subject: Re: Apache & Tomcat 4.0.1 I honestly don't know if mod_webapp has better performance. Mod_jk has been around longer has has more maturity as a connector (plus the ability to leave static content to Apache). I've used both and never had a complaint. --David

RE: Apache & Tomcat 4.0.1

2001-12-04 Thread KOK LEONG LOW
rs List" <[EMAIL PROTECTED]> To: "'Tomcat Users List'" <[EMAIL PROTECTED]> Subject: RE: Apache & Tomcat 4.0.1 Date: Tue, 4 Dec 2001 15:14:50 -0700 David, How do you work an html page that references jsp? I started using mod_jk today ... I would like to s

Re: Apache & Tomcat 4.0.1

2001-12-05 Thread David Smith
mcat Users List" <[EMAIL PROTECTED]> > To: "'Tomcat Users List'" <[EMAIL PROTECTED]> > Subject: RE: Apache & Tomcat 4.0.1 > Date: Tue, 4 Dec 2001 15:14:50 -0700 > > David, > > How do you work an html page that references jsp? > >

RE: apache + tomcat 4.0.1 + virtual host

2002-09-05 Thread Turner, John
Each virtual host gets a Host element/container in server.xml. In that Host element, create a Context for the path. For example, in a default Tomcat install: Host name="localhost" appBase="webapps" Context path="/examples" docBase="examples" So in your case: Host name="www.domain2.com" appBa

RE: apache + tomcat 4.0.1 + virtual host

2002-09-05 Thread Turner, John
, 2002 11:30 AM > To: 'Tomcat Users List' > Subject: RE: apache + tomcat 4.0.1 + virtual host > > > > Each virtual host gets a Host element/container in server.xml. > > In that Host element, create a Context for the path. > > For example, in a default T

RE: apache + tomcat 4.0.1 + virtual host

2002-09-05 Thread Milt Epstein
ECTED]] > > Sent: Thursday, September 05, 2002 11:30 AM > > To: 'Tomcat Users List' > > Subject: RE: apache + tomcat 4.0.1 + virtual host > > > > > > Each virtual host gets a Host element/container in server.xml. > > > > In that Host element, create a

Re: Apache Tomcat/4.0.1 - HTTP Status 404

2003-07-15 Thread Daniel Zhang
Check your server.xml file under TOMCAT_HOME/conf. You need to add a Context for your /mafi path. Julio Lopez Marquez wrote: Hello! I triying to install an application, but when i call it, send the message Apache Tomcat/4.0.1 - HTTP Status 404 - /mafi ---

Re: Apache Tomcat/4.0.1 - HTTP Status 500 - Internal Server Error

2003-03-18 Thread Tim Funk
Make sure you are using a JDK and not JRE. It looks like there is no java compiler available. -Tim lunasahu wrote: This is the error during jsp execution. How to solve this error; Apache Tomcat/4.0.1 - HTTP Status 500 - Internal Server Error --

RE: Apache Tomcat/4.0.1 - HTTP Status 404 - File: wa_request.c Line: 198

2002-03-15 Thread Chris Pheby
Try: 1) Ensure Tomcat is running when you start Apache. On Windows you can do this with Service+ (from www.activeplus.com) to establish a dependency. On Linux maybe set Tomcat to start at an earlier runlevel (?) or restart Apache from the end of Tomcat's start-up script. Of course before you do t

Re: Apache Tomcat/4.0.1 - HTTP Status 404 - File: wa_request.c Line: 198

2002-03-15 Thread Yunce Gunawan
of course i restarting Apache with Tomcat running. > > 2) Try removing the line WebAppDeploy tomcat conn / to see if this is > responsible for the error. if i remove the line WebAppDeploy tomcat conn / i have not any error, but i can just see apache server. not tomcat or cocoon on my browser

RE: Apache Tomcat/4.0.1 - HTTP Status 404 - File: wa_request.c Line: 198

2002-03-15 Thread Chris Pheby
March 2002 10:41 To: Tomcat Users List Subject: Re: Apache Tomcat/4.0.1 - HTTP Status 404 - File: wa_request.c Line: 198 of course i restarting Apache with Tomcat running. > > 2) Try removing the line WebAppDeploy tomcat conn / to see if this is > responsible for the error. if i remove

Re: Apache Tomcat/4.0.1 - HTTP Status 404 - File: wa_request.c Line: 198

2002-03-15 Thread Yunce Gunawan
it's not worked... and i still see apache on my browser.. On Friday 15 March 2002 12:18, you wrote: > Thats right. But try pointing to localhost/cocoon/ or wherever you mapped > it to. That should invoke Tomcat. > > You can of course map Cocoon to the server root I think also. > > Chris. -- T