Apache Tomcat/ 4.0.1 /HTTP Status 503 / Servlet constructurl is currently unavailabe

2003-11-21 Thread Oliver Baecker
Hi, i am using the Tomcat in combination with the iROS meta-OS. If i try to create a servlet for displaying URLs on multiple clients with the iROS tool i get the message you can see in the subject of this mail. Any ideas why this might happen? Thanks a lot! Best Regards, Oliver

Apache Tomcat/4.0.1 - HTTP Status 404

2003-07-15 Thread Julio Lopez Marquez
Hello! I triying to install an application, but when i call it, send the message Apache Tomcat/4.0.1 - HTTP Status 404 - /mafi type Status report message /mafi description The requested resource (/mafi

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

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

2003-03-18 Thread lunasahu
This is the error during jsp execution. How to solve this error; Apache Tomcat/4.0.1 - HTTP Status 500 - Internal Server Error type Exception report message Internal Server Error description The server

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

2003-03-18 Thread Janz, Alexander
hi, look for tools.jar. This file must be in the classpath. greetings alexander -Ursprüngliche Nachricht- Von: lunasahu [SMTP:[EMAIL PROTECTED] Gesendet am: Dienstag, 18. März 2003 09:44 An: [EMAIL PROTECTED] Betreff: Apache Tomcat/4.0.1 - HTTP Status 500 - Internal

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

Problem configuring Apache + Tomcat 4.0.1

2002-12-18 Thread Marc van de Geijn
Hi, I'm trying to move from a configuration where everything is being served by tomcat to a configuration where apache is serving the static content and tomcat the dynamic content (using servlets). I think I'm almost there: authentication is working (using a JDBCRealm in tomcat) and the

apache + tomcat 4.0.1 + virtual host

2002-09-05 Thread Dionisio Ruiz de Zarate
Hello with this i pass the /examples petitions to the tomcat WebAppConnection conexion warp localhost:8008 WebAppDeploy examples conexion /examples but if i have one second virtualhost (www.domain2.com) in the apache virtual host configuration how i must to configure for passint to the tomcat

RE: apache + tomcat 4.0.1 + virtual host

2002-09-05 Thread Turner, John
11:18 AM To: [EMAIL PROTECTED] Subject: apache + tomcat 4.0.1 + virtual host Hello with this i pass the /examples petitions to the tomcat WebAppConnection conexion warp localhost:8008 WebAppDeploy examples conexion /examples but if i have one second virtualhost (www.domain2.com

RE: apache + tomcat 4.0.1 + virtual host

2002-09-05 Thread Turner, John
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 Tomcat install: Host name=localhost appBase=webapps Context

RE: apache + tomcat 4.0.1 + virtual host

2002-09-05 Thread Milt Epstein
, 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 Tomcat install: Host name=localhost appBase=webapps

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

2002-03-15 Thread Yunce Gunawan
Hi there ! i installed tomcat 4.0.1 on apache_1.3.22 and my httpd.conf like this IfModule mod_webapp.c WebAppConnection conn warp :8080 WebAppDeploy tomcat conn / WebAppDeploy cocoon conn /cocoon WebAppInfo /webapp-info /IfModule but i have this error on

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

2002-03-15 Thread Chris Pheby
. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Yunce Gunawan Sent: 15 March 2002 09:20 To: Tomcat Users List Subject: Apache Tomcat/4.0.1 - HTTP Status 404 - File: wa_request.c Line: 198 Hi there ! i installed tomcat 4.0.1 on apache_1.3.22 and my

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 the line

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. -- To

Apache Tomcat/4.0.1 - HTTP Status 404 - /admin

2002-01-31 Thread Rahadul Kabir
I recently Installed Tomcat 4.0.1 on my RaQ4. It was working okay for first couple of days but today when i tried to login through the RaQ4 user interface this is the error I get Apache Tomcat/4.0.1 - HTTP Status 404 - /admin Thats not it, I can't also access any of the files for any

Apache, Tomcat 4.0.1 and mod_jk

2001-12-16 Thread Tore Skogly
I have tried to configure Tomcat 4.0.1 as my servlet container for Apache 1.3.20 on RedHat 7.2, where Tomcat should handle jsp pages and serlvets and Apache should handle all static pages. I have not been able to do this using mod_jk. If I use Tomcat 3.3.3 this works fine, but I have not been

Re: Apache Tomcat 4.0.1

2001-12-05 Thread David Smith
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 see the /examples/jsp/index.html page

Apache Tomcat 4.0.1

2001-12-04 Thread Markus Baertschi
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 http server'). I've studied the tomcat-apache howto and concluded I need

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 http

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: Hello, I've

Re: Apache Tomcat 4.0.1

2001-12-04 Thread Denny Chambers
]] 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, actually running on a standalone tomcat 3.2.4 server which I want to put in production

Re: Apache Tomcat 4.0.1

2001-12-04 Thread David Smith
: 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 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

Re: Apache Tomcat 4.0.1

2001-12-04 Thread Denny Chambers
: 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 which I want to put in production with tomcat 4.0.1 and apache 1.3.22. I am on AIX 4.3

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

Re: Apache Tomcat 4.0.1

2001-12-04 Thread David Smith
: 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 which I want to put in production with tomcat 4.0.1 and apache 1.3.22. I

RE: Apache Tomcat 4.0.1

2001-12-04 Thread KOK LEONG LOW
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 see the /examples/jsp/index.html page but it will not load? -Original

Re: [ANNOUNCEMENT] Apache Tomcat 4.0.1

2001-10-19 Thread Graham Leggett
Peter Mutsaers wrote: What in the world do you need RPM's for?!? RPMS enforce the correct way of doing things, which means that in six months time when another admin takes over the machine they're not going to find any surprises. Regards, Graham -- -

Re: [ANNOUNCEMENT] Apache Tomcat 4.0.1

2001-10-18 Thread Peter Mutsaers
Sergey == Sergey V Udaltsov [EMAIL PROTECTED] writes: Sergey When could we expect (S)RPMs? What in the world do you need RPM's for?!? Just untar the (platform independant) binary release in a directory of choice, and you're all set up to run tomcat. Have RPM's become some kind of

Re: [ANNOUNCEMENT] Apache Tomcat 4.0.1

2001-10-18 Thread Gregor Kovaè
Hi! Yes, I do believe this kind of installation is the easiest and I do try to install most of my software like this. I don't want any setups, RPMs, to put files where I cannot find them :) Best regards, Kovi At 01:43 19.10.2001 +0200, you wrote: Sergey == Sergey V Udaltsov