Re: ServletConfig question on Tomcat

2001-05-18 Thread HD

Try to put your servlet directly under Web-inf/classes
instead of put it in your pkg coreservlets.
See if it works.

As my exp, I usually create the package under webapps,
then Web-inf/classes is directly under that directory.
 All servlets are placed under classes.
then go to URL:
localhost:8080/pkg_name/servlet/servlet-name

I think I had a similar problem when not putting a
servlet in the class directory but in another dir
which is under class dir.

Hope this helps.


__
Do You Yahoo!?
Yahoo! Auctions - buy the things you want at great prices
http://auctions.yahoo.com/



RE: ServletConfig question on Tomcat

2001-05-18 Thread Purcell, Scott

Thanks,
Ill give that a shot, and let you know.
Scott

-Original Message-
From: HD [mailto:[EMAIL PROTECTED]]
Sent: Friday, May 18, 2001 1:52 PM
To: [EMAIL PROTECTED]
Subject: Re: ServletConfig question on Tomcat


Try to put your servlet directly under Web-inf/classes
instead of put it in your pkg coreservlets.
See if it works.

As my exp, I usually create the package under webapps,
then Web-inf/classes is directly under that directory.
 All servlets are placed under classes.
then go to URL:
localhost:8080/pkg_name/servlet/servlet-name

I think I had a similar problem when not putting a
servlet in the class directory but in another dir
which is under class dir.

Hope this helps.


__
Do You Yahoo!?
Yahoo! Auctions - buy the things you want at great prices
http://auctions.yahoo.com/