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 Tomcat. Since it's

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

Re: Webapp reloading issue and intermittent 404 errors

2010-06-29 Thread Tomislav Petrović
Tomislav Petrović said on 28.6.2010 15:46: Caldarale, Charles R said on 28.6.2010 15:32: Seems to me it is related to web app reloading but this is my blind guess. What makes you suspicious that reloading is going on? Just my VERY BIG AND BLIND guess based on classes involved in

Re: Webapp reloading issue and intermittent 404 errors

2010-06-29 Thread Pid
On 29/06/2010 11:51, Tomislav Petrović wrote: Tomislav Petrović said on 28.6.2010 15:46: Caldarale, Charles R said on 28.6.2010 15:32: Seems to me it is related to web app reloading but this is my blind guess. What makes you suspicious that reloading is going on? Just my VERY BIG AND

Re: Webapp reloading issue and intermittent 404 errors

2010-06-29 Thread Tomislav Petrović
Pid said on 29.6.2010 13:36: On 29/06/2010 11:51, Tomislav Petrović wrote: Tomislav Petrović said on 28.6.2010 15:46: Caldarale, Charles R said on 28.6.2010 15:32: Seems to me it is related to web app reloading but this is my blind guess. What makes you suspicious that reloading is going

Re: Webapp reloading issue and intermittent 404 errors

2010-06-29 Thread Mark Thomas
On 29/06/2010 12:51, Tomislav Petrović wrote: This is problematic code (part of normalize method): // Resolve occurrences of // in the normalized path while (true) { int index = normalized.indexOf(//); if (index 0) break;

RE: Webapp reloading issue and intermittent 404 errors

2010-06-29 Thread Caldarale, Charles R
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, I

Re: Webapp reloading issue and intermittent 404 errors

2010-06-29 Thread Konstantin Kolinko
2010/6/29 Caldarale, Charles R chuck.caldar...@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

Re: Webapp reloading issue and intermittent 404 errors

2010-06-29 Thread Pid
On 29/06/2010 19:29, Konstantin Kolinko wrote: 2010/6/29 Caldarale, Charles R chuck.caldar...@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

Webapp reloading issue and intermittent 404 errors

2010-06-28 Thread Tomislav Petrović
. From time to time on a load test we get intermittent 404 errors on our jsp pages. Intermittent meaning page gives 404 error on a request and randomly and next request to a same page goes ok (few miliseconds later). What I know is that: 1. JSP page exists for certain (it is not moved or deleted

Re: Webapp reloading issue and intermittent 404 errors

2010-06-28 Thread Pid
! :) Second one... Don't know if it is related to first one or separate issue. From time to time on a load test we get intermittent 404 errors on our jsp pages. Intermittent meaning page gives 404 error on a request and randomly and next request to a same page goes ok (few miliseconds later

RE: Webapp reloading issue and intermittent 404 errors

2010-06-28 Thread Caldarale, Charles R
From: Tomislav Petrović [mailto:t.petro...@inet.hr] Subject: Webapp reloading issue and intermittent 404 errors Tomcat is: Apache Tomcat/6.0.24, Java is 6 don't know update number exactly but can find out if necessary. Try moving to 6.0.26, or 6.0.27 when it comes out in a few days

Webapp reloading issue and intermittent 404 errors

2010-06-28 Thread Tomislav Petrović
. So please help! :) Second one... Don't know if it is related to first one or separate issue. From time to time on a load test we get intermittent 404 errors on our jsp pages. Intermittent meaning page gives 404 error on a request and randomly and next request to a same page goes ok (few

Re: Webapp reloading issue and intermittent 404 errors

2010-06-28 Thread Tomislav Petrović
Caldarale, Charles R said on 28.6.2010 15:32: From: Tomislav Petrović [mailto:t.petro...@inet.hr] Subject: Webapp reloading issue and intermittent 404 errors Tomcat is: Apache Tomcat/6.0.24, Java is 6 don't know update number exactly but can find out if necessary. Try moving to 6.0.26

Re: Webapp reloading issue and intermittent 404 errors

2010-06-28 Thread Pid
On 28/06/2010 14:46, Tomislav Petrović wrote: Caldarale, Charles R said on 28.6.2010 15:32: From: Tomislav Petrović [mailto:t.petro...@inet.hr] Subject: Webapp reloading issue and intermittent 404 errors Tomcat is: Apache Tomcat/6.0.24, Java is 6 don't know update number exactly but can find

Re: Webapp reloading issue and intermittent 404 errors

2010-06-28 Thread Tomislav Petrović
Pid said on 28.6.2010 15:49: On 28/06/2010 14:46, Tomislav Petrović wrote: Caldarale, Charles R said on 28.6.2010 15:32: From: Tomislav Petrović [mailto:t.petro...@inet.hr] Subject: Webapp reloading issue and intermittent 404 errors Tomcat is: Apache Tomcat/6.0.24, Java is 6 don't know update

Re: Webapp reloading issue and intermittent 404 errors

2010-06-28 Thread Pid
On 28/06/2010 14:51, Tomislav Petrović wrote: Pid said on 28.6.2010 15:49: On 28/06/2010 14:46, Tomislav Petrović wrote: Caldarale, Charles R said on 28.6.2010 15:32: From: Tomislav Petrović [mailto:t.petro...@inet.hr] Subject: Webapp reloading issue and intermittent 404 errors Tomcat

tomcat 6.0 404 error only on firefox due to backslashes?

2010-06-10 Thread mamalacation
all for your time in advance! -- View this message in context: http://old.nabble.com/tomcat-6.0-404-error-only-on-firefox-due-to-backslashes--tp28844040p28844040.html Sent from the Tomcat - User mailing list archive at Nabble.com

Re: tomcat 6.0 404 error only on firefox due to backslashes?

2010-06-10 Thread mamalacation
?!), and/or their syntax. -- View this message in context: http://old.nabble.com/tomcat-6.0-404-error-only-on-firefox-due-to-backslashes--tp28844040p28844410.html Sent from the Tomcat - User mailing list archive at Nabble.com

Re: tomcat 6.0 404 error only on firefox due to backslashes?

2010-06-10 Thread Pid
On 10/06/2010 15:41, mamalacation wrote: Dear all, I had to setup a Windows 2008r2 box running tomcat 6.0.26 in a virtual machine, in order to see if a project/site from a windows 2003 SP2 and tomcat 5.0 could run on it. During the upgrade process everything worked well (after a few

Re: tomcat 6.0 404 error only on firefox due to backslashes?

2010-06-10 Thread mamalacation
downloading the file, but the filename to be saved is path\to\file.ext instead of file.ext. Does anybody know how this can be fixed? -- View this message in context: http://old.nabble.com/tomcat-6.0-404-error-only-on-firefox-due-to-backslashes--tp28844040p28845001.html Sent from the Tomcat - User

Re: tomcat 6.0 404 error only on firefox due to backslashes?

2010-06-10 Thread André Warnier
mamalacation wrote: Pid * wrote: Why not just fix the URLs? p I am not sure what you mean by saying fix the URLs, but in the meantime I found out how to set the option org.apache.catalina.connector. CoyoteAdapter.ALLOW_BACKSLASH=true in conf/catalina.properties, so now it almost

Re: tomcat 6.0 404 error only on firefox due to backslashes?

2010-06-10 Thread Ziggy
For security purposes, Mozilla applications block links to local files (and directories) from remote files. This includes linking to files on your hard drive, on mapped network drives, and accessible via Uniform Naming

Re: tomcat 6.0 404 error only on firefox due to backslashes?

2010-06-10 Thread mamalacation
: http://old.nabble.com/tomcat-6.0-404-error-only-on-firefox-due-to-backslashes--tp28844040p28845545.html Sent from the Tomcat - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr

Re: tomcat 6.0 404 error only on firefox due to backslashes?

2010-06-10 Thread André Warnier
mamalacation wrote: awarnier wrote: No. But before you find a solution and create a big security issue, I suggest that from now on you check this with different browsers, and particularly different IE versions. I think that the fix you found is really a kludge, in that it kind of works

Re: Deploying a simple webservice for testing on tomcat gives HTTP 404

2010-03-27 Thread Arunkumar Janarthanan
Have you checked the URL path from the Tomcat manager page is correct ? On Fri, Mar 26, 2010 at 6:59 PM, SM moni_spar...@yahoo.com wrote: Hi all, I developed a simple web service and deployed it on Tomcat 6.0.24 and when I debug on server it gives me http 404. There are no errors

Debug on Server tomcat for a simple webservice gives http 404 error

2010-03-26 Thread SM
Hi all:  I have created a simple web service using eclipse and tomcat 6.0.24, however when I try to test this webservice using Debug on Server I get the following error:HTTP Status 404 - /Axis2WSTest/type Status reportmessage /Axis2WSTest/description The requested resource (/Axis2WSTest

Deploying a simple webservice for testing on tomcat gives HTTP 404

2010-03-26 Thread SM
Hi all, I developed a simple web service and deployed it on Tomcat 6.0.24 and when I debug on server it gives me http 404.  There are no errors in the tomcat log.   HTTP Status 404 - /Axis2WSTest/ type Status report message /Axis2WSTest/ description The requested resource (/Axis2WSTest

HTTP status 404 - only first time when accessing from browser

2010-02-09 Thread lazyisgood
I am experiencing strange issue with Tomcat 6.0.24. I have jsp/jsf application deployed to Tomcat. The first time the app is accessed, the URL gets messed up and I get HTTP 404. The second I the same app is accessed in the same browser, it loads fine. If you close and browser and repeat it again

Re: HTTP status 404 - only first time when accessing from browser

2010-02-09 Thread Christopher Schultz
header 3. Client requests http://subash.redirectme.net:8080/stock/faces/welcome.jspxhttp://subash.redirectme.net:8080/stock/faces/;jsessionid=8EEDF59F86BEC61AF9E0FCC299482BCE?_afrLoop=1452271788441692_afrWindowMode=0_afrWindowId=null; 4. Server responds with 404 Not Found 2. Now, delete the URL

RE: can't call my servlet on Tomcat 6 (Error 404)

2010-02-01 Thread hbral
n828cl wrote: From: hbral [mailto:nro...@web.de] Subject: RE: can't call my servlet on Tomcat 6 (Error 404) i call: /download/file and i get the 404 error What's the entire URL? Enable the AccessLogValve in server.xml and see if the request is even getting to Tomcat. do you

RE: can't call my servlet on Tomcat 6 (Error 404)

2010-02-01 Thread Caldarale, Charles R
From: hbral [mailto:nro...@web.de] Subject: RE: can't call my servlet on Tomcat 6 (Error 404) i called only for /download/file when i should have called for /download/download/file as u guys told me. Or correct the url-pattern to avoid the redundancy. - Chuck THIS COMMUNICATION MAY

can't call my servlet on Tomcat 6 (Error 404)

2010-01-31 Thread hbral
that url that is mapped to the servlet instead i get a page with the 404 error (the requested resource was not found). thank you -- View this message in context: http://old.nabble.com/can%27t-call-my-servlet-on-Tomcat-6-%28Error-404%29-tp27397388p27397388.html Sent from the Tomcat - User

Re: can't call my servlet on Tomcat 6 (Error 404)

2010-01-31 Thread David Smith
deploy it on my tomcat server i can't call that url that is mapped to the servlet instead i get a page with the 404 error (the requested resource was not found). thank you Help us help you. We need to see the logs for the moment your webapp was deployed and the moment you requested

Re: can't call my servlet on Tomcat 6 (Error 404)

2010-01-31 Thread hbral
jetty i think) but when i deploy it on my tomcat server i can't call that url that is mapped to the servlet instead i get a page with the 404 error (the requested resource was not found). thank you Help us help you. We need to see the logs for the moment your webapp was deployed

Re: can't call my servlet on Tomcat 6 (Error 404)

2010-01-31 Thread David Smith
(i'm using gwt with eclipse which uses jetty i think) but when i deploy it on my tomcat server i can't call that url that is mapped to the servlet instead i get a page with the 404 error (the requested resource was not found). thank you Help us help you. We need to see

Re: can't call my servlet on Tomcat 6 (Error 404)

2010-01-31 Thread Konstantin Kolinko
2010/2/1 hbral nro...@web.de: tomcat: 6.0.24 os: debian linux 2.6.12.6-xenU jvm: 1.6.0_12-b04 log files contain nothing use full other than that i successfully deployed the war file What URL are you calling by your browser? If your war was named mywar.war then you should call

Re: can't call my servlet on Tomcat 6 (Error 404)

2010-01-31 Thread hbral
/can%27t-call-my-servlet-on-Tomcat-6-%28Error-404%29-tp27397388p27398666.html Sent from the Tomcat - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e

RE: can't call my servlet on Tomcat 6 (Error 404)

2010-01-31 Thread Caldarale, Charles R
From: hbral [mailto:nro...@web.de] Subject: Re: can't call my servlet on Tomcat 6 (Error 404) yes i called it that way. You seem reluctant to provide real data. Show us your web.xml, server.xml, the webapp's Context element (if any), the location of the .war file, and the actual URL

RE: can't call my servlet on Tomcat 6 (Error 404)

2010-01-31 Thread hbral
n828cl wrote: From: hbral [mailto:nro...@web.de] Subject: Re: can't call my servlet on Tomcat 6 (Error 404) yes i called it that way. You seem reluctant to provide real data. Show us your web.xml, server.xml, the webapp's Context element (if any), the location of the .war file

RE: can't call my servlet on Tomcat 6 (Error 404)

2010-01-31 Thread Caldarale, Charles R
From: hbral [mailto:nro...@web.de] Subject: RE: can't call my servlet on Tomcat 6 (Error 404) i call: /download/file and i get the 404 error What's the entire URL? Enable the AccessLogValve in server.xml and see if the request is even getting to Tomcat. do you mean the tomcat server.xml

RE: can't call my servlet on Tomcat 6 (Error 404)

2010-01-31 Thread Ningappa Koneri
List Subject: Re: can't call my servlet on Tomcat 6 (Error 404) 2010/2/1 hbral nro...@web.de: tomcat: 6.0.24 os: debian linux 2.6.12.6-xenU jvm: 1.6.0_12-b04 log files contain nothing use full other than that i successfully deployed the war file What URL are you calling by your browser

Re: Cyclos Webapp Trouble (404)

2010-01-18 Thread David Smith
-17 at 21:55 -0600, Caldarale, Charles R wrote: From: Rick Bragg [mailto:li...@gmnet.net] Subject: Cyclos Webapp Trouble (404) After following these steps, and restarting tomcat6 I get a 404 error, Also, the database remains empty. As stated before, using a real Tomcat download

RE: Cyclos Webapp Trouble (404)

2010-01-18 Thread Caldarale, Charles R
From: Rick Bragg [mailto:li...@gmnet.net] Subject: RE: Cyclos Webapp Trouble (404) Error connecting to database at jdbc:mysql://localhost/cyclos3 Besides verifying that MySQL is actually running as David suggested, note that there's a mismatch in the cyclos installation instructions

Re: Cyclos Webapp Trouble (404)

2010-01-18 Thread Rick Bragg
On Mon, 2010-01-18 at 07:39 -0500, David Smith wrote: Caused by: com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communications link failure To me this looks like it's outside of tomcat. Check that mysql is up, listening on tcp port 3306 (the standard mysql port) and there

Re: Cyclos Webapp Trouble (404)

2010-01-18 Thread David Smith
Rick Bragg wrote: On Mon, 2010-01-18 at 07:39 -0500, David Smith wrote: Caused by: com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communications link failure To me this looks like it's outside of tomcat. Check that mysql is up, listening on tcp port 3306 (the standard

RE: Cyclos Webapp Trouble (404)

2010-01-18 Thread Rick Bragg
On Mon, 2010-01-18 at 07:42 -0600, Caldarale, Charles R wrote: From: Rick Bragg [mailto:li...@gmnet.net] Subject: RE: Cyclos Webapp Trouble (404) Error connecting to database at jdbc:mysql://localhost/cyclos3 Besides verifying that MySQL is actually running as David suggested, note

RE: Cyclos Webapp Trouble (404)

2010-01-18 Thread Caldarale, Charles R
From: Rick Bragg [mailto:li...@gmnet.net] Subject: RE: Cyclos Webapp Trouble (404) Yes I notices that as well, I forgot to post my cyclos.properies Here is the mysql section... hibernate.connection.url = jdbc:mysql://127.0.0.1:3306/cyclos The above doesn't jibe with the error message

RE: Cyclos Webapp Trouble (404)

2010-01-18 Thread Rick Bragg
On Mon, 2010-01-18 at 08:23 -0600, Caldarale, Charles R wrote: From: Rick Bragg [mailto:li...@gmnet.net] Subject: RE: Cyclos Webapp Trouble (404) Yes I notices that as well, I forgot to post my cyclos.properies Here is the mysql section... hibernate.connection.url = jdbc:mysql

RE: Cyclos Webapp Trouble (404)

2010-01-18 Thread Caldarale, Charles R
From: Rick Bragg [mailto:li...@gmnet.net] Subject: RE: Cyclos Webapp Trouble (404) Error connecting to database at jdbc:mysql://127.0.0.1:3306/cyclos You've still got some inconsistencies in your posts. You've stated that you're installing Tomcat+cyclos on a brand new machine, yet you

Re: Cyclos Webapp Trouble (404)

2010-01-18 Thread David Smith
Rick Bragg wrote: On Mon, 2010-01-18 at 08:23 -0600, Caldarale, Charles R wrote: From: Rick Bragg [mailto:li...@gmnet.net] Subject: RE: Cyclos Webapp Trouble (404) Yes I notices that as well, I forgot to post my cyclos.properies Here is the mysql section... hibernate.connection.url

Re: Cyclos Webapp Trouble (404)

2010-01-18 Thread Rick Bragg
On Mon, 2010-01-18 at 09:43 -0500, David Smith wrote: Rick Bragg wrote: On Mon, 2010-01-18 at 08:23 -0600, Caldarale, Charles R wrote: From: Rick Bragg [mailto:li...@gmnet.net] Subject: RE: Cyclos Webapp Trouble (404) Yes I notices that as well, I forgot to post my cyclos.properies

RE: Cyclos Webapp Trouble (404)

2010-01-18 Thread Caldarale, Charles R
From: Rick Bragg [mailto:li...@gmnet.net] Subject: Re: Cyclos Webapp Trouble (404) Yes the above works perfect. I can log into MySQL in exactly that way. I also double checked the password. Just for grins, do a netstat -ano and verify that the MySQL pid really is listening on 127.0.0.1

Re: Cyclos Webapp Trouble (404)

2010-01-18 Thread Markus Schönhaber
18.01.2010 15:57, Rick Bragg: On Mon, 2010-01-18 at 09:43 -0500, David Smith wrote: MySQL leave the tcp port disabled for security reasons. I've never understood the decision, but it happens. You can test w/ the mysql command: mysql -P 3306 -h localhost -u cyclos -p Yes the above works

RE: Cyclos Webapp Trouble (404)

2010-01-18 Thread Rick Bragg
On Mon, 2010-01-18 at 09:02 -0600, Caldarale, Charles R wrote: From: Rick Bragg [mailto:li...@gmnet.net] Subject: Re: Cyclos Webapp Trouble (404) Yes the above works perfect. I can log into MySQL in exactly that way. I also double checked the password. Just for grins, do a netstat

Re: Cyclos Webapp Trouble (404)

2010-01-18 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Chuck, On 1/18/2010 10:02 AM, Caldarale, Charles R wrote: From: Rick Bragg [mailto:li...@gmnet.net] Subject: Re: Cyclos Webapp Trouble (404) Yes the above works perfect. I can log into MySQL in exactly that way. I also double checked

RE: Cyclos Webapp Trouble (404) [solved]

2010-01-18 Thread Rick Bragg
On Mon, 2010-01-18 at 09:02 -0600, Caldarale, Charles R wrote: From: Rick Bragg [mailto:li...@gmnet.net] Subject: Re: Cyclos Webapp Trouble (404) Yes the above works perfect. I can log into MySQL in exactly that way. I also double checked the password. Just for grins, do a netstat

Cyclos Webapp Trouble (404)

2010-01-17 Thread Rick Bragg
, enable http and https (explained in detail below) and other optional configurations. After following these steps, and restarting tomcat6 I get a 404 error, Also, the database remains empty. I have Java and Tomcat installed fine. System Info: OS: Ubuntu Hardy LTS version 8.04 - 2.6.24-16-server

RE: Cyclos Webapp Trouble (404)

2010-01-17 Thread Rick Bragg
On Sun, 2010-01-17 at 21:55 -0600, Caldarale, Charles R wrote: From: Rick Bragg [mailto:li...@gmnet.net] Subject: Cyclos Webapp Trouble (404) After following these steps, and restarting tomcat6 I get a 404 error, Also, the database remains empty. As stated before, using a real Tomcat

Re: 404 for JSPs

2009-12-23 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Clay, On 12/20/2009 9:32 PM, Clay McCoy wrote: When I run embedded Tomcat my jsps 404, but my servlets work. When I run standard (by putting my war on the Tomcat/webapps directory) my servlets 404 but my jsps work (without any css). Can anyone

404 for JSPs

2009-12-20 Thread Clay McCoy
When I run embedded Tomcat my jsps 404, but my servlets work. When I run standard (by putting my war on the Tomcat/webapps directory) my servlets 404 but my jsps work (without any css). Can anyone shed some light on this? My startup script for embedded is here: http://gist.github.com/259737

Re: 404 for JSPs

2009-12-20 Thread Clay McCoy
Oh, and no errors in the logs. On 12/20/09 8:32 PM, Clay McCoy cmc...@acteksoft.com wrote: When I run embedded Tomcat my jsps 404, but my servlets work. When I run standard (by putting my war on the Tomcat/webapps directory) my servlets 404 but my jsps work (without any css). Can anyone shed

Re: 404 for JSPs

2009-12-20 Thread Konstantin Kolinko
2009/12/21 Clay McCoy cmc...@acteksoft.com: When I run embedded Tomcat my jsps 404, but my servlets work. I guess that you do not have the Jsp servlet configured. See conf/web.xml. - To unsubscribe, e-mail: users-unsubscr

Re: 404 for JSPs

2009-12-20 Thread Clay McCoy
(Http11Protocol.java:583) at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447) at java.lang.Thread.run(Thread.java:637) On 12/20/09 8:56 PM, Konstantin Kolinko knst.koli...@gmail.com wrote: 2009/12/21 Clay McCoy cmc...@acteksoft.com: When I run embedded Tomcat my jsps 404

Re: 404 for JSPs

2009-12-20 Thread Clay McCoy
/21 Clay McCoy cmc...@acteksoft.com: When I run embedded Tomcat my jsps 404, but my servlets work. I guess that you do not have the Jsp servlet configured. See conf/web.xml. - To unsubscribe, e-mail: users-unsubscr

Re: 404 for JSPs

2009-12-20 Thread Konstantin Kolinko
2009/12/21 Clay McCoy cmc...@acteksoft.com: Thank you, this got me closer.  I have two questions: 1)  My current web.xml didn't configure the jsp servlet.  I haven't had do configure that for a number of other containers.  I don't understand why I had to do this specifically for Tomcat.

Getting 404's on embedded Tomcat.

2009-12-18 Thread Clay McCoy
OS X 10.6.2, Java 1.6.0_17, tomcat 6.0.18 I've spent hours researching how to configure embedded Tomcat. It starts up fine, Spring config works, but I get 404's when loading the jsps ( http://localhost:8080/App/test.jsp) . I have the code that I am using to start Tomcat here: http

Page 404 on mydomain.com/share but not localhost:8080/share

2009-12-15 Thread Tim Heger
I go to http://mydomain.com/share the url redirects to http://mydomain.com/share/page/site-index and logs a 404 error. I have posted this on the Alfresco and Apple Snow Leopard forum with no avail... Thanks for your help, Tim

Re: IIS 6 Tomcat Connector isapi_redirect-1.2.28.dll not being called 404 2 1260 error

2009-12-03 Thread Puppetto
the registry settings and can open every single directory. The isapi.log file is not being created. (It appears that the dll is not being called.) The filter does show as being loaded (green) with high priority. IIS log file gives a 404 error. Tomcat is working fine

Re: 404 error message

2009-11-27 Thread Pid
On 27/11/2009 04:18, ennidhi wrote: Hi, I am getting this 404 error on the second request to the same page. First time its is working fine. hwta might be the reason? Thanks Hard to tell from the limited information you supplied. p

Re: 404 error message

2009-11-27 Thread pieroxy
Let's consider one simple question: My car doesn't work the second time. What could be wrong with it? Try to answer that, you'll se why we can't answer you. 2009/11/27 Pid p...@pidster.com On 27/11/2009 04:18, ennidhi wrote: Hi, I am getting this 404 error on the second request

404 error message

2009-11-26 Thread ennidhi
Hi, I am getting this 404 error on the second request to the same page. First time its is working fine. hwta might be the reason? Thanks -- View this message in context: http://old.nabble.com/404-error-message-tp26535875p26535875.html Sent from the Tomcat - User mailing list archive

Re: FW: HTTP Status 404 and SEVERE: Error deploying configuration descriptor balancer.xml

2009-10-02 Thread Mark Thomas
jay wrote: Hi all I have install and start tomcat5.5, and in my tomcat5.5/webapps have a symlink to my page as follows : That isn't a standard ASF distribution. You need to talk to whichever organisation provided that package since it looks like it is broken. Alternatively, download a

FW: HTTP Status 404 and SEVERE: Error deploying configuration descriptor balancer.xml

2009-10-01 Thread jay
/ mysite / to browser,it's show the error msg as follow: HTTP Status 404 - _ type Status report message description The requested resource () is not available. _ Apache Tomcat/5.5 Then I check the log in /var/log/tomcat5.5/ catalina.2009-10-01.log , I find the error msg

http error 404

2009-09-18 Thread alim
://localhost:8080/itracker , the following error comes out HTTP Status 404 - type Status report message description The requested resource () is not available. Apache Tomcat/6.0.20 I even tried with some sample examples but it works fine for those. Tomcat is installed properly(i can see home page

Re: http error 404

2009-09-18 Thread Mikolaj Rydzewski
Hi, You haven't got JavaMail library installed. So Tomcat is not able to deploy webapp correctly. Hence 404 error. Download JavaMail from http://java.sun.com/products/javamail/downloads/ and copy jar file to Tomcat's lib folder. -- Mikolaj Rydzewski m...@ceti.pl

Re: http error 404

2009-09-18 Thread Peter Crowther
2009/9/18 alim alim...@gmail.com Jre 1.6 OK, so it's a JRE not a JDK? java.lang.NoClassDefFoundError: javax/mail/internet/AddressException That's your root cause - for some reason, your system can't see at least some of the Javamail classes. My guess is that because you're running a JRE,

Re: http error 404

2009-09-18 Thread alim
. So Tomcat is not able to deploy webapp correctly. Hence 404 error. Download JavaMail from http://java.sun.com/products/javamail/downloads/ and copy jar file to Tomcat's lib folder. -- Mikolaj Rydzewski m...@ceti.pl

Re: http error 404

2009-09-18 Thread alim
you a better answer! - Peter -- View this message in context: http://www.nabble.com/http-error-404-tp25505913p25506529.html Sent from the Tomcat - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: users

Re: http error 404

2009-09-18 Thread Peter Crowther
2009/9/18 alim alim...@gmail.com [...] Caused by: org.springframework.transaction.CannotCreateTransactionException: Could not open Hibernate Session for transaction; nested exception is org.hibernate.exception.GenericJDBCException: Cannot open connection Caused by:

RE: 404 Error troubleshooting

2009-09-14 Thread Mike Baranski
Thanks for the help, all, I got it going. There was also an error in the Apache xmlrpc documentation that was giving me fits, too. -Original Message- From: Kris Schneider [mailto:kschnei...@gmail.com] Sent: Friday, September 11, 2009 1:09 PM To: Tomcat Users List Subject: Re: 404 Error

RE: 404 Error troubleshooting

2009-09-14 Thread Martin Gainty
@tomcat.apache.org Subject: RE: 404 Error troubleshooting Date: Mon, 14 Sep 2009 13:09:52 -0400 Thanks for the help, all, I got it going. There was also an error in the Apache xmlrpc documentation that was giving me fits, too. -Original Message- From: Kris Schneider [mailto:kschnei

404 Error troubleshooting

2009-09-11 Thread Mike Baranski
I have a webapp, which shows up in the manager, but gives a 404 error every time I try to access it. Can someone let me know how to turn on debugging and see what exactly is going on? It's an XMLRPC app (not that it makes a difference), and I have my web.xml servlet filter setup properly

RE: 404 Error troubleshooting

2009-09-11 Thread Martin Gainty
. From: list-subscripti...@secmgmt.com To: users@tomcat.apache.org Subject: 404 Error troubleshooting Date: Fri, 11 Sep 2009 11:09:04 -0400 I have a webapp, which shows up in the manager, but gives a 404 error every time I try to access it. Can someone let me know how to turn on debugging

RE: 404 Error troubleshooting

2009-09-11 Thread Caldarale, Charles R
From: Mike Baranski [mailto:list-subscripti...@secmgmt.com] Subject: 404 Error troubleshooting I have a webapp, which shows up in the manager, but gives a 404 error every time I try to access it. When posting questions, provide some real information: 1) Tomcat version? 2) Any front end

RE: 404 Error troubleshooting

2009-09-11 Thread Mike Baranski
-Original Message- From: Caldarale, Charles R [mailto:chuck.caldar...@unisys.com] Sent: Friday, September 11, 2009 11:49 AM To: Tomcat Users List Subject: RE: 404 Error troubleshooting From: Mike Baranski [mailto:list-subscripti...@secmgmt.com] Subject: 404 Error troubleshooting I

RE: 404 Error troubleshooting

2009-09-11 Thread Caldarale, Charles R
From: Mike Baranski [mailto:list-subscripti...@secmgmt.com] Subject: RE: 404 Error troubleshooting url-pattern/xmlrpc-status/url-pattern Access Log: 127.0.0.1 - - [11/Sep/2009:12:41:25 -0400] POST /xmlrpc-status/ HTTP/1.0 Your url-pattern doesn't match the submitted URL; change

RE: 404 Error troubleshooting

2009-09-11 Thread Mike Baranski
127.0.0.1 - - [11/Sep/2009:12:50:19 -0400] POST /xmlrpc-status/ HTTP/1.0 404 997 ?xml version=1.0 encoding=ISO-8859-1? !DOCTYPE web-app PUBLIC -//Sun Microsystems, Inc.//DTD Web Application 2.3//EN http://java.sun.com/dtd/web-app_2_3.dtd; web-app display-nameSecurity Managment Consulting

RE: 404 Error troubleshooting

2009-09-11 Thread Caldarale, Charles R
From: Mike Baranski [mailto:list-subscripti...@secmgmt.com] Subject: RE: 404 Error troubleshooting 127.0.0.1 - - [11/Sep/2009:12:50:19 -0400] POST /xmlrpc-status/ HTTP/1.0 404 997 Did you reload the webapp or restart Tomcat after making the change? Also, check the logs for deployment

RE: 404 Error troubleshooting

2009-09-11 Thread Mike Baranski
Users List Subject: RE: 404 Error troubleshooting From: Mike Baranski [mailto:list-subscripti...@secmgmt.com] Subject: RE: 404 Error troubleshooting 127.0.0.1 - - [11/Sep/2009:12:50:19 -0400] POST /xmlrpc-status/ HTTP/1.0 404 997 Did you reload the webapp or restart Tomcat after making

RE: 404 Error troubleshooting

2009-09-11 Thread Caldarale, Charles R
From: Mike Baranski [mailto:list-subscripti...@secmgmt.com] Subject: RE: 404 Error troubleshooting Yes, restarted Tomcat (I also opened the war and opened the web.xml inside of it to make sure it was what I thought it was). What is the name of the .war file? Where is it located? The URL

Re: 404 Error troubleshooting

2009-09-11 Thread Kris Schneider
On Fri, Sep 11, 2009 at 12:59 PM, Mike Baranski list-subscripti...@secmgmt.com wrote: Yes, restarted Tomcat (I also opened the war and opened the web.xml inside of it to make sure it was what I thought it was). No deploy errors, either. make sure you include the app's context (Path value in

Re: 404 Error troubleshooting

2009-09-11 Thread Kris Schneider
On Fri, Sep 11, 2009 at 1:06 PM, Kris Schneider kschnei...@gmail.com wrote: On Fri, Sep 11, 2009 at 12:59 PM, Mike Baranski list-subscripti...@secmgmt.com wrote: Yes, restarted Tomcat (I also opened the war and opened the web.xml inside of it to make sure it was what I thought it was). No

Custom 404 page when webapp stopped

2009-08-20 Thread llg
Hi, I have a webapp that needs to be down if we are doing some maintenance. I use the manager to make the application unavailable but in this case the 404 customized error-page is not displayed. I modified the default web.xml (in conf/) to add the error-page 404, but it doesn't seems

Re: Custom 404 page when webapp stopped

2009-08-20 Thread Serge Fonville
the manager to make the application unavailable but in this case the 404 customized error-page is not displayed. I modified the default web.xml (in conf/) to add the error-page 404,  but it doesn't seems to be resolved when the context is stopped. If I type an URL that doesn't exists

Re: Custom 404 page when webapp stopped

2009-08-20 Thread Pid
On 20/08/2009 14:25, llg wrote: Hi, I have a webapp that needs to be down if we are doing some maintenance. I use the manager to make the application unavailable but in this case the 404 customized error-page is not displayed. I modified the default web.xml (in conf/) to add the error-page 404

RE: Custom 404 page when webapp stopped

2009-08-20 Thread Jason Pyeron
-Original Message- From: Serge Fonville [mailto:serge.fonvi...@gmail.com] Sent: Thursday, August 20, 2009 9:35 To: Tomcat Users List Subject: Re: Custom 404 page when webapp stopped Hi, Likely someone has a better idea... You could create a general error page

Re: Custom 404 page when webapp stopped

2009-08-20 Thread Tim Funk
maintenance. I use the manager to make the application unavailable but in this case the 404 customized error-page is not displayed. I modified the default web.xml (in conf/) to add the error-page 404, but it doesn't seems to be resolved when the context is stopped. If I type an URL that doesn't

RE: Custom 404 page when webapp stopped

2009-08-20 Thread Caldarale, Charles R
From: Tim Funk [mailto:funk...@apache.org] Subject: Re: Custom 404 page when webapp stopped From a user point of view, if I have an app (which is not the root webapp) and I stop it, then all requests should then go to the root webapp. Is that really true? If the webapp is undeployed, I

Re: Custom 404 page when webapp stopped

2009-08-20 Thread Tim Funk
From a high level, whats the difference between a webapp thats stopped and a webapp thats undeployed? One could call stopped a special scenario. In the past - a 503 was returned to the user. Now its a 404. IIRC ... it changed to 404 as part of a bug report but maybe that is the wrong change

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