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: : 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 int

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 t

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 elements directly in the server.

Re: Re: : tomcat error 404

2011-10-23 Thread Dave Filchak
The logs, at least the catalina.err and catalina.out files do not say anything much, at least as far as an error goes. I cannot find any other log files specific only to this app so they appear not to be working. I only see this in catalina.err in the last while: Oct 23, 2011 2:59:10 PM org.ap

Re: Re: : tomcat error 404

2011-10-23 Thread Dave Filchak
Yes ... can't find him. On 22/07/64 2:59 PM, Pid wrote: On 23/10/2011 19:57, Dave Filchak wrote: Please contact Nick should any questions or issues arise about this application. Have you tried contacting 'Nick'? p --

Re: Re: : tomcat error 404

2011-10-23 Thread Dave Filchak
So where should the Context be? On 22/07/64 2:59 PM, Pid wrote: Don't put a Context in server.xml. That is a massive can of worms all on its own. On 23/10/2011 19:57, Dave Filchak wrote: /> The above won't work, it should really stop Tomcat from starting. Wrong: /> Right:

Re: Re: tomcat error 404

2011-10-23 Thread Dave Filchak
te: 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 c

Re: : tomcat error 404

2011-10-23 Thread Pid
On 23/10/2011 19:57, Dave Filchak wrote: > I know this is probably screwed up now so I appreciate the help I have > had so far and would seriously appreciate any input as to how to > straighten this out and get the connection to the database functional. I > really need to get the site up and runnin

Re: : tomcat error 404

2011-10-23 Thread Pid
On 23/10/2011 19:57, Dave Filchak wrote: > > Please contact Nick should any questions or issues arise about > this application. > Have you tried contacting 'Nick'? p signature.asc Description: OpenPGP digital signature

Re: : tomcat error 404

2011-10-23 Thread Pid
Don't put a Context in server.xml. That is a massive can of worms all on its own. On 23/10/2011 19:57, Dave Filchak wrote: >username="#_#" > password="#" > driverClassName="com.mysql.jdbc.Driver" > > url="jdbc:mysql://localhost:33

Re: : tomcat error 404

2011-10-23 Thread Pid
On 23/10/2011 19:57, Dave Filchak wrote: > My environment.xml file @ /home/##/public_html/WEB-INF/conf/ Once again: this is not a Tomcat configuration file, it's application specific. p signature.asc Description: OpenPGP digital signature

Re:: tomcat error 404

2011-10-23 Thread Dave Filchak
Alright well, I am having a hell of a time getting this to work. I am adding all my pertinent xml files so that maybe someone has some time to help me get this straightened out. I know everyone is busy and it is Sunday so I'll let it sit after this but at this point, I have pages that work but

Re: tomcat error 404

2011-10-23 Thread Pid *
gt;> Do this carefully, as it may be the basic cause why the whole thing >>> is not working. >>> Keep a backup of the original, for each file that you start editing. >>> >>> (Another note: there exist text editors which can show you if a file >>> i

Re: Re: Re: tomcat error 404

2011-10-23 Thread Dave Filchak
fo. 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 or the

Re: Re: tomcat error 404

2011-10-22 Thread Dave Filchak
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 or the example files but, this

Re: tomcat error 404

2011-10-22 Thread André Warnier
: 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 cannot

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-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 http

tomcat error 404

2011-10-21 Thread Dave Filchak
f" my server 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 t

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

2011-09-13 Thread jprideaux
t; > - > To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org > For additional commands, e-mail: users-h...@tomcat.apache.org > > > -- View this message in context: http://old.nabble.com/*.iface-jessionid%3Dxxx-g

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

2011-09-12 Thread Konstantin Kolinko
2011/9/13 Konstantin Kolinko : > 2011/9/13 jprideaux : >> >> 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. SRV.3.1 (page number 26), Quote: > [[[ > Pat

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

2011-09-12 Thread Konstantin Kolinko
2011/9/13 jprideaux : > > 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: /test3/a.iface;jsessionid=blah fro

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

2011-09-12 Thread jprideaux
se by generating >>> a >>> web-project, turning on JSF, turn on icefaces, turn on facelets, then >>> add a >>> simple xhtml page.  Just use the page it creates for you.  Then set >>> MyEclispe up to use an external Tomcat instance.  Point to a 6.0.32 >&

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

2011-09-12 Thread jprideaux
t creates for you.  Then set >> MyEclispe up 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 >>

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

2011-09-12 Thread Konstantin Kolinko
ded 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 6.0.33 fives a page not found (404) error > > Whay is that?  I

*.iface;jessionid=xxx gives 404 error

2011-09-12 Thread jprideaux
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 mig

Re: tomcat shows 404 error for existing pages

2011-04-11 Thread Thomas Freitag
7.0.12, 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 erro

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.). Is there

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

2011-01-20 Thread Mark Thomas
let Mark > > > Now we are successfully able to upload the file. > > Thanks once again. > > > --- On Thu, 1/20/11, Mikolaj Rydzewski wrote: > > From: Mikolaj Rydzewski > Subject: Re: HTTP Status 404 - > /stcepmweb/servlet/com.stc.ePM.webint.ReceiveFi

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

2011-01-20 Thread Amol Puglia
: Mikolaj Rydzewski Subject: Re: HTTP Status 404 - /stcepmweb/servlet/com.stc.ePM.webint.ReceiveFileUploadServlet To: "Tomcat Users List" Date: Thursday, January 20, 2011, 2:07 PM On Wed, 19 Jan 2011 23:56:27 -0800 (PST), Amol Puglia wrote: > I am having one application deployed o

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

2011-01-20 Thread Mikolaj Rydzewski
r 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. So I

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

2011-01-20 Thread André Warnier
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

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 The

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
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 well. This

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
date 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 JspServl

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 t

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

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

2010-12-09 Thread Mark Eggers
rom: Lava Saleem To: users Sent: 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 filen

Re: HTTP status 404

2010-12-09 Thread Lava Saleem
y two cents. > > /mde/ > > - Original Message > From: Lava Saleem > To: users > 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 st

Re: HTTP status 404

2010-12-09 Thread Mark Eggers
. /mde/ - Original Message From: Lava Saleem To: users 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

Re: HTTP status 404

2010-12-09 Thread David Smith
; |- filename.htm > *|-*WEB-INF > |- 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

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 o

Re: HTTP status 404

2010-12-08 Thread André Warnier
EB-INF--> 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 a

Re: HTTP status 404

2010-12-08 Thread Mark Eggers
Static.war which can then be deployed using Tomcat's manager application (or copying Static.war to $CATALINA_HOME/webapps). . . . . just my two cents. /mde/ - Original Message From: Lava Saleem To: Tomcat Users List Sent: Wed, December 8, 2010 12:12:18 PM Subject: Re: HTTP stat

Re: HTTP status 404

2010-12-08 Thread Lava Saleem
gt; filename.htm + web.xml + META-INF > > + classes + lib > > What does all that mean? Are those file paths? Are they descriptions of > how you have concatenated files together? It doesn't make any sense to me. > > > I did not modify the web.xml since I don't need

Re: HTTP status 404

2010-12-08 Thread Hassan Schroeder
On Wed, Dec 8, 2010 at 12:05 PM, David Smith 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 Schroeder ---

Re: HTTP status 404

2010-12-08 Thread David Smith
your .war archive A .war 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

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 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 2010/12

Re: HTTP status 404

2010-12-08 Thread David Smith
; WEB-INF--> 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 a

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 se

Re: HTTP status 404

2010-12-08 Thread Christopher Schultz
e file paths? Are they descriptions of how you 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 (/f

Re: HTTP status 404

2010-12-08 Thread Victor Kabdebon
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 > > Thanks for the feedback > Lava >

HTTP status 404

2010-12-08 Thread Lava Saleem
+ 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 Thanks for the feedback Lava

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

2010-10-26 Thread Luiz Fabiano T.I CTO (Tempo Filmes)
r.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 for me, when I try to

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

2010-10-26 Thread Pid
e, you'll need to define: ProxyPass /blog ! ProxyPass / balancer... etc Instead of defining 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 >

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

2010-10-26 Thread Luiz Fabiano T.I CTO (Tempo Filmes)
ore help from you 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 issu

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

2010-10-26 Thread Pid
swer this request by Apache, 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. > > >

Help with tomcat 5.5 and Apache2 (404 issues)

2010-10-26 Thread Luiz Fabiano T.I CTO (Tempo Filmes)
rt 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: ~ Tomcat.conf: ProxyReques

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 placing elements in server.xml. This is not completly true

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 elements in server.xml. > This is not completly true Note that I said "should not" rather than "must not". You can pla

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 :

Re: Error 404 when redirected

2010-10-07 Thread arnaud icard
ts 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

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 : > unpackWARs

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

Error 404 when redirected

2010-10-07 Thread arnaud icard
ppli2 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 could it interprets the index.jsp but then cannot find the /stylesheets/welcome.faces ? Do

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
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 w

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 instructions

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 us

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 th

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 Apach

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 Powe: > >> > >(...) > >>#JkMount /host-manager ajp13 > >>#JkMount /host-manager/* ajp13 > >> > >>JkMount /TlTaggerTest/*.jsp worker1 > >

Re: 404 with mod_jk

2010-07-14 Thread Rainer Jung
On 14.07.2010 14:37, Konstantin Kolinko wrote: 2010/7/14 Michael Powe: (...) #JkMount /host-manager ajp13 #JkMount /host-manager/* ajp13 JkMount /TlTaggerTest/*.jsp worker1 The VirtualHost section was created by the ApacheConfig option in Tomcat. Trivial question: are you

Re: 404 with mod_jk

2010-07-14 Thread Konstantin Kolinko
2010/7/14 Michael Powe : >> >>> (...) >> >>>#    JkMount /host-manager ajp13 >> >>>#    JkMount /host-manager/* ajp13 >> >>> >> >>>    JkMount /TlTaggerTest/*.jsp worker1 >> >>> >> >>> > > The VirtualHost section was created by the ApacheConfig option in > Tomcat. Trivial question: are you sure,

Re: 404 with mod_jk

2010-07-14 Thread Michael Powe
> >>>ajp_init::jk_ajp_common.c (2839): recovery options: 0 > >>>[Tue Jul 13 22:21:00 2010] [12002:3987136] [debug] > >>>ajp_init::jk_ajp_common.c (2843): retries:2 > >>>[Tue Jul 13 22:21:00 2010] [12002:3987136] [debug] > >&

Re: 404 with mod_jk

2010-07-14 Thread André Warnier
#JkMount /manager ajp13 #JkMount /manager/* ajp13 # #JkMount /helloworld ajp13 #JkMount /helloworld/* ajp13 # #JkMount /docs ajp13 #JkMount /docs/* ajp13 # #JkMount /host-manager ajp13 #JkMount /host-manager/* ajp13 JkMount /TlTaggerTest/*.jsp worker1

Re: 404 with mod_jk

2010-07-14 Thread Michael Powe
987136] [trace] > >ajp_init::jk_ajp_common.c (2883): exit > > > >>- anything in the httpd error log? Maybe your mod_jk module file is not > >>really compatible with your web server binary and you get process crashes? > > > >After the server restart, the fo

Re: 404 with mod_jk

2010-07-14 Thread Rainer Jung
loworld/* ajp13 # #JkMount /docs ajp13 #JkMount /docs/* ajp13 # #JkMount /host-manager ajp13 #JkMount /host-manager/* ajp13 JkMount /TlTaggerTest/*.jsp worker1 Your help is really appreciated. Thanks for the info, the startup looks good assuming that there were no non-debug

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 reques

Re: 404 with mod_jk

2010-07-13 Thread Rainer Jung
:50215792] [trace] map_uri_to_worker_ext::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) Fire

404 with mod_jk

2010-07-13 Thread Michael Powe
t::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 indicati

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

Re: Webapp reloading issue and intermittent 404 errors

2010-07-07 Thread Konstantin Kolinko
2010/7/8 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

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

Re: Webapp reloading issue and intermittent 404 errors

2010-07-07 Thread Konstantin Kolinko
2010/6/30 Tomislav Petrović : > Pid said on 30.6.2010 13:06: >> >> On 30/06/2010 11:59, Tomislav Petrović wrote: >>> >>>        >> reloadable="true" crossContext="true"> >>>        >> type="javax.sql.DataSource" /> >>>        >> type="javax.sql.DataSource" /> >> >> If these are the actual values th

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

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: use

Re: Webapp reloading issue and intermittent 404 errors

2010-07-07 Thread Pid
for tomcat is ..\jdk1.6.0_18\jre\bin\server\jvm.dll, so >>>> Java 6 update 18 server. >>> >>> Although initial excpetion and stacktrace (related to webapp reloading, >>> actually checking that it should or should not be reloaded) went away with >>

Re: Webapp reloading issue and intermittent 404 errors

2010-07-07 Thread Tomislav Petrović
er. >> >> Although initial excpetion and stacktrace (related to webapp reloading, >> actually checking that it should or should not be reloaded) went away with >> reloadable="false" workaround I now have similar problem. >&

Re: Webapp reloading issue and intermittent 404 errors

2010-07-07 Thread Pid
reloading, > actually checking that it should or should 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 pro

Re: Webapp reloading issue and intermittent 404 errors

2010-07-07 Thread Tomislav Petrović
uot;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 SEVERE: An ex

Re: Webapp reloading issue and intermittent 404 errors

2010-06-30 Thread Tomislav Petrović
Forgot to say: Tomcat service is started with following parameters: JVM: have to check whether server or client, not sure at the moment. Server, one would hope. Did you find out the exact version? Yup JVM path for tomcat is ..\jdk1.6.0_18\jre\bin\server\jvm.dll, so Java 6 update 18 ser

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 > > any idea what caused original problem? And if I can > provide any additional info to help resolve it. Again, we believe this to be a JVM bug, not specific to

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 all elements

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: If these are the actual values then it's a miracle it's working at all. Only app name/paths and jdbs names have been chang

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: >>> >> reloadable="true" crossContext="true"> >>> >> type="javax.sql.DataSource" /> >>> >> type="javax.sql.DataSource" /> >> >> If these are the actual values th

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 elements from server.xml - it&#x

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