The requested resource is not available

2006-07-18 Thread Darren Hall
Simple problem (hopefully) and I've been here before, but for some reason I can't find my way through this error. Here's the scenario: I've written a servlet which I'm deploying in Tomcat 5.5 using Apache 2.2 as the web server. The servlet is a controller for one domain I have on my server (lets

The requested resource ... is not available

2010-03-24 Thread mehar300
context: http://old.nabble.com/The-requested-resource-...-is-not-available-tp28013923p28013923.html Sent from the Tomcat - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For

The requested resource () is not available?

2009-03-12 Thread Pat Riehecky
I have been trying to install a tomcat app onto a fresh Ubuntu box (8.04 tomcat 5.5), but when attempting to view the app's pages I get HTTP Status 404 - type Status report message description The requested res

The requested resource (/) is not available.

2007-03-12 Thread Aditya Prasad
I've set my JULI logging to FINE to figure out why I always get "The requested resource (/) is not available." Unfortunately, the log seems to indicate that the ROOT context was started up all right: Mar 12, 2007 2:32:56 PM org.apache.catalina.startup.HostConfig deployDirectory

The requested resource is not available

2014-08-16 Thread Anjo Paster
Hi I am new to tomcat. I installed tomcat 7.0.47 through eclipse installed on windows7. Set the installed tomcat7 as the target runtime. Also checked for the Apache tomcat libraries. But when clicked the 'Run on server' it is error. It says '*The requested resource is not available

Re: The requested resource is not available

2006-07-18 Thread Hassan Schroeder
On 7/18/06, Darren Hall <[EMAIL PROTECTED]> wrote: controller com.abc.framework.controller.ControlServlet controller /abc Also I've tried hitting the servlet directly by pointing my browser to http://localhost:8080/abc and I get the same "The requested resource (/abc) is not available"

RE: The requested resource is not available

2006-07-19 Thread Darren Hall
Thanks for the response Hassan. > But if the above url-pattern is in a Context with path '/abc', then you're > telling it to give everything that looks like > 'http://localhost:8080/abc/abc' > to your control servlet, which probably isn't what you want... :-) No, you are exactly right. This is

RE: The requested resource is not available

2006-07-19 Thread Darren Hall
ed. Thanks, Darren -Original Message- From: Darren Hall [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 19, 2006 9:03 AM To: 'Tomcat Users List' Cc: [EMAIL PROTECTED] Subject: RE: The requested resource is not available Thanks for the response Hassan. > But if the above

Re: The requested resource is not available

2006-07-19 Thread Martin Gainty
nd destroy the original message without making a copy. Thank you. - Original Message - From: "Darren Hall" <[EMAIL PROTECTED]> To: "'Tomcat Users List'" Sent: Wednesday, July 19, 2006 1:57 PM Subject: RE: The requested resource is not available

Re: The requested resource is not available

2006-07-19 Thread Hassan Schroeder
On 7/19/06, Darren Hall <[EMAIL PROTECTED]> wrote: When I attempt to go to the above URL I get the error "The requested resource (/abc/abc) is not available." I would simplify -- comment out your servlet in web.xml, put a proper welcome file (e.g. index.jsp) in the context -- and make sure th

Re: The requested resource ... is not available

2010-03-24 Thread Mercy
You could access http://localhost:8080/myapp/myfile.html, or check the path is right or not in $CATALINA_HOME/conf/context.xml. Mercy mehar300 wrote: hi i installed apache-tomcat-6.0.20 and set path variable accordingly then i access http://localhost:8080/ and it shows default apache tomcat

RE: The requested resource ... is not available

2010-03-24 Thread Caldarale, Charles R
> From: Mercy [mailto:techme...@gmail.com] > Subject: Re: The requested resource ... is not available > > or check the path is right or not in $CATALINA_HOME/conf/context.xml. The above file must never, never have a path attribute in it. - Chuck THIS COMMUNICATION MAY CONTAIN

RE: The requested resource ... is not available

2010-03-24 Thread Caldarale, Charles R
> From: mehar300 [mailto:mehar...@yahoo.com] > Subject: The requested resource ... is not available > > i installed apache-tomcat-6.0.20 and set path variable accordingly What do you mean by "path variable"? If you're referring to the system PATH environment vari

"The requested resource () is not available." index.html

2010-06-15 Thread faciolo
message: HTTP Status 404 - type Status report message description The requested resource () is not available. Apache Tomcat/6.0.26 but if i ask for localhost:8080/ the home page of tomcat is correctly found. can someone help me? why i can't get my index.html? this is not a jsp...why i can&#x

Re: The requested resource () is not available?

2009-03-12 Thread David Smith
ype Status report > > message > > description The requested resource () is not available. > > > > Apache Tomcat/5.5 > > > I know this is well before my app starts up, but I haven't a c

Re: The requested resource () is not available?

2009-03-12 Thread Pat Riehecky
; > > > HTTP Status 404 - > > > > > > > > type Status report > > > > message > > > > description The requested resource () is not available. > > > > > >

RE: The requested resource () is not available?

2009-03-12 Thread Caldarale, Charles R
> From: Pat Riehecky [mailto:prieh...@iwu.edu] > Subject: Re: The requested resource () is not available? > > Here is the output from catalina It's a start, but there's more. > Mar 12, 2009 2:20:30 PM org.apache.catalina.core.StandardContext start > SEVERE: Error li

Re: The requested resource () is not available?

2009-03-12 Thread David Smith
Caldarale, Charles R wrote: >> From: Pat Riehecky [mailto:prieh...@iwu.edu] >> Subject: Re: The requested resource () is not available? >> >> Here is the output from catalina >> > > It's a start, but there's more. > > >> Mar 12

Re: The requested resource (/) is not available.

2007-03-12 Thread Rashmi Rubdi
TECTED]> To: users@tomcat.apache.org Sent: Monday, March 12, 2007 5:35:39 PM Subject: The requested resource (/) is not available. I've set my JULI logging to FINE to figure out why I always get "The requested resource (/) is not available." Unfortunately, the log seems to indica

Re: The requested resource (/) is not available.

2007-03-12 Thread Aditya Prasad
cat.apache.org Sent: Monday, March 12, 2007 5:35:39 PM Subject: The requested resource (/) is not available. I've set my JULI logging to FINE to figure out why I always get "The requested resource (/) is not available." Unfortunately, the log seems to indicate that the ROOT context was s

Re: The requested resource (/) is not available.

2007-03-12 Thread Martin Gainty
itya Prasad" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Monday, March 12, 2007 8:15 PM Subject: Re: The requested resource (/) is not available. > Thanks for the suggestion. > > It turns out that the problem was that my web.xml was a symlink. I > had to

Re: The requested resource (/) is not available.

2007-03-12 Thread Aditya Prasad
taire de ce document, nous vous signalons qu'il est strictement interdit de le diffuser, de le distribuer ou de le reproduire. - Original Message - From: "Aditya Prasad" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Monday, March 12, 2007 8:15 PM Subject: Re: T

Re: The requested resource (/) is not available.

2007-03-13 Thread David Smith
dit de le diffuser, de le distribuer ou de >> le reproduire. >> - Original Message - >> From: "Aditya Prasad" <[EMAIL PROTECTED]> >> To: "Tomcat Users List" >> Sent: Monday, March 12, 2007 8:15 PM >> Subject: Re: The request

Re: The requested resource is not available

2014-08-16 Thread Mark Thomas
#x27; it is error. > It says '*The requested resource is not available*'. > The eclipse project explorer or console didn't show any error. I am trying > to > run a sample jsf application. Need help to run the application. > > > Thanks in

Re: "The requested resource () is not available." index.html

2010-06-15 Thread Pid
alhost:8080/myApp/ or > localhost:8080/myApp/index.html i get this message: > > HTTP Status 404 - type Status report message description The requested > resource () is not available. Apache Tomcat/6.0.26 > > but if i ask for localhost:8080/ the home page of tomcat is correctly fo

Re: "The requested resource () is not available." index.html

2010-06-15 Thread Hassan Schroeder
On Tue, Jun 15, 2010 at 9:58 AM, faciolo wrote: > when i try to access my project home at localhost:8080/myApp/ or > localhost:8080/myApp/index.html i get this message: > > HTTP Status 404 -  type Status report  message  description The requested > resource () is not available

Re: "The requested resource () is not available." index.html

2010-06-15 Thread faciolo
> > Where have you deployed "myApp"? > > What configuration have you changed? > > What is in your app's web.xml file? > > > p > > my application is named MediciRiuniti it is in C:\Tomcat 6.0\webapps\ROOT\ if i search for localhosot:8081/ i can get tomcat home i've changed only the por

Re: "The requested resource () is not available." index.html

2010-06-15 Thread faciolo
Hassan Schroeder-2 wrote: > > > Because your app isn't configured properly? :-) > > Have you looked at your logs? > > -- > Hassan Schroeder hassan.schroe...@gmail.com > twitter: @hassan > > - > To

Re: "The requested resource () is not available." index.html

2010-06-15 Thread Pid
On 15/06/2010 18:28, faciolo wrote: > > > >> >> Where have you deployed "myApp"? >> >> What configuration have you changed? >> >> What is in your app's web.xml file? >> >> >> p >> >> > > > my application is named MediciRiuniti > it is in C:\Tomcat 6.0\webapps\ROOT\ > if i search for localhosot

Re: "The requested resource () is not available." index.html

2010-06-15 Thread Hassan Schroeder
On Tue, Jun 15, 2010 at 10:33 AM, faciolo wrote: > so if my app isn't properly configured i can't get also static pages? Yep :-) > in my catalina.log i can read these lines: All of which should be strong clues there's something seriously wrong... > GRAVE: Context [/MediciRiuniti] startup fail

Re: "The requested resource () is not available." index.html

2010-06-15 Thread faciolo
Pid * wrote: > > On 15/06/2010 18:28, faciolo wrote: >> >> >> >>> >>> Where have you deployed "myApp"? >>> >>> What configuration have you changed? >>> >>> What is in your app's web.xml file? >>> >>> >>> p >>> >>> >> >> >> my application is named MediciRiuniti >> it is in C:\Tomcat 6.0\web

Re: "The requested resource () is not available." index.html

2010-06-15 Thread faciolo
Hassan Schroeder-2 wrote: > > On Tue, Jun 15, 2010 at 10:33 AM, faciolo wrote: > >> so if my app isn't properly configured i can't get also static pages? > > Yep :-) > >> in my catalina.log i can read these lines: > > All of which should be strong clues there's something seriously wrong...

Error 404 - The requested resource is not available

2017-01-11 Thread fonsin2008 .
Hi all! First, I need to say that I'm new(ignorant) with Tomcat. One of our systems is written with tomcat, but today something went wrong and the following error appears on the webpage: --Estado HTTP 404 - /evaluacion/WEB-INF/pages/login/forma_login.jsp --__ --type In

Re: Error 404 - The requested resource is not available

2017-01-11 Thread Jose María Zaragoza
2017-01-11 22:49 GMT+01:00 fonsin2008 . : > Hi all! > > First, I need to say that I'm new(ignorant) with Tomcat. One of our > systems is written with tomcat, but today something went wrong and the > following error appears on the webpage: > > --Estado HTTP 404 - /evaluacion/WEB-INF/pages/login/form

Re: Error 404 - The requested resource is not available

2017-01-11 Thread fonsin2008 .
Yes, here is the struts.xml 2017-01-11 16:28 GMT-06:00 Jose María Zaragoza : > 2017-01-11 22:49 GMT+01:00 fonsin2008 . : >> Hi all! >> >> First, I need to say that I'm new(ignorant) with Tomcat. One of our >> systems is written with tomcat, but today something went wrong and the >> following erro

Re: Error 404 - The requested resource is not available

2017-01-11 Thread Tim Watts
On Wed, 2017-01-11 at 15:49 -0600, fonsin2008 . wrote: > Hi all! > > First, I need to say that I'm new(ignorant) with Tomcat. One of our > systems is written with tomcat, but today something went wrong and the > following error appears on the webpage: > > --Estado HTTP 404 - /evaluacion/WEB-INF/p

Re: Error 404 - The requested resource is not available

2017-01-11 Thread fonsin2008 .
Hi! The url is: http://somehost/evaluacion/login_formaLogin.action The problem is that it used to run without problems. 2017-01-11 19:50 GMT-06:00 Tim Watts : > On Wed, 2017-01-11 at 15:49 -0600, fonsin2008 . wrote: >> Hi all! >> >> First, I need to say that I'm new(ignorant) with Tomcat. One of

Re: Error 404 - The requested resource is not available

2017-01-11 Thread Christoph Nenning
> From: "fonsin2008 ." > To: Tomcat Users List , > Date: 12.01.2017 07:19 > Subject: Re: Error 404 - The requested resource is not available > > Hi! > > The url is: http://somehost/evaluacion/login_formaLogin.action > > The problem is that it used to

Re: Error 404 - The requested resource is not available

2017-01-12 Thread Greg Huber
Check in the apache-tomcat-x.x.x/logs for any errors in catalina.out or yourapp.log files. On 12 January 2017 at 06:19, fonsin2008 . wrote: > Hi! > > The url is: http://somehost/evaluacion/login_formaLogin.action > > The problem is that it used to run without problems. > > 2017-01-11 19:50 GM

Re: Error 404 - The requested resource is not available

2017-01-12 Thread fonsin2008 .
Here are the log files. 2017-01-12 2:29 GMT-06:00 Greg Huber : > Check in the apache-tomcat-x.x.x/logs for any > errors in catalina.out or yourapp.log files. > > > > On 12 January 2017 at 06:19, fonsin2008 . wrote: > >> Hi! >> >> The url is: http://somehost/evaluacion/login_formaLogin.action >>

Re: Error 404 - The requested resource is not available

2017-01-12 Thread Torsten Krah
Am Donnerstag, den 12.01.2017, 13:38 -0600 schrieb fonsin2008 .: > Here are the log files. What about fixing those NPE and enable debug/trace logs of struts2 to get more information about how struts is going to map the request and where the 404 is written to the response. --

Re: Error 404 - The requested resource is not available

2017-01-13 Thread Christoph Nenning
> From: Torsten Krah > To: users@tomcat.apache.org, > Date: 13.01.2017 08:56 > Subject: Re: Error 404 - The requested resource is not available > > Am Donnerstag, den 12.01.2017, 13:38 -0600 schrieb fonsin2008 .: > > Here are the log files. > > What about fix

error with tomcat HTTP Status 404 The requested resource() is not available

2009-03-23 Thread Tomas Rodriguez
Ok thanks a lot Charles, jus I followed your advise, I created all directory(WEB-INF /lib, web-inf/classes) under my folder d:/examplestomcat, and I created too the file tomas.xml at the directory c:\tomcay6.0\conf\Catalina\localhost\tomas.xml with the , I executed the IE and the via URL I wrot

RE: error with tomcat HTTP Status 404 The requested resource() is not available

2009-03-23 Thread Caldarale, Charles R
> From: Tomas Rodriguez [mailto:admhards...@yahoo.ca] > Subject: error with tomcat HTTP Status 404 The requested > resource() is not available > > c:\tomcay6.0\conf\Catalina\localhost\tomas.xml I hope that was tomcat6.0, not tomcay6.0. > You're missing the closing sla