Re: Accessing a servlet

2006-07-12 Thread Martin Gainty
notify the sender immediately by telephone or email and destroy the original message without making a copy. Thank you. - Original Message - From: "McRaven, Brian" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Wednesday, July 12, 2006 1:24 PM Subject: R

RE: Accessing a servlet

2006-07-12 Thread McRaven, Brian
MAIL PROTECTED] Sent: Wednesday, July 12, 2006 1:17 PM To: Tomcat Users List Subject: RE: Accessing a servlet "McRaven, Brian" <[EMAIL PROTECTED]> wrote: I check out on all of that. I'm not sure if this is important but when I build the servlet there is an error that I get

RE: Accessing a servlet

2006-07-12 Thread Lenandlar Singh
r package declaration is correct. e.g. package firstservlet; Your servlet should be in here... -Original Message- From: Jon Wingfield [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 12, 2006 12:59 PM To: Tomcat Users List Subject: Re: Accessing a servlet ROOT/WEB-

RE: Accessing a servlet

2006-07-12 Thread McRaven, Brian
Does this sound like I need to develop the servlet in the firstpack folder? Brian -Original Message- From: Jon Wingfield [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 12, 2006 12:59 PM To: Tomcat Users List Subject: Re: Accessing a servlet ROOT/WEB-INF/classes/firstpack/JustALittle

Re: Accessing a servlet

2006-07-12 Thread Jon Wingfield
go? Brian -Original Message- From: Jon Wingfield [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 12, 2006 11:30 AM To: Tomcat Users List Subject: Re: Accessing a servlet You've deployed this in the ROOT webapp? form action should be "/firstpack/JustALittleTest" McRav

RE: Accessing a servlet

2006-07-12 Thread McRaven, Brian
MAIL PROTECTED] > Sent: Wednesday, July 12, 2006 11:05 AM > To: Tomcat Users List > Subject: Re: Accessing a servlet > > > check your ./WEB-INF/web.xml > > FooServlet > FooServlet > > > FooServlet > /servlet/Foo >

Re: Accessing a servlet

2006-07-12 Thread Jon Wingfield
firstpack.JustALittleTest JustALittleTest /firstpack/JustALittleTest And I get requested resource not found. Brian -Original Message- From: Martin Gainty [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 12, 2006 11:05 AM To: Tomcat Users List Subject: Re: Accessing a servl

RE: Accessing a servlet

2006-07-12 Thread McRaven, Brian
nd. Brian -Original Message- From: Martin Gainty [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 12, 2006 11:05 AM To: Tomcat Users List Subject: Re: Accessing a servlet check your ./WEB-INF/web.xml FooServlet FooServlet FooServlet /servlet/Foo reference to

Re: Accessing a servlet

2006-07-12 Thread Martin Gainty
message without making a copy. Thank you. - Original Message - From: "McRaven, Brian" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Wednesday, July 12, 2006 10:43 AM Subject: RE: Accessing a servlet If the url-pattern should be /firstpack/JustALittleTe

RE: Accessing a servlet

2006-07-12 Thread McRaven, Brian
o: Tomcat Users List; [EMAIL PROTECTED] Subject: RE: Accessing a servlet When I use this entry I get a request resource not found error. JustALittleTest firstpack.JustALittleTest JustALittleTest /firstpack/JustALittleTest Under the previous error to thi

RE: Accessing a servlet

2006-07-12 Thread McRaven, Brian
rvlet instance' Brian -Original Message- From: Pid [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 12, 2006 9:46 AM To: Tomcat Users List Subject: Re: Accessing a servlet TheServletName package.ThisIsTheClassName TheServletName /a/path/to/theservlet "servlet-n

Re: Accessing a servlet

2006-07-12 Thread Pid
s action="firstpack.JustALittleTest" > > I've looked at the log files but I'm not sure what to look for. > > Brian > > -Original Message- > From: Jon Wingfield [mailto:[EMAIL PROTECTED] > Sent: Wednesday, July 12, 2006 7:49 AM > To: Tomcat Us

Re: Accessing a servlet

2006-07-12 Thread Jon Wingfield
hat the forms action="firstpack.JustALittleTest" I've looked at the log files but I'm not sure what to look for. Brian -Original Message- From: Jon Wingfield [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 12, 2006 7:49 AM To: Tomcat Users List Subject: Re: Accessing a servlet

RE: Accessing a servlet

2006-07-12 Thread McRaven, Brian
Wingfield [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 12, 2006 7:49 AM To: Tomcat Users List Subject: Re: Accessing a servlet I would check in tomcat logs directory for reasons why the servlet is not available. One reason could be that classes should be in a package: http://tomcat.apache.org/fa

Re: Accessing a servlet

2006-07-12 Thread Jon Wingfield
t: Re: Accessing a servlet Did you reload the webapp after making the change? All changes to WEB-INF/web.xml or files in WEB-INF/classes and WEB-INF/lib will require a reload before they become active in tomcat. --David McRaven, Brian wrote: I was able to refer to a book I have and so I dropped the .

RE: Accessing a servlet

2006-07-11 Thread McRaven, Brian
Sent: Tuesday, July 11, 2006 2:48 PM To: Tomcat Users List Subject: Re: Accessing a servlet Did you reload the webapp after making the change? All changes to WEB-INF/web.xml or files in WEB-INF/classes and WEB-INF/lib will require a reload before they become active in tomcat. --David McRaven,

Re: Accessing a servlet

2006-07-11 Thread David Smith
t;. Brian -Original Message- From: McRaven, Brian Sent: Tuesday, July 11, 2006 1:14 PM To: users@tomcat.apache.org Subject: Accessing a servlet Well I'm ticking these newbie questions off. I have a simple servlet that I want my form to access. I compiled the file fine a

RE: Accessing a servlet

2006-07-11 Thread McRaven, Brian
/JustALittleTest And my action attribute="JustALittleTest". Brian -Original Message- From: McRaven, Brian Sent: Tuesday, July 11, 2006 1:14 PM To: users@tomcat.apache.org Subject: Accessing a servlet Well I'm ticking these newbie questions off. I have a simp

Accessing a servlet

2006-07-11 Thread McRaven, Brian
Well I'm ticking these newbie questions off. I have a simple servlet that I want my form to access. I compiled the file fine and it is called JustALittleTest.class. I placed this file in the ROOT/WEB-INF/classes folder. In my JSP I have a form with some submit buttons. The action element of th