RE: Where do I place a servlet class

2004-08-27 Thread gerardo
Hello, I noticed that you mentioned the server specification. I have seen it mentioned before, many times. But where is it? I have searched for it at java.sun.com and all I get is a Javadoc *reference* of some classes. Is this the so-called 'specification'? Shouldn't it be a *text*?

Re: Where do I place a servlet class

2004-08-27 Thread Wendy Smoak
From: [EMAIL PROTECTED] I noticed that you mentioned the server specification. I have seen it mentioned before, many times. But where is it? I have searched for it at java.sun.com and all I get is a Javadoc *reference* of some classes. Is this the so-called 'specification'? Shouldn't it be a

Re: Where do I place a servlet class

2004-08-20 Thread John Villar
You need to include yet another directive in your web.xml file called servlet-mapping, search the web for it Diego, Emil escribi: I have upgraded my system from apache 3 and tomcat 3 and am now running tomcat 4.1.27-13 and apache 2.0.49-4. My webapp can't find a servlet after the upgrade.

RE: Where do I place a servlet class

2004-08-20 Thread Diego, Emil
of Business 305.284.5449 -Original Message- From: John Villar [mailto:[EMAIL PROTECTED] Sent: Friday, August 20, 2004 11:14 AM To: Tomcat Users List Subject: Re: Where do I place a servlet class You need to include yet another directive in your web.xml file called servlet-mapping, search

Re: Where do I place a servlet class

2004-08-20 Thread John Villar
did you restart tomcat or your context? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Where do I place a servlet class

2004-08-20 Thread Diego, Emil
Yes. I restarted. Emil Diego Website Administrator University of Miami School of Business 305.284.5449 -Original Message- From: John Villar [mailto:[EMAIL PROTECTED] Sent: Friday, August 20, 2004 11:55 AM To: Tomcat Users List Subject: Re: Where do I place a servlet class did you

RE: [tomcat] Re: Where do I place a servlet class

2004-08-20 Thread Ernesto Echeverría
to see if that's happening to you. José Ernesto Echeverría -Original Message- From: John Villar [mailto:[EMAIL PROTECTED] Sent: Viernes, 20 de Agosto de 2004 09:14 a.m. To: Tomcat Users List Subject: [tomcat] Re: Where do I place a servlet class You need to include yet another

Re: Where do I place a servlet class

2004-08-20 Thread John Villar
well your configuration seems fine i remember Cicer0 posted recently a problem like yours search the archive for ExportSerials - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

RE: [tomcat] Re: Where do I place a servlet class

2004-08-20 Thread Diego, Emil
Diego Website Administrator University of Miami School of Business 305.284.5449 -Original Message- From: Ernesto Echeverría [mailto:[EMAIL PROTECTED] Sent: Friday, August 20, 2004 12:01 PM To: 'Tomcat Users List' Subject: RE: [tomcat] Re: Where do I place a servlet class One of the major

Re: [tomcat] Re: Where do I place a servlet class

2004-08-20 Thread QM
On Fri, Aug 20, 2004 at 12:04:10PM -0400, Diego, Emil wrote: : I saw that. I've read a couple of negative things about enabling the invoker. : It seems it's less secure and stuff. I figured it would be better to use : explicit mapping, but cant get that to work. I'll keep trying but if I cant :

Re: [tomcat] Re: Where do I place a servlet class

2004-08-20 Thread John Villar
QM escribió: On Fri, Aug 20, 2004 at 12:04:10PM -0400, Diego, Emil wrote: : I saw that. I've read a couple of negative things about enabling the invoker. : It seems it's less secure and stuff. I figured it would be better to use : explicit mapping, but cant get that to work. I'll keep trying

Re: [tomcat] Re: Where do I place a servlet class

2004-08-20 Thread QM
On Fri, Aug 20, 2004 at 12:20:19PM -0400, John Villar wrote: : Also, if everything gets wacky and you're desperate, delete everything : under your work directory, on the tomcat root and see what happens : it helps sometimes No need for to wait for wacky -- I added a clean action to my

RE: [tomcat] Re: Where do I place a servlet class

2004-08-20 Thread Ernesto Echeverría
, 20 de Agosto de 2004 10:04 a.m. To: Tomcat Users List Subject: RE: [tomcat] Re: Where do I place a servlet class I saw that. I've read a couple of negative things about enabling the invoker. It seems it's less secure and stuff. I figured it would be better to use explicit mapping, but cant get

RE: Where do I place a servlet class

2004-08-20 Thread Shapira, Yoav
Hi, I added the servlet mapping entry but it's still not working. I have the class file in /dev_new/WEB-INF/classes/umJavaLib/. Does the class file need to go into a special directory of anything? servlet servlet-nameservUploadMedia/servlet-name

RE: [tomcat] Re: Where do I place a servlet class

2004-08-20 Thread Diego, Emil
] Sent: Friday, August 20, 2004 12:20 PM To: Tomcat Users List Subject: Re: [tomcat] Re: Where do I place a servlet class QM escribi?: On Fri, Aug 20, 2004 at 12:04:10PM -0400, Diego, Emil wrote: : I saw that. I've read a couple of negative things about enabling the invoker. : It seems it's less

RE: [tomcat] Re: Where do I place a servlet class

2004-08-20 Thread Diego, Emil
: [tomcat] Re: Where do I place a servlet class Ok. I don't like the invoker either. I thought you were trying only to have things working as before, that's why I pointed out that difference. Starting from scratch, let's try to break the problem into smaller pieces. Have you checked