If you move a class from classes/foo.class to classes/dir/foo.class
you have to define a package in foo.java:

package dir;

> -----Urspr�ngliche Nachricht-----
> Von: Cressatti, Dominique [mailto:[EMAIL PROTECTED]]
> Gesendet: Montag, 21. Januar 2002 16:53
> An: Tomcat Users List
> Betreff: basic servlet move doesn't work
<snip/> 
> I have a very simple example app.
> For testing purposes I moved the servlet into a subdirectory.
> So before the move I had
> /webapps/Wide_World/WEB-INFO/classes/ForwardServlet.class
> and after the move I had
> /webapps/Wide_World/WEB-INFO/classes/dir/ForwardServlet.class
<snip/>

--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>

Reply via email to