RE: Re: : tomcat error 404

2011-10-23 Thread Caldarale, Charles R
From: Dave Filchak [mailto:sub...@zuka.net] Subject: Re: Re: : tomcat error 404 So where should the Context be? Apparently, you haven't read the 5.5 docs. To quote: For Tomcat 5, unlike Tomcat 4.x, it is NOT recommended to place Context elements directly in the server.xml file. Context

Re: : tomcat error 404

2011-10-23 Thread Pid
On 24/10/2011 00:07, Caldarale, Charles R wrote: From: Dave Filchak [mailto:sub...@zuka.net] Subject: Re: Re: : tomcat error 404 So where should the Context be? Apparently, you haven't read the 5.5 docs. To quote: Apparently I'm rusty too... :s p For Tomcat 5, unlike Tomcat 4.x

RE: : tomcat error 404

2011-10-23 Thread Caldarale, Charles R
From: Pid [mailto:p...@pidster.com] Subject: Re: : tomcat error 404 Apparently I'm rusty too... :s Time flies when you're having bugs... - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY MATERIAL and is thus for use only by the intended recipient. If you

Re: : tomcat error 404

2011-10-23 Thread Pid
On 24/10/2011 00:18, Dave Filchak wrote: I upload the JavaMail and JAF libs to /home/##/public_html/WEB-INF/lib/ and added them to my $CLASSPATH I now get the following: How did you add them to the classpath? Tomcat automatically loads Jars resources found in its various lib classes

Re: RE: tomcat error 404

2011-10-22 Thread Dave Filchak
Hello Charles, Hopefully this helps and it is not too much info. Dave On 22/07/64 2:59 PM, Caldarale, Charles R wrote: From: Dave Filchak [mailto:sub...@zuka.net] Subject: tomcat error 404 I am receiving a HTTP Status 404 error. Can you tell if the 404 is coming from Tomcat or httpd? Well, I

Re: tomcat error 404

2011-10-22 Thread André Warnier
name (or its IP address)) Dave Filchak wrote: Hello Charles, Hopefully this helps and it is not too much info. Dave On 22/07/64 2:59 PM, Caldarale, Charles R wrote: From: Dave Filchak [mailto:sub...@zuka.net] Subject: tomcat error 404 I am receiving a HTTP Status 404 error. Can you tell

Re: Re: tomcat error 404

2011-10-22 Thread Dave Filchak
and it is not too much info. Dave On 22/07/64 2:59 PM, Caldarale, Charles R wrote: From: Dave Filchak [mailto:sub...@zuka.net] Subject: tomcat error 404 I am receiving a HTTP Status 404 error. Can you tell if the 404 is coming from Tomcat or httpd? Well, I cannot seem to connect to the site using 8080 either

tomcat error 404

2011-10-21 Thread Dave Filchak
because I was three days late in paying an invoice, I am receiving a HTTP Status 404 error. I have verified that tomcat and apache are running. My host will now help ( pissed about that ) so I am hoping someone can help be fix this. I am NOT a tomcat person and I do not actually think this app

RE: tomcat error 404

2011-10-21 Thread Caldarale, Charles R
From: Dave Filchak [mailto:sub...@zuka.net] Subject: tomcat error 404 I am receiving a HTTP Status 404 error. Can you tell if the 404 is coming from Tomcat or httpd? I have verified that tomcat and apache are running. By apache [sic], I presume you mean httpd. How did you verify they're

Re: *.iface;jessionid=xxx gives 404 error

2011-09-13 Thread jprideaux
this message in context: http://old.nabble.com/*.iface-jessionid%3Dxxx-gives-404-error-tp32449101p32457247.html Sent from the Tomcat - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org

*.iface;jessionid=xxx gives 404 error

2011-09-12 Thread jprideaux
to use an external Tomcat instance. Point to a 6.0.32 Tomcat instance and the page will come up even if you add a jsessionid to it. Point to a 6.0.33 instance and the page won't come up with the ;sessionid added to the URL. You will get a page not fouind (404) error. For example, you might

Re: *.iface;jessionid=xxx gives 404 error

2011-09-12 Thread Konstantin Kolinko
a page not fouind (404) error. For example, you might be using a URL like follows: http://localhost:8080/testProject/a.iface;jsessionid=123 It comes up for Tomcat 6.0.32 but Tomcat 6.0.33 fives a page not found (404) error Whay is that?  Is this a bug?  Is it intended?  Is there a Tomcat

Re: *.iface;jessionid=xxx gives 404 error

2011-09-12 Thread jprideaux
and the page will come up even if you add a jsessionid to it. Point to a 6.0.33 instance and the page won't come up with the ;sessionid added to the URL.  You will get a page not fouind (404) error. For example, you might be using a URL like follows: http://localhost:8080/testProject/a.iface

Re: *.iface;jessionid=xxx gives 404 error

2011-09-12 Thread jprideaux
to it. Point to a 6.0.33 instance and the page won't come up with the ;sessionid added to the URL.  You will get a page not fouind (404) error. For example, you might be using a URL like follows: http://localhost:8080/testProject/a.iface;jsessionid=123 It comes up for Tomcat 6.0.32 but Tomcat

Re: *.iface;jessionid=xxx gives 404 error

2011-09-12 Thread Konstantin Kolinko
2011/9/13 jprideaux jpride...@snapdiagnostics.com: One other tidbit.  When I call request.getRequestURI(), I get something like PathDispatcher.service: /test3/a.iface from org.apache.catalina.connector.RequestFacade@a245b0 when I'm using Tomcat 6.0.32 and PathDispatcher.service:

Re: *.iface;jessionid=xxx gives 404 error

2011-09-12 Thread Konstantin Kolinko
2011/9/13 Konstantin Kolinko knst.koli...@gmail.com: 2011/9/13 jprideaux jpride...@snapdiagnostics.com: Is it intended that request.getRequestURI() should return a path parameter as part of the URI? Yes, That is required by the Servlet Specification. See servlet-2_5-mrel2-spec.pdf  ch.

Re: tomcat shows 404 error for existing pages

2011-04-11 Thread Thomas Freitag
, because these versions will be support much longer by the committers! Don't use the versions shipped by (any) Linux distributor, a tomcat installation is quite simple and you won'nt end up with a messed directory structure. The problem I am facing is tomcat shows 404 error (description

tomcat shows 404 error for existing pages

2011-04-10 Thread Bhagyashri Pawar
Dear all members Currently I have purchase one domain name and virtual dedicated server(Linux - Red hat fedora). I am using java and tomcat 5.5 on that server. The problem I am facing is tomcat shows 404 error (description: The requested resource (/mytestpage.jsp) is not available

Re: HTTP Status 404 - /stcepmweb/servlet/com.stc.ePM.webint.ReceiveFileUploadServlet

2011-01-20 Thread André Warnier
is 1.4.2_02 That is more than 10 years old and no longer supported by Oracle (at the time it was released, it was still called Sun, and they did not even imagine then that they could one day be called Oracle). ... HTTP Status 404 - /stcepmweb/servlet/com.stc.ePM.webint.ReceiveFileUploadServlet http

Re: HTTP Status 404 - /stcepmweb/servlet/com.stc.ePM.webint.ReceiveFileUploadServlet

2011-01-20 Thread Mikolaj Rydzewski
application's vendor for help. Please guide me to resolve the issue. Apache version is 5.5.9 JAVA Version is 1.4.2_02 I see you're into oldies-goldies :-) HTTP Status 404 - /stcepmweb/servlet/com.stc.ePM.webint.ReceiveFileUploadServlet Please read about invoker servlet. It's disabled by default

Re: HTTP Status 404 - /stcepmweb/servlet/com.stc.ePM.webint.ReceiveFileUploadServlet

2011-01-20 Thread Amol Puglia
: From: Mikolaj Rydzewski m...@ceti.pl Subject: Re: HTTP Status 404 - /stcepmweb/servlet/com.stc.ePM.webint.ReceiveFileUploadServlet To: Tomcat Users List users@tomcat.apache.org Date: Thursday, January 20, 2011, 2:07 PM On Wed, 19 Jan 2011 23:56:27 -0800 (PST), Amol Puglia amolcpug...@yahoo.com

Re: HTTP Status 404 - /stcepmweb/servlet/com.stc.ePM.webint.ReceiveFileUploadServlet

2011-01-20 Thread Mark Thomas
...@ceti.pl Subject: Re: HTTP Status 404 - /stcepmweb/servlet/com.stc.ePM.webint.ReceiveFileUploadServlet To: Tomcat Users List users@tomcat.apache.org Date: Thursday, January 20, 2011, 2:07 PM On Wed, 19 Jan 2011 23:56:27 -0800 (PST), Amol Puglia amolcpug...@yahoo.com wrote: I am

HTTP Status 404 - /stcepmweb/servlet/com.stc.ePM.webint.ReceiveFileUploadServlet

2011-01-19 Thread Amol Puglia
{ display: block; } HTTP Status 404 - /stcepmweb/servlet/com.stc.ePM.webint.ReceiveFileUploadServlet type Status report message /stcepmweb/servlet/com.stc.ePM.webint.ReceiveFileUploadServlet description

Re: Re: Occasional (!) error (404) Not Found with Apache Axis 1.4 web service after update to Tomcat 6.0.29

2010-12-21 Thread Felix Dierich
per minute to an Apache Axis 1.4 based web service running on Tomcat. After the Tomcat update some of these calls suddenly get a (404)Not Found response from the servlet, with no clear pattern. In a write operation with 20 SOAP calls more or less at once, two may get this response, the rest works

Occasional (!) error (404) Not Found with Apache Axis 1.4 web service after update to Tomcat 6.0.29

2010-12-20 Thread Felix Dierich
suddenly get a (404)Not Found response from the servlet, with no clear pattern. In a write operation with 20 SOAP calls more or less at once, two may get this response, the rest works well. This has never happened under 6.0.26. I tried to find posts / stuff via Google about this, but there is so

Re: Occasional (!) error (404) Not Found with Apache Axis 1.4 web service after update to Tomcat 6.0.29

2010-12-20 Thread Konstantin Kolinko
the Tomcat update some of these calls suddenly get a (404)Not Found response from the servlet, with no clear pattern. In a write operation with 20 SOAP calls more or less at once, two may get this response, the rest works well. This has never happened under 6.0.26. How is JspServlet configured in your

HTTP Status 404 - Servlet jsp is not available

2010-12-13 Thread Gaurav Pruthi
HTTP Status 404 - Servlet jsp is not available ... While I am putting the jsp and HTML files in my project directory .. still I'm not able to access thoseAlso plz. tell how to refer a servlet from a html page(I mean value of action attribute) =-=-= Notice

Re: HTTP Status 404 - Servlet jsp is not available

2010-12-13 Thread Mark Thomas
On 13/12/2010 13:07, Gaurav Pruthi wrote: HTTP Status 404 - Servlet jsp is not available ... While I am putting the jsp and HTML files in my project directory .. still I'm not able to access thoseAlso plz. tell how to refer a servlet from a html page(I mean value of action attribute

Re: HTTP status 404

2010-12-09 Thread Lava Saleem
CATALINA_BASE/webapps/filename/ jar -cvf filename.war *.* then I deploy the file in the tomcat manager and I have the following error HTTP status 404 description the requested resource (/filename/)is not available I assumed that I don't need the java classes and lib in the WEB-INF since I'm only having

Re: HTTP status 404

2010-12-09 Thread David Smith
|- web.xml |-META-INF |-context.xml after having this structure,I use the following command CATALINA_BASE/webapps/filename/ jar -cvf filename.war *.* then I deploy the file in the tomcat manager and I have the following error HTTP status 404 description the requested

Re: HTTP status 404

2010-12-09 Thread Mark Eggers
your web application structure. . . . . . just my two cents. /mde/ - Original Message From: Lava Saleem lnsal...@ualr.edu To: users users@tomcat.apache.org Sent: Thu, December 9, 2010 9:10:13 AM Subject: Re: HTTP status 404 Hello everyone, Thanks for the replies I really appreciate your

Re: HTTP status 404

2010-12-09 Thread Lava Saleem
...@ualr.edu To: users users@tomcat.apache.org Sent: Thu, December 9, 2010 9:10:13 AM Subject: Re: HTTP status 404 Hello everyone, Thanks for the replies I really appreciate your feedback I have the structure as the following webapps | filename |- filename.htm *|-*WEB-INF

Re: HTTP status 404

2010-12-09 Thread Mark Eggers
: Thu, December 9, 2010 11:40:14 AM Subject: Re: HTTP status 404 Hi Mark, I have changed my web.xml file to the one you send me and added the welcome-file-list so I will not need to navigate to localhost:8080/filename/filename.htm, I changed the index.htm to filename.htmthen I navigated

HTTP status 404

2010-12-08 Thread Lava Saleem
+ META-INF + classes + lib I did not modify the web.xml since I don't need the servlets do I need to modify anything? HTTP status 404 description the requested resource (/filename/)is not available Thanks for the feedback Lava

Re: HTTP status 404

2010-12-08 Thread Victor Kabdebon
+ META-INF + classes + lib I did not modify the web.xml since I don't need the servlets do I need to modify anything? HTTP status 404 description the requested resource (/filename/)is not available Thanks for the feedback Lava

Re: HTTP status 404

2010-12-08 Thread Christopher Schultz
have concatenated files together? It doesn't make any sense to me. I did not modify the web.xml since I don't need the servlets do I need to modify anything? Maybe. HTTP status 404 description the requested resource (/filename/)is not available What URL did you request? What resource did

Re: HTTP status 404

2010-12-08 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Victor, On 12/8/2010 2:45 PM, Victor Kabdebon wrote: I might be wrong but maybe you need to set something in your web.xml to deliver static files. (basically Tomcat is not designed to run static html files, you can use a combination of Apache

Re: HTTP status 404

2010-12-08 Thread David Smith
do I need to modify anything? HTTP status 404 description the requested resource (/filename/)is not available Thanks for the feedback Lava - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional

Re: HTTP status 404

2010-12-08 Thread Victor Kabdebon
Christopher, Yes but using tomcat to server html files looks to me like using a hammer to kill a fly. Anyway everybody is free to do what he wants ! Concerning the IDE, its advantage is to be automatic, but in a way it adds an extra layer of difficulty... Victor http://www.voxnucleus.fr

Re: HTTP status 404

2010-12-08 Thread Victor Kabdebon
Sorry if I didn't write properly what I wanted to say, but what I was saying is just that if you want to serve only static html files there are many other simpler solutions to do that, that's all. Again even I use it for example to serve .css, .js files on my server so I agree it is 100 % possible

Re: HTTP status 404

2010-12-08 Thread David Smith
archive built like this will most likely deploy as a static html folder and everything in it will be available as static files. HTTP status 404 description the requested resource (/filename/)is not available If you wanted to get filename.htm with the structure I think you are describing, you should

Re: HTTP status 404

2010-12-08 Thread Hassan Schroeder
On Wed, Dec 8, 2010 at 12:05 PM, David Smith david.sm...@cornell.edu wrote: If you wanted to get filename.htm with the structure I think you are describing, you should be requesting /$WEBAPP/webapp/filename/WEB-INF/filename.htm Which (thankfully) won't work, per the spec :-) -- Hassan

Re: HTTP status 404

2010-12-08 Thread Lava Saleem
concatenated files together? It doesn't make any sense to me. I did not modify the web.xml since I don't need the servlets do I need to modify anything? Maybe. HTTP status 404 description the requested resource (/filename/)is not available What URL did you request? What resource did

Re: HTTP status 404

2010-12-08 Thread Mark Eggers
Message From: Lava Saleem lnsal...@ualr.edu To: Tomcat Users List users@tomcat.apache.org Sent: Wed, December 8, 2010 12:12:18 PM Subject: Re: HTTP status 404 Hi Chris Thanks for the reply Didn't you ask this same question the day before yesterday? Have you read all the replies and questions

Re: HTTP status 404

2010-12-08 Thread André Warnier
-- filename.htm + web.xml + META-INF + classes + lib I did not modify the web.xml since I don't need the servlets do I need to modify anything? HTTP status 404 description the requested resource (/filename/)is not available Hi. Except the 404 error which your are getting, not much above makes any

Help with tomcat 5.5 and Apache2 (404 issues)

2010-10-26 Thread Luiz Fabiano T.I CTO (Tempo Filmes)
, but no matter what I do, when I get error 404, Tomcat cannot send this one through apache. Below are my server.xml and my virtualhost in apache called tomcat.conf. Thanks in advice: Server.xml: ?xml version='1.0' encoding='utf-8'? Server port=54100 shutdown=shutdowntomcatpro...@o

Re: Help with tomcat 5.5 and Apache2 (404 issues)

2010-10-26 Thread Pid
, I got a wordpress blog there, which only be able to answer on port 80, but no matter what I do, when I get error 404, Tomcat cannot send this one through apache. Below are my server.xml and my virtualhost in apache called tomcat.conf. Thanks in advice: Server.xml: ?xml version

RES: Help with tomcat 5.5 and Apache2 (404 issues)

2010-10-26 Thread Luiz Fabiano T.I CTO (Tempo Filmes)
and the community, I'll be so grateful if someone help me up. Thank you all -Mensagem original- De: Pid [mailto:p...@pidster.com] Enviada em: terça-feira, 26 de outubro de 2010 10:04 Para: Tomcat Users List Assunto: Re: Help with tomcat 5.5 and Apache2 (404 issues) On 26/10/2010 12:47, Luiz Fabiano

Re: RES: Help with tomcat 5.5 and Apache2 (404 issues)

2010-10-26 Thread Pid
... etc Instead of defining Location ... p Thank you all -Mensagem original- De: Pid [mailto:p...@pidster.com] Enviada em: terça-feira, 26 de outubro de 2010 10:04 Para: Tomcat Users List Assunto: Re: Help with tomcat 5.5 and Apache2 (404 issues) On 26/10/2010 12:47, Luiz

RES: RES: Help with tomcat 5.5 and Apache2 (404 issues)

2010-10-26 Thread Luiz Fabiano T.I CTO (Tempo Filmes)
-Mensagem original- De: Pid [mailto:p...@pidster.com] Enviada em: terça-feira, 26 de outubro de 2010 12:44 Para: Tomcat Users List Assunto: Re: RES: Help with tomcat 5.5 and Apache2 (404 issues) On 26/10/2010 14:14, Luiz Fabiano T.I CTO (Tempo Filmes) wrote: Dear PiD It's doesn't works

Error 404 when redirected

2010-10-07 Thread arnaud icard
://appli2.domain.fr:8009/ retry=1 ... It's working for every applications except the appli2. The appli2 interprets the index.jsp which redirects to http://appli2.domain.fr/stylesheets/welcome.faces. At this point I have a 404 error : /The requested resource (/stylesheets/cas.faces

Re: Error 404 when redirected

2010-10-07 Thread André Warnier
arnaud icard wrote: ... It's working for every applications except the appli2. The appli2 interprets the index.jsp which redirects to http://appli2.domain.fr/stylesheets/welcome.faces. At this point I have a 404 error : /The requested resource (/stylesheets/cas.faces) is not available./ How

RE: Error 404 when redirected

2010-10-07 Thread Caldarale, Charles R
From: arnaud icard [mailto:arnaud.ic...@univ-avignon.fr] Subject: Error 404 when redirected I am currently installing and configuring a webserver with the couple httpd/tomcat. Exact versions? My current Tomcat configuration is something like that : Host name=appli1.domain.fr  appBase

Re: Error 404 when redirected

2010-10-07 Thread arnaud icard
to http://appli2.domain.fr/stylesheets/welcome.faces. At this point I have a 404 error : /The requested resource (/stylesheets/cas.faces) is not available./ How could it interprets the index.jsp but then cannot find the /stylesheets/welcome.faces ? Does it come from my configuration or may it come

Re: Error 404 when redirected

2010-10-07 Thread arnaud icard
Caldarale, Charles R a écrit le 07/10/2010 13:50: I am currently installing and configuring a webserver with the couple httpd/tomcat. Exact versions? httpd : Apache/2.2.9 (Debian) tomcat : Apache Tomcat/6.0.29 My current Tomcat configuration is something like that : Host

RE: Error 404 when redirected

2010-10-07 Thread Caldarale, Charles R
From: arnaud icard [mailto:arnaud.ic...@univ-avignon.fr] Subject: Re: Error 404 when redirected Second, you should not be placing Context elements in server.xml. This is not completly true Note that I said should not rather than must not. You can place Context elements in server.xml

Re: Error 404 when redirected

2010-10-07 Thread arnaud icard
Thank you for these explanations Chuck! Caldarale, Charles R a écrit le 07/10/2010 15:38: From: arnaud icard [mailto:arnaud.ic...@univ-avignon.fr] Subject: Re: Error 404 when redirected Second, you should not be placingContext elements in server.xml. This is not completly

Re: Webapp reloading issue and intermittent 404 errors

2010-08-09 Thread Tomislav Petrović
Caldarale, Charles R said on 8.7.2010 3:31: From: Caldarale, Charles R Subject: RE: Webapp reloading issue and intermittent 404 errors Given the test on lines 129-130, it is impossible to have a -1 at line 131 - unless there's a JVM bug. 6u21 was just released tonight, so you might give

Re: 404 with mod_jk

2010-07-15 Thread Michael Powe
On Thu, Jul 15, 2010 at 01:52:17AM -0400, Michael Powe wrote: On Thu, Jul 15, 2010 at 02:28:52AM +0200, André Warnier wrote: Michael Powe wrote: To install mod_jk, I resorted to my good friend Google, and used a tutorial to set up the connector. In that tutorial, the method used was

Re: 404 with mod_jk

2010-07-15 Thread Rainer Jung
On 13.07.2010 23:17, Michael Powe wrote: Hello, I asked this question in the httpd list but no joy. I have set up tomcat 6 and IBM httpd server to proxy requests using mod_jk. IBM_HTTP_Server/6.0.2 Apache/2.0.47 (Unix) mod_jk/1.2.30 Server at localhost Port 80 I have followed all

Re: 404 with mod_jk

2010-07-15 Thread Michael Powe
Hello, Thank you! I did compile the module myself, wanting to be sure it was properly compatible with my target environments. I'll mod the code and see what new information is logged. Thanks. mp On Thu, Jul 15, 2010 at 01:54:48PM +0200, Rainer Jung wrote: On 13.07.2010 23:17, Michael Powe

Re: 404 with mod_jk

2010-07-14 Thread Rainer Jung
is really appreciated. Thanks for the info, the startup looks good assuming that there were no non-debug non-trace lines. One piece is missing, namely the full log lines from the time sending the test request to the return of the 404. My first question aimed at asking, whether the few log lines you

Re: 404 with mod_jk

2010-07-14 Thread Michael Powe
non-trace lines. One piece is missing, namely the full log lines from the time sending the test request to the return of the 404. My first question aimed at asking, whether the few log lines you provided contained really everything that gets logged by mod_jk during handling the test

Re: 404 with mod_jk

2010-07-14 Thread André Warnier
worker1 /VirtualHost Your help is really appreciated. Thanks for the info, the startup looks good assuming that there were no non-debug non-trace lines. One piece is missing, namely the full log lines from the time sending the test request to the return of the 404. My first question aimed at asking

Re: 404 with mod_jk

2010-07-14 Thread Michael Powe
to the return of the 404. My first question aimed at asking, whether the few log lines you provided contained really everything that gets logged by mod_jk during handling the test request (excluding startup). Regards, Rainer

Re: 404 with mod_jk

2010-07-14 Thread Konstantin Kolinko
2010/7/14 Michael Powe mich...@trollope.org: VirtualHost localhost (...) #    JkMount /host-manager ajp13 #    JkMount /host-manager/* ajp13    JkMount /TlTaggerTest/*.jsp worker1 /VirtualHost The VirtualHost section was created by the ApacheConfig option in Tomcat. Trivial question:

Re: 404 with mod_jk

2010-07-14 Thread Rainer Jung
On 14.07.2010 14:37, Konstantin Kolinko wrote: 2010/7/14 Michael Powemich...@trollope.org: VirtualHost localhost (...) #JkMount /host-manager ajp13 #JkMount /host-manager/* ajp13 JkMount /TlTaggerTest/*.jsp worker1 /VirtualHost The VirtualHost section was created by the

Re: 404 with mod_jk

2010-07-14 Thread Michael Powe
On Wed, Jul 14, 2010 at 04:37:17PM +0200, Rainer Jung wrote: On 14.07.2010 14:37, Konstantin Kolinko wrote: 2010/7/14 Michael Powemich...@trollope.org: VirtualHost localhost (...) #JkMount /host-manager ajp13 #JkMount /host-manager/* ajp13 JkMount /TlTaggerTest/*.jsp worker1

Re: 404 with mod_jk

2010-07-14 Thread André Warnier
Michael Powe wrote: ... To install mod_jk, I resorted to my good friend Google, and used a tutorial to set up the connector. In that tutorial, the method used was to create a properties file (workers.properties) which set up the worker `worker1'. ... I'm installing a clean version of

Re: 404 with mod_jk

2010-07-14 Thread Michael Powe
On Thu, Jul 15, 2010 at 02:28:52AM +0200, André Warnier wrote: Michael Powe wrote: To install mod_jk, I resorted to my good friend Google, and used a tutorial to set up the connector. In that tutorial, the method used was to create a properties file (workers.properties) which set up the

404 with mod_jk

2010-07-13 Thread Michael Powe
The Apache access log shows: localhost - - [13/Jul/2010:16:41:02 -0400] GET /TlTaggerTest/target.jsp 404 332 - Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.3) Gecko/20100423 Ubuntu/10.04 (lucid) Firefox/3.6.3 - No indication on the Tomcat side of any activity. The ajp13 connector is enabled. Both

Re: 404 with mod_jk

2010-07-13 Thread Rainer Jung
::jk_uri_worker_map.c (1065): exit The Apache access log shows: localhost - - [13/Jul/2010:16:41:02 -0400] GET /TlTaggerTest/target.jsp 404 332 - Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.3) Gecko/20100423 Ubuntu/10.04 (lucid) Firefox/3.6.3 - No indication on the Tomcat side of any activity

Re: 404 with mod_jk

2010-07-13 Thread Michael Powe
Hello, Thank you for the reply. See below for comments. On Wed, Jul 14, 2010 at 12:37:05AM +0200, Rainer Jung wrote: On 13.07.2010 23:17, Michael Powe wrote: Hello, I asked this question in the httpd list but no joy. I have set up tomcat 6 and IBM httpd server to proxy requests using

Re: Webapp reloading issue and intermittent 404 errors

2010-07-07 Thread Tomislav Petrović
is in (or near) production :(. New stacktrace in catalina logs looks like (and produces 404 errors): Jul 5, 2010 7:13:47 AM org.apache.catalina.connector.CoyoteAdapter service SEVERE: An exception or error occurred in the container during the request processing java.lang.StringIndexOutOfBoundsException

Re: Webapp reloading issue and intermittent 404 errors

2010-07-07 Thread Pid
problem. Please help since now machine is in (or near) production :(. New stacktrace in catalina logs looks like (and produces 404 errors): Jul 5, 2010 7:13:47 AM org.apache.catalina.connector.CoyoteAdapter service SEVERE: An exception or error occurred in the container during the request

Re: Webapp reloading issue and intermittent 404 errors

2010-07-07 Thread Tomislav Petrović
workaround I now have similar problem. Please help since now machine is in (or near) production :(. New stacktrace in catalina logs looks like (and produces 404 errors): Jul 5, 2010 7:13:47 AM org.apache.catalina.connector.CoyoteAdapter service SEVERE: An exception or error occurred

Re: Webapp reloading issue and intermittent 404 errors

2010-07-07 Thread Pid
not be reloaded) went away with reloadable=false workaround I now have similar problem. Please help since now machine is in (or near) production :(. New stacktrace in catalina logs looks like (and produces 404 errors): Jul 5, 2010 7:13:47 AM org.apache.catalina.connector.CoyoteAdapter service

Re: Webapp reloading issue and intermittent 404 errors

2010-07-07 Thread André Warnier
Pid wrote: .. I wondered if it doesn't like spaces in File paths. I did not want to ask that question. Good that someone did. - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail:

RE: Webapp reloading issue and intermittent 404 errors

2010-07-07 Thread Caldarale, Charles R
From: Tomislav Petrović [mailto:t.petro...@inet.hr] Subject: Re: Webapp reloading issue and intermittent 404 errors Don't know have to check with customer, but actual index varies in each occurrence of stack trace, sometimes it is even -1. Here's the code of interest: 127 while (true

Re: Webapp reloading issue and intermittent 404 errors

2010-07-07 Thread Konstantin Kolinko
2010/6/30 Tomislav Petrović t.petro...@inet.hr: Pid said on 30.6.2010 13:06: On 30/06/2010 11:59, Tomislav Petrović wrote:        Context path=/some_webapp docBase=/some_webapp debug=0 reloadable=true crossContext=true        ResourceLink global=jdbc/SomeDB name=jdbc/SomeDB

RE: Webapp reloading issue and intermittent 404 errors

2010-07-07 Thread Caldarale, Charles R
From: Caldarale, Charles R Subject: RE: Webapp reloading issue and intermittent 404 errors Given the test on lines 129-130, it is impossible to have a -1 at line 131 - unless there's a JVM bug. 6u21 was just released tonight, so you might give that a shot and see if the problem has been

Re: Webapp reloading issue and intermittent 404 errors

2010-07-07 Thread Konstantin Kolinko
2010/7/8 Caldarale, Charles R chuck.caldar...@unisys.com: From: Caldarale, Charles R Subject: RE: Webapp reloading issue and intermittent 404 errors Given the test on lines 129-130, it is impossible to have a -1 at line 131 - unless there's a JVM bug. 6u21 was just released tonight, so you

RE: Webapp reloading issue and intermittent 404 errors

2010-07-07 Thread Caldarale, Charles R
From: Konstantin Kolinko [mailto:knst.koli...@gmail.com] Subject: Re: Webapp reloading issue and intermittent 404 errors Oh. It matches this case. All three seem to. The issue names mention SSE 4.2, so it supposedly happens only on certain families of Intel CPUs. Right - just Nehalem

Re: Webapp reloading issue and intermittent 404 errors

2010-06-30 Thread Tomislav Petrović
Pid said on 29.6.2010 23:20: On 29/06/2010 19:29, Konstantin Kolinko wrote: 2010/6/29 Caldarale, Charles Rchuck.caldar...@unisys.com: From: Tomislav Petrović [mailto:t.petro...@inet.hr] Subject: Re: Webapp reloading issue and intermittent 404 errors

Re: Webapp reloading issue and intermittent 404 errors

2010-06-30 Thread Tomislav Petrović
Tomislav Petrović said on 30.6.2010 12:59: Pid said on 29.6.2010 23:20: On 29/06/2010 19:29, Konstantin Kolinko wrote: 2010/6/29 Caldarale, Charles Rchuck.caldar...@unisys.com: From: Tomislav Petrović [mailto:t.petro...@inet.hr] Subject: Re: Webapp reloading issue and intermittent 404 errors

Re: Webapp reloading issue and intermittent 404 errors

2010-06-30 Thread Pid
On 30/06/2010 11:59, Tomislav Petrović wrote: Context path=/some_webapp docBase=/some_webapp debug=0 reloadable=true crossContext=true ResourceLink global=jdbc/SomeDB name=jdbc/SomeDB type=javax.sql.DataSource / ResourceLink global=jdbc/SomeDB2 name=jdbc/SomeDB2

Re: Webapp reloading issue and intermittent 404 errors

2010-06-30 Thread Pid
: Webapp reloading issue and intermittent 404 errors org.apache.catalina.util.RequestUtil.normalize(RequestUtil.java:131) IIRC, you are not the first person to report an exception at this spot in the code. (Unfortunately, I can't locate the other thread at the moment, but it was fairly recent

Re: Webapp reloading issue and intermittent 404 errors

2010-06-30 Thread Tomislav Petrović
...@inet.hr] Subject: Re: Webapp reloading issue and intermittent 404 errors org.apache.catalina.util.RequestUtil.normalize(RequestUtil.java:131) IIRC, you are not the first person to report an exception at this spot in the code. (Unfortunately, I can't locate the other thread at the moment

Re: Webapp reloading issue and intermittent 404 errors

2010-06-30 Thread Tomislav Petrović
Pid said on 30.6.2010 13:06: On 30/06/2010 11:59, Tomislav Petrović wrote: Context path=/some_webapp docBase=/some_webapp debug=0 reloadable=true crossContext=true ResourceLink global=jdbc/SomeDB name=jdbc/SomeDB type=javax.sql.DataSource / ResourceLink

RE: Webapp reloading issue and intermittent 404 errors

2010-06-30 Thread Caldarale, Charles R
From: Pid [mailto:p...@pidster.com] Subject: Re: Webapp reloading issue and intermittent 404 errors JVM: have to check whether server or client, not sure at the moment. Server, one would hope. Probably not - it's a 32-bit Windows, and you have to build your own JVM if you want a server

Re: Webapp reloading issue and intermittent 404 errors

2010-06-30 Thread Pid
On 30/06/2010 13:38, Caldarale, Charles R wrote: From: Pid [mailto:p...@pidster.com] Subject: Re: Webapp reloading issue and intermittent 404 errors JVM: have to check whether server or client, not sure at the moment. Server, one would hope. Probably not - it's a 32-bit Windows, and you

Re: Webapp reloading issue and intermittent 404 errors

2010-06-30 Thread David kerber
On 6/30/2010 8:41 AM, Pid wrote: On 30/06/2010 13:38, Caldarale, Charles R wrote: From: Pid [mailto:p...@pidster.com] Subject: Re: Webapp reloading issue and intermittent 404 errors JVM: have to check whether server or client, not sure at the moment. Server, one would hope. Probably

RE: Webapp reloading issue and intermittent 404 errors

2010-06-30 Thread Caldarale, Charles R
From: Pid [mailto:p...@pidster.com] Subject: Re: Webapp reloading issue and intermittent 404 errors Probably not - it's a 32-bit Windows, and you have to build your own JVM if you want a server version for that. Really?! I thought later versions had the server JVM too (for some reason

Re: Webapp reloading issue and intermittent 404 errors

2010-06-30 Thread David kerber
On 6/30/2010 8:38 AM, Caldarale, Charles R wrote: From: Pid [mailto:p...@pidster.com] Subject: Re: Webapp reloading issue and intermittent 404 errors JVM: have to check whether server or client, not sure at the moment. Server, one would hope. Probably not - it's a 32-bit Windows, and you

RE: Webapp reloading issue and intermittent 404 errors

2010-06-30 Thread Caldarale, Charles R
From: Tomislav Petrović [mailto:t.petro...@inet.hr] Subject: Re: Webapp reloading issue and intermittent 404 errors Do you actually have an 'endorsed' directory in your Tomcat installation? What's in it if you do? No I don't, this folder doesn't exist, will have to investigate who

Re: Webapp reloading issue and intermittent 404 errors

2010-06-30 Thread Pid
...@unisys.com: From: Tomislav Petrović [mailto:t.petro...@inet.hr] Subject: Re: Webapp reloading issue and intermittent 404 errors org.apache.catalina.util.RequestUtil.normalize(RequestUtil.java:131) IIRC, you are not the first person to report an exception at this spot in the code. (Unfortunately

RE: Webapp reloading issue and intermittent 404 errors

2010-06-30 Thread Caldarale, Charles R
From: Tomislav Petrović [mailto:t.petro...@inet.hr] Subject: Re: Webapp reloading issue and intermittent 404 errors Can you post me how my new server.xml should look and how some_webapp/META-INF/context.xml should look. Just remove all Context elements from server.xml - it's bad practice

Re: Webapp reloading issue and intermittent 404 errors

2010-06-30 Thread Pid
On 30/06/2010 13:07, Tomislav Petrović wrote: Pid said on 30.6.2010 13:06: On 30/06/2010 11:59, Tomislav Petrović wrote: Context path=/some_webapp docBase=/some_webapp debug=0 reloadable=true crossContext=true ResourceLink global=jdbc/SomeDB name=jdbc/SomeDB type=javax.sql.DataSource

Re: Webapp reloading issue and intermittent 404 errors

2010-06-30 Thread Tomislav Petrović
Pid said on 30.6.2010 15:05: On 30/06/2010 13:07, Tomislav Petrović wrote: Pid said on 30.6.2010 13:06: On 30/06/2010 11:59, Tomislav Petrović wrote: Context path=/some_webapp docBase=/some_webapp debug=0 reloadable=true crossContext=true ResourceLink global=jdbc/SomeDB

Re: Webapp reloading issue and intermittent 404 errors

2010-06-30 Thread Tomislav Petrović
Caldarale, Charles R said on 30.6.2010 15:03: From: Tomislav Petrović [mailto:t.petro...@inet.hr] Subject: Re: Webapp reloading issue and intermittent 404 errors Can you post me how my new server.xml should look and how some_webapp/META-INF/context.xml should look. Just remove allContext

<    1   2   3   4   5   6   7   8   9   10   >