Re: Status 404 - resource not available

2003-02-11 Thread Wilson Snook
Note that, so many contributors here mention, the servlet invoker is turned
off for security reasons.  You can reinstate it, but it is considered better
to map your servlet in the application's web.xml file.

Regards,

Wilson



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




Re: Status 404 - resource not available

2003-02-10 Thread Kenny G. Dubuisson, Jr.
Sorry for the re-post but I didn't get any responses and I'm really stuck on
this.  Thanks,
Kenny

- Original Message -
From: Kenny G. Dubuisson, Jr. [EMAIL PROTECTED]
To: Tomcat Users List [EMAIL PROTECTED]
Sent: Friday, February 07, 2003 9:29 AM
Subject: Status 404 - resource not available


 I just reloaded my development box and I can't get my servlet to be
 recognized; I get a Status 404 error - resource not available.  I'm not
sure
 where to start diagnosing the problem.  My context (named kcmria)
 works...ie if I put in http://192.168.1.61/kcmria I get the directory
 listing of $CATALINA_HOME/webapps/kcmria which is what I would expect.
But
 I can't get anything in $CATALINA_HOME/webapps/kcmria/WEB-INF/classes to
be
 recognized.

 I tried copying HelloWorldExample over to my servlet directory but can't
see
 it either.  I think it must be something with my context.  Here is what
I've
 defined in server.xml:

 Context path=/kcmria docBase=kcmria debug=0 reloadable=true
 crossContext=true
 Logger className=org.apache.catalina.logger.FileLogger
 prefix=localhost_kcmria_log.
  suffix=.txt timestamp=true /
 /Context

 My mod_jk.conf looks like this:

 JkMount /kcmria ajp13
 JkMount /kcmria/* ajp13

 Any ideas where I should start looking?  Thanks,
 Kenny


 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




RE: Status 404 - resource not available

2003-02-10 Thread Tim Moore
Check your web.xml. Servlets and serlet mappings must be declared in
web.xml.  Check the servlet spec for details.

-- 
Tim Moore / Blackboard Inc. / Software Engineer
1899 L Street, NW / 5th Floor / Washington, DC 20036
Phone 202-463-4860 ext. 258 / Fax 202-463-4863


 -Original Message-
 From: Kenny G. Dubuisson, Jr. [mailto:[EMAIL PROTECTED]] 
 Sent: Monday, February 10, 2003 1:26 PM
 To: Tomcat Users List
 Subject: Re: Status 404 - resource not available
 
 
 Sorry for the re-post but I didn't get any responses and I'm 
 really stuck on this.  Thanks, Kenny
 
 - Original Message -
 From: Kenny G. Dubuisson, Jr. [EMAIL PROTECTED]
 To: Tomcat Users List [EMAIL PROTECTED]
 Sent: Friday, February 07, 2003 9:29 AM
 Subject: Status 404 - resource not available
 
 
  I just reloaded my development box and I can't get my servlet to be 
  recognized; I get a Status 404 error - resource not available.  I'm 
  not
 sure
  where to start diagnosing the problem.  My context (named kcmria) 
  works...ie if I put in http://192.168.1.61/kcmria I get the 
 directory 
  listing of $CATALINA_HOME/webapps/kcmria which is what I 
 would expect.
 But
  I can't get anything in 
 $CATALINA_HOME/webapps/kcmria/WEB-INF/classes 
  to
 be
  recognized.
 
  I tried copying HelloWorldExample over to my servlet directory but 
  can't
 see
  it either.  I think it must be something with my context.  Here is 
  what
 I've
  defined in server.xml:
 
  Context path=/kcmria docBase=kcmria debug=0 
 reloadable=true 
  crossContext=true
  Logger className=org.apache.catalina.logger.FileLogger
  prefix=localhost_kcmria_log.
   suffix=.txt timestamp=true /
  /Context
 
  My mod_jk.conf looks like this:
 
  JkMount /kcmria ajp13
  JkMount /kcmria/* ajp13
 
  Any ideas where I should start looking?  Thanks,
  Kenny
 
 
  
 -
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]
 
 
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 
 

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




Re: Status 404 - resource not available

2003-02-10 Thread Kenny G. Dubuisson, Jr.
I don't have a web.xml defined.  In my old Tomcat 4.0.5 I didn't need one;
do I need one now?  Thanks,
Kenny

- Original Message -
From: Tim Moore [EMAIL PROTECTED]
To: Tomcat Users List [EMAIL PROTECTED]
Sent: Monday, February 10, 2003 12:37 PM
Subject: RE: Status 404 - resource not available


 Check your web.xml. Servlets and serlet mappings must be declared in
 web.xml.  Check the servlet spec for details.

 --
 Tim Moore / Blackboard Inc. / Software Engineer
 1899 L Street, NW / 5th Floor / Washington, DC 20036
 Phone 202-463-4860 ext. 258 / Fax 202-463-4863


  -Original Message-
  From: Kenny G. Dubuisson, Jr. [mailto:[EMAIL PROTECTED]]
  Sent: Monday, February 10, 2003 1:26 PM
  To: Tomcat Users List
  Subject: Re: Status 404 - resource not available
 
 
  Sorry for the re-post but I didn't get any responses and I'm
  really stuck on this.  Thanks, Kenny
 
  - Original Message -
  From: Kenny G. Dubuisson, Jr. [EMAIL PROTECTED]
  To: Tomcat Users List [EMAIL PROTECTED]
  Sent: Friday, February 07, 2003 9:29 AM
  Subject: Status 404 - resource not available
 
 
   I just reloaded my development box and I can't get my servlet to be
   recognized; I get a Status 404 error - resource not available.  I'm
   not
  sure
   where to start diagnosing the problem.  My context (named kcmria)
   works...ie if I put in http://192.168.1.61/kcmria I get the
  directory
   listing of $CATALINA_HOME/webapps/kcmria which is what I
  would expect.
  But
   I can't get anything in
  $CATALINA_HOME/webapps/kcmria/WEB-INF/classes
   to
  be
   recognized.
  
   I tried copying HelloWorldExample over to my servlet directory but
   can't
  see
   it either.  I think it must be something with my context.  Here is
   what
  I've
   defined in server.xml:
  
   Context path=/kcmria docBase=kcmria debug=0
  reloadable=true
   crossContext=true
   Logger className=org.apache.catalina.logger.FileLogger
   prefix=localhost_kcmria_log.
suffix=.txt timestamp=true /
   /Context
  
   My mod_jk.conf looks like this:
  
   JkMount /kcmria ajp13
   JkMount /kcmria/* ajp13
  
   Any ideas where I should start looking?  Thanks,
   Kenny
  
  
  
  -
   To unsubscribe, e-mail: [EMAIL PROTECTED]
   For additional commands, e-mail: [EMAIL PROTECTED]
  
 
 
  -
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]
 
 

 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




RE: Status 404 - resource not available

2003-02-10 Thread Tim Moore
Yeah.  It surprises me that you say that, since I believe web.xml files
are required for a context to start up.  I'd definitely read the Servlet
spec if you haven't already.

-- 
Tim Moore / Blackboard Inc. / Software Engineer
1899 L Street, NW / 5th Floor / Washington, DC 20036
Phone 202-463-4860 ext. 258 / Fax 202-463-4863


 -Original Message-
 From: Kenny G. Dubuisson, Jr. [mailto:[EMAIL PROTECTED]] 
 Sent: Monday, February 10, 2003 1:42 PM
 To: Tomcat Users List
 Subject: Re: Status 404 - resource not available
 
 
 I don't have a web.xml defined.  In my old Tomcat 4.0.5 I 
 didn't need one; do I need one now?  Thanks, Kenny
 
 - Original Message -
 From: Tim Moore [EMAIL PROTECTED]
 To: Tomcat Users List [EMAIL PROTECTED]
 Sent: Monday, February 10, 2003 12:37 PM
 Subject: RE: Status 404 - resource not available
 
 
  Check your web.xml. Servlets and serlet mappings must be 
 declared in 
  web.xml.  Check the servlet spec for details.
 
  --
  Tim Moore / Blackboard Inc. / Software Engineer
  1899 L Street, NW / 5th Floor / Washington, DC 20036
  Phone 202-463-4860 ext. 258 / Fax 202-463-4863
 
 
   -Original Message-
   From: Kenny G. Dubuisson, Jr. [mailto:[EMAIL PROTECTED]]
   Sent: Monday, February 10, 2003 1:26 PM
   To: Tomcat Users List
   Subject: Re: Status 404 - resource not available
  
  
   Sorry for the re-post but I didn't get any responses and 
 I'm really 
   stuck on this.  Thanks, Kenny
  
   - Original Message -
   From: Kenny G. Dubuisson, Jr. [EMAIL PROTECTED]
   To: Tomcat Users List [EMAIL PROTECTED]
   Sent: Friday, February 07, 2003 9:29 AM
   Subject: Status 404 - resource not available
  
  
I just reloaded my development box and I can't get my 
 servlet to 
be recognized; I get a Status 404 error - resource not 
 available.  
I'm not
   sure
where to start diagnosing the problem.  My context (named 
kcmria) works...ie if I put in 
 http://192.168.1.61/kcmria I get 
the
   directory
listing of $CATALINA_HOME/webapps/kcmria which is what I
   would expect.
   But
I can't get anything in
   $CATALINA_HOME/webapps/kcmria/WEB-INF/classes
to
   be
recognized.
   
I tried copying HelloWorldExample over to my servlet 
 directory but 
can't
   see
it either.  I think it must be something with my 
 context.  Here is 
what
   I've
defined in server.xml:
   
Context path=/kcmria docBase=kcmria debug=0
   reloadable=true
crossContext=true
Logger className=org.apache.catalina.logger.FileLogger
prefix=localhost_kcmria_log.
 suffix=.txt timestamp=true /
/Context
   
My mod_jk.conf looks like this:
   
JkMount /kcmria ajp13
JkMount /kcmria/* ajp13
   
Any ideas where I should start looking?  Thanks,
Kenny
   
   
   
   
 
   -
To unsubscribe, e-mail: 
 [EMAIL PROTECTED]
For additional commands, e-mail: 
[EMAIL PROTECTED]
   
  
  
   
 
   -
   To unsubscribe, e-mail: [EMAIL PROTECTED]
   For additional commands, e-mail: 
 [EMAIL PROTECTED]
  
  
 
  
 -
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]
 
 
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 
 

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




Re: Status 404 - resource not available

2003-02-10 Thread Peng Tuck Kwok
I think the servlet invoker (/servlet/myservlet) is off. Either turn it 
back on or make a servlet mapping on your own. And yes you will need the 
web.xml for the servlet mapping.

Kenny G. Dubuisson, Jr. wrote:
I don't have a web.xml defined.  In my old Tomcat 4.0.5 I didn't need one;
do I need one now?  Thanks,
Kenny

- Original Message -
From: Tim Moore [EMAIL PROTECTED]
To: Tomcat Users List [EMAIL PROTECTED]
Sent: Monday, February 10, 2003 12:37 PM
Subject: RE: Status 404 - resource not available




Check your web.xml. Servlets and serlet mappings must be declared in
web.xml.  Check the servlet spec for details.

--
Tim Moore / Blackboard Inc. / Software Engineer
1899 L Street, NW / 5th Floor / Washington, DC 20036
Phone 202-463-4860 ext. 258 / Fax 202-463-4863




-Original Message-
From: Kenny G. Dubuisson, Jr. [mailto:[EMAIL PROTECTED]]
Sent: Monday, February 10, 2003 1:26 PM
To: Tomcat Users List
Subject: Re: Status 404 - resource not available


Sorry for the re-post but I didn't get any responses and I'm
really stuck on this.  Thanks, Kenny

- Original Message -
From: Kenny G. Dubuisson, Jr. [EMAIL PROTECTED]
To: Tomcat Users List [EMAIL PROTECTED]
Sent: Friday, February 07, 2003 9:29 AM
Subject: Status 404 - resource not available




I just reloaded my development box and I can't get my servlet to be
recognized; I get a Status 404 error - resource not available.  I'm
not


sure


where to start diagnosing the problem.  My context (named kcmria)
works...ie if I put in http://192.168.1.61/kcmria I get the


directory


listing of $CATALINA_HOME/webapps/kcmria which is what I


would expect.
But


I can't get anything in


$CATALINA_HOME/webapps/kcmria/WEB-INF/classes


to


be


recognized.

I tried copying HelloWorldExample over to my servlet directory but
can't


see


it either.  I think it must be something with my context.  Here is
what


I've


defined in server.xml:

Context path=/kcmria docBase=kcmria debug=0


reloadable=true


crossContext=true
   Logger className=org.apache.catalina.logger.FileLogger
prefix=localhost_kcmria_log.
suffix=.txt timestamp=true /
/Context

My mod_jk.conf looks like this:

JkMount /kcmria ajp13
JkMount /kcmria/* ajp13

Any ideas where I should start looking?  Thanks,
Kenny





-


To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]






-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




Re: Status 404 - resource not available

2003-02-07 Thread Kenny G. Dubuisson, Jr.
New info:  I don't have a web.xml for this context.  In Tomcat 4.0.5 it was
not a problem.  Is this something they changed for 4.1.18 that you must have
one defined?  If so, what would be the minimal web.xml that I could get by
with?  Thanks,
Kenny

- Original Message -
From: Kenny G. Dubuisson, Jr. [EMAIL PROTECTED]
To: Tomcat Users List [EMAIL PROTECTED]
Sent: Friday, February 07, 2003 9:29 AM
Subject: Status 404 - resource not available


 I just reloaded my development box and I can't get my servlet to be
 recognized; I get a Status 404 error - resource not available.  I'm not
sure
 where to start diagnosing the problem.  My context (named kcmria)
 works...ie if I put in http://192.168.1.61/kcmria I get the directory
 listing of $CATALINA_HOME/webapps/kcmria which is what I would expect.
But
 I can't get anything in $CATALINA_HOME/webapps/kcmria/WEB-INF/classes to
be
 recognized.

 I tried copying HelloWorldExample over to my servlet directory but can't
see
 it either.  I think it must be something with my context.  Here is what
I've
 defined in server.xml:

 Context path=/kcmria docBase=kcmria debug=0 reloadable=true
 crossContext=true
 Logger className=org.apache.catalina.logger.FileLogger
 prefix=localhost_kcmria_log.
  suffix=.txt timestamp=true /
 /Context

 My mod_jk.conf looks like this:

 JkMount /kcmria ajp13
 JkMount /kcmria/* ajp13

 Any ideas where I should start looking?  Thanks,
 Kenny


 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




RE: Status 404 - resource not available

2003-02-07 Thread Durham David Cntr 805CSS/SCBE
I don't think you have to have one.

Here's a minimal one:

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



 -Original Message-
 From: Kenny G. Dubuisson, Jr. [mailto:[EMAIL PROTECTED]]
 Sent: Friday, February 07, 2003 9:47 AM
 To: Tomcat Users List
 Subject: Re: Status 404 - resource not available
 
 
 New info:  I don't have a web.xml for this context.  In 
 Tomcat 4.0.5 it was
 not a problem.  Is this something they changed for 4.1.18 
 that you must have
 one defined?  If so, what would be the minimal web.xml that I 
 could get by
 with?  Thanks,
 Kenny
 
 - Original Message -
 From: Kenny G. Dubuisson, Jr. [EMAIL PROTECTED]
 To: Tomcat Users List [EMAIL PROTECTED]
 Sent: Friday, February 07, 2003 9:29 AM
 Subject: Status 404 - resource not available
 
 
  I just reloaded my development box and I can't get my servlet to be
  recognized; I get a Status 404 error - resource not 
 available.  I'm not
 sure
  where to start diagnosing the problem.  My context (named kcmria)
  works...ie if I put in http://192.168.1.61/kcmria I get the 
 directory
  listing of $CATALINA_HOME/webapps/kcmria which is what I 
 would expect.
 But
  I can't get anything in 
 $CATALINA_HOME/webapps/kcmria/WEB-INF/classes to
 be
  recognized.
 
  I tried copying HelloWorldExample over to my servlet 
 directory but can't
 see
  it either.  I think it must be something with my context.  
 Here is what
 I've
  defined in server.xml:
 
  Context path=/kcmria docBase=kcmria debug=0 reloadable=true
  crossContext=true
  Logger className=org.apache.catalina.logger.FileLogger
  prefix=localhost_kcmria_log.
   suffix=.txt timestamp=true /
  /Context
 
  My mod_jk.conf looks like this:
 
  JkMount /kcmria ajp13
  JkMount /kcmria/* ajp13
 
  Any ideas where I should start looking?  Thanks,
  Kenny
 
 
  
 -
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]
 
 
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 
 

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]