Re: HTTP 404 error even though Tomcat startup is successful

2017-04-25 Thread tomcat
Hi. On 25.04.2017 15:04, Gulhane, Amol wrote: Hi, I am trying to configure Windows Authentication for an application using: 1. Windows Server 2008 R2 2. Tomcat 8.0.17 3. IIS 7.5 reverse proxy 4. ISAPI redirector 1.2.42.0 64 bit 5. Connector in Tomcat

HTTP 404 error even though Tomcat startup is successful

2017-04-25 Thread Gulhane, Amol
Hi, I am trying to configure Windows Authentication for an application using: 1. Windows Server 2008 R2 2. Tomcat 8.0.17 3. IIS 7.5 reverse proxy 4. ISAPI redirector 1.2.42.0 64 bit 5. Connector in Tomcat server.xml: I have deployed 2 .war files (tc.war,

Re: HTTP 404 error when trying to run a Hello World Java Servlet while using Eclipse and Tomcat

2012-11-02 Thread Albert Kam
to access the servlet ? On Sat, Nov 3, 2012 at 2:26 AM, Talia Selitsky talq...@gmail.com wrote: Hello, I am using Eclipse version Juno and Apache Tomcat 7. I am trying to run a basic Hello World web application. I am following all of the basic steps but I keep getting a Http 404 error

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/) is

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

6.0.18 download link yeilds HTTP 404

2008-11-19 Thread Leo Donahue - PLANDEVX
http://www.devlib.org/apache/tomcat/tomcat-6/v6.0.18/bin/apache-tomcat-6 .0.18.exe Maybe the site is down?

Re: 6.0.18 download link yeilds HTTP 404

2008-11-19 Thread Mark Thomas
Leo Donahue - PLANDEVX wrote: http://www.devlib.org/apache/tomcat/tomcat-6/v6.0.18/bin/apache-tomcat-6 .0.18.exe Maybe the site is down? Works for me. Or you can just use a different mirror. Mark - To start a new

RE: 6.0.18 download link yeilds HTTP 404

2008-11-19 Thread Caldarale, Charles R
From: Leo Donahue - PLANDEVX [mailto:[EMAIL PROTECTED] Subject: 6.0.18 download link yeilds HTTP 404 http://www.devlib.org/apache/tomcat/tomcat-6/v6.0.18/bin/apach e-tomcat-6.0.18.exe Maybe the site is down? It's unlikely the DevLib people are monitoring this mailing list, so you should

HTTP 404 with a %22 at the end of the URL, what does it mean ?

2008-07-31 Thread Adam Posner
I get this error message when I try to go from one jsp to another. For example, I have a welcome.jsp opening page. I have a simple Trail Reviews button that when I click it simply goes to another jsp, trailReview.jsp. At this point, the url is http://localhost:8080/project-1c/trailReview.jsp?.

Re: HTTP 404 with a %22 at the end of the URL, what does it mean ?

2008-07-31 Thread Hassan Schroeder
On Thu, Jul 31, 2008 at 3:43 PM, Adam Posner [EMAIL PROTECTED] wrote: /project-1c/trailReview.jsp%22 The requested resource is not available. The %22 is probably what's causing that, but I'm not sure what the %22 means in the first place. It's an escaped quote () mark. Look at where you're

Re: Apache 2.2.8+tomcat 6.0.16+Window vista http 404

2008-07-20 Thread David Smith
my mod_jk.conf looks like somthing like this: IfModule !mod_jk.c LoadModule jk_module C:/Program Files/Apache Software Foundation/Apache2.2/modules/mod_jk.so /IfModule JkWorkersFile C:/softwares/Apache/apache-tomcat-6.0.16/apache-tomcat-6.0.16/conf/jk/workers.properties JkLogFile

Re: Apache 2.2.8+tomcat 6.0.16+Window vista http 404

2008-07-19 Thread Rainer Jung
rangeli nepal schrieb: Recently I installed apache and tomcat. Environment is depicted int subject line. They both work nice and fine independently. I am trying to integrate them with mod_jk. I belive I followed all the steps suggested by document. 1. I downloaded mod_jk ( 1.2.26) kept it as

Re: Apache 2.2.8+tomcat 6.0.16+Window vista http 404

2008-07-19 Thread rangeli nepal
Thank you Rainer for your reply. Based on your suggestion I did following 0. removed the auto from Include directive. 1. There was log entry specified in mod_jk.conf. It was pointing to the log file in tomcat directory I changed in point to the log file in apache directory. restarted things. 2.

Apache 2.2.8+tomcat 6.0.16+Window vista http 404

2008-07-18 Thread rangeli nepal
Recently I installed apache and tomcat. Environment is depicted int subject line. They both work nice and fine independently. I am trying to integrate them with mod_jk. I belive I followed all the steps suggested by document. 1. I downloaded mod_jk ( 1.2.26) kept it as mod_jk.so in modules

Re: URL is null and HTTP 404 error when using FROM authentication

2008-06-16 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Assaf, exkor wrote: | The problem im having right now (which i believe is relatively simple) | is that my app doesn't connect to the DB. I configured server.xml back | to use MemoryRealm because i want only the app to use the DB. Then | I've changed

RE: URL is null and HTTP 404 error when using FROM authentication

2008-06-14 Thread Caldarale, Charles R
From: exkor [mailto:[EMAIL PROTECTED] Subject: Re: URL is null and HTTP 404 error when using FROM authentication It's good that you're starting from a clean install. MySQL logs indicate the the connector has connected to the database and quering the right table + fields: Except there's

Re: URL is null and HTTP 404 error when using FROM authentication

2008-06-14 Thread exkor
for the DB connection? Thanks -Assaf On Sat, Jun 14, 2008 at 7:55 AM, Caldarale, Charles R [EMAIL PROTECTED] wrote: From: exkor [mailto:[EMAIL PROTECTED] Subject: Re: URL is null and HTTP 404 error when using FROM authentication It's good that you're starting from a clean install. MySQL

Re: URL is null and HTTP 404 error when using FROM authentication

2008-06-13 Thread exkor
and HTTP 404 error when using FROM authentication You have some weirdness in your web.xml and context.xml that should be straightened out before attempting any further analysis. servlet servlet-name/servlet-name display-name/display-name servlet-class/servlet-class

Re: URL is null and HTTP 404 error when using FROM authentication

2008-06-13 Thread exkor
pattern=combined resolveHosts=false/ /Host /Engine /Service /Server On Fri, Jun 13, 2008 at 1:32 AM, Caldarale, Charles R [EMAIL PROTECTED] wrote: From: exkor [mailto:[EMAIL PROTECTED] Subject: URL is null and HTTP 404 error when using FROM authentication You have some

URL is null and HTTP 404 error when using FROM authentication

2008-06-12 Thread exkor
Hi I have this wierd problem i am trying to sovle for a week now, and i already have gray hair from this mess. My setup is Apache 2.0, Tomcat 6.0, MySQL 5.0. I am requesting a protected page in my application: http://127.0.0.1/myapp/home.jsp and it takes me to the login page:

RE: URL is null and HTTP 404 error when using FROM authentication

2008-06-12 Thread Caldarale, Charles R
From: exkor [mailto:[EMAIL PROTECTED] Subject: URL is null and HTTP 404 error when using FROM authentication You have some weirdness in your web.xml and context.xml that should be straightened out before attempting any further analysis. servlet servlet-name/servlet-name

Re: Newbie mod_jk question - Getting HTTP 404 error for existing servlets-examples directory

2007-11-20 Thread Rainer Jung
K S wrote: Hi, I am a newbie to both Apache and Tomcat. I am using Apache 2.0.55, Tomcat 5.5.25, mod_jk 1.2.25 and Ubuntu ( 2.6.17-10-server) It seemed like I had the complete redirection working at one point, but unfortunately after no apparent change (that I can recollect), things just

Re: Newbie mod_jk question - Getting HTTP 404 error for existing servlets-examples directory

2007-11-20 Thread K S
Thanks a lot Rainer! The problem as you guessed was with the Vhost. After putting the JkMounts in the global server configuration, it worked. I started using the VHost (though now I have realised I don't need them at all since I am not hosting more than one website on a single server) because the

Re: Newbie mod_jk question - Getting HTTP 404 error for existing servlets-examples directory

2007-11-20 Thread Rainer Jung
K S wrote: Thanks a lot Rainer! The problem as you guessed was with the Vhost. After putting the JkMounts in the global server configuration, it worked. I started using the VHost (though now I have realised I don't need them at all since I am not hosting more than one website on a single

Newbie mod_jk question - Getting HTTP 404 error for existing servlets-examples directory

2007-11-19 Thread K S
Hi, I am a newbie to both Apache and Tomcat. I am using Apache 2.0.55, Tomcat 5.5.25, mod_jk 1.2.25 and Ubuntu ( 2.6.17-10-server) It seemed like I had the complete redirection working at one point, but unfortunately after no apparent change (that I can recollect), things just stopped working.

AW: isapi_redirect from IIS5 to tomcat 5.5 brings HTTP 404 - isapi_redirect.dll not found

2007-07-20 Thread Kirst Martin Wolfgang
IIS again to get everything to work. -Ursprüngliche Nachricht- Von: myrealbruno [mailto:[EMAIL PROTECTED] Gesendet: Mittwoch, 18. Juli 2007 12:52 An: Tomcat Users List Betreff: Re: isapi_redirect from IIS5 to tomcat 5.5 brings HTTP 404 - isapi_redirect.dll not found Hi Martin, As far

Re: AW: isapi_redirect from IIS5 to tomcat 5.5 brings HTTP 404 - isapi_redirect.dll not found

2007-07-20 Thread Rainer Jung
Thanks for reporting back your findings! Kirst Martin Wolfgang schrieb: Hi Bruno, and others! In the end I was successfull. In summaray, I've checked my config (from HOWTO) tripple and more, but nothing. I've transfered my config on a test machine and surprise, it works! But reinstalling

Re: isapi_redirect from IIS5 to tomcat 5.5 brings HTTP 404 - isapi_redirect.dll not found

2007-07-18 Thread myrealbruno
Message - From: Kirst Martin Wolfgang [EMAIL PROTECTED] To: users@tomcat.apache.org Sent: Monday, July 16, 2007 8:40 AM Subject: isapi_redirect from IIS5 to tomcat 5.5 brings HTTP 404 - isapi_redirect.dll not found Hi, I'm trying to use IIS v5.00.3700.1000 with Tomcat 5.5.17 using

isapi_redirect from IIS5 to tomcat 5.5 brings HTTP 404 - isapi_redirect.dll not found

2007-07-16 Thread Kirst Martin Wolfgang
Hi, I'm trying to use IIS v5.00.3700.1000 with Tomcat 5.5.17 using isapi_redirect 1.2.23 and AJP13. But in the end I always see an error page from tomcat: HTTP Status 404 - /jakarta/isapi_redirect.dll ... The requested resource (/jakarta/isapi_redirect.dll) is not available ... Apache

isapi_redirect from IIS5 to tomcat 5.5.17 brings HTTP 404 - isapi_redirect.dll not found

2007-06-27 Thread Kirst Martin Wolfgang
Hi, I'm trying to use IIS v5.00.3700.1000 with Tomcat 5.5.17 using isapi_redirect 1.2.23 and AJP13. But in the end I always see an error page from tomcat: HTTP Status 404 - /jakarta/isapi_redirect.dll ... The requested resource (/jakarta/isapi_redirect.dll) is not available ... Apache

HTTP 404

2006-03-29 Thread VIKASS NAGPAL
Hi HTTP Status 404 - /Control_center/j_security_check type Status report message /Control_center/j_security_check description The requested resource (/Control_center/j_security_check) is not available.

Re: HTTP 404

2006-03-29 Thread Jens Skripczynski
On Wed, 29 Mar 2006 20:07:06 +0200, VIKASS NAGPAL [EMAIL PROTECTED] wrote: Hi HTTP Status 404 - /Control_center/j_security_check type Status report message /Control_center/j_security_check description The

Re: HTTP 404

2006-03-29 Thread Franck Borel
Hello Vikas, look at your login.jsp. There is an entry like this: .. form method=post action=j_security_check name=loginform ... Be sure that you there is only j_security_check in the action field. This is calling the Tomcat authentication valve and you don't need any directory information. --

Tomcat 5.0 HTTP 404 with hello.class

2006-01-02 Thread White-Home.com
As I understand it I can save Hello.class as /usr/share/tomcat5/webapps/hello/WEB-INF/classes/com/hello/Hello.class and address is as http://localhost:8080/hello/Hello This results in a HTTP 404 error message. Background I am running Linux FC4 and Tomcat 5.0.30 I have a hello.jsp

Re: Tomcat 5.0 HTTP 404 with hello.class

2006-01-02 Thread Bob Smith
Is the package in your source code com.hello? As I understand it I can save Hello.class as /usr/share/tomcat5/webapps/hello/WEB-INF/classes/com/hello/Hello.class and address is as http://localhost:8080/hello/Hello This results in a HTTP 404 error message. Background I am running

Re: HTTP 404 error when mod_jk 1.2.15 connects apache 2.0.55 and tomcat 5.0.28 on unix

2005-11-30 Thread Martin Gainty
Good Morning Blueberry if you go to http://localhost:8081/manager/html what happens when you Reload jsp-examples ? Martin- - Original Message - From: blueberry lake [EMAIL PROTECTED] To: users@tomcat.apache.org Sent: Wednesday, November 30, 2005 10:39 AM Subject: HTTP 404 error when

Re: HTTP 404 error when mod_jk 1.2.15 connects apache 2.0.55 and tomcat 5.0.28 on unix

2005-11-30 Thread blueberry lake
Thanks for helping. http://localhost:7888/manager/html gives me the same HTTP 404 error. On 11/30/05, Martin Gainty [EMAIL PROTECTED] wrote: Good Morning Blueberry if you go to http://localhost:8081/manager/html what happens when you Reload jsp-examples ? Martin- - Original Message

Re: HTTP 404 error when mod_jk 1.2.15 connects apache 2.0.55 and tomcat 5.0.28 on unix

2005-11-30 Thread Martin Gainty
Message - From: blueberry lake [EMAIL PROTECTED] To: Tomcat Users List users@tomcat.apache.org; Martin Gainty [EMAIL PROTECTED] Sent: Wednesday, November 30, 2005 1:19 PM Subject: Re: HTTP 404 error when mod_jk 1.2.15 connects apache 2.0.55 and tomcat 5.0.28 on unix Thanks for helping. http

Re: Re: HTTP 404 error when mod_jk 1.2.15 connects apache 2.0.55 and tomcat 5.0.28 on unix

2005-11-30 Thread blueberry lake
] wrote: And add a JkAutoAlias line to httpd.conf if you're not going to mount individual directories. From: Martin Gainty [EMAIL PROTECTED] Date: 2005/11/30 Wed PM 02:53:22 EST To: Tomcat Users List users@tomcat.apache.org Subject: Re: HTTP 404 error when mod_jk 1.2.15 connects apache

RE: Re: HTTP 404 error when mod_jk 1.2.15 connects apache 2.0.55 and tomcat 5.0.28 on unix

2005-11-30 Thread Nate Rock
PROTECTED] Sent: Wednesday, November 30, 2005 2:35 PM To: Tomcat Users List Subject: Re: Re: HTTP 404 error when mod_jk 1.2.15 connects apache 2.0.55 and tomcat 5.0.28 on unix Finally, I found the problem is that port 8009 is already used by some other application. I used another port

Re: Re: HTTP 404 error when mod_jk 1.2.15 connects apache 2.0.55 and tomcat 5.0.

2005-11-30 Thread wapace
netstat (or your distribution's equivalent command) should do the trick. From: blueberry lake [EMAIL PROTECTED] Date: 2005/11/30 Wed PM 03:34:58 EST To: Tomcat Users List users@tomcat.apache.org Subject: Re: Re: HTTP 404 error when mod_jk 1.2.15 connects apache 2.0.55 and tomcat 5.0.28

HTTP 404 error when mod_jk 1.2.15 connects apache 2.0.55 and tomcat 5.0.28 on unix

2005-11-29 Thread blueberry lake
system gives me the tomcat welcome page for URL http://localhost:7888/ ( I changed apache to listen to port 7888. ), which seems fine. The problem is that when I access the URLs like http://localhost:7888/jsp-examples/, I got the following error: = HTTP 404 type Status report

HTTP 404 error when mod_jk 1.2.15 connects apache 2.0.55 and tomcat 5.0.28 on unix

2005-11-29 Thread blueberry lake
the following error: = HTTP 404 type Status report message /jsp-examples/ description The requested resource (/jsp-examples/) is not available. Apache/Tomcat 5.0.28 == For tomcat, I comment out the 8080 port (http) so that to make sure it stops the http service