> From: Scott Carlson [mailto:scarl...@i2s.com]
> Subject: Re: Ubuntu 8.10 GWT Apache2 Tomcat Servlet Problems
>
> My WEB-INF/classes/ ....   contains the "missing" class...
> MsgServiceImpl.class  .. not sure what the heck the problem is..?

You don't have it properly placed in the subdirectories; it needs to be:
WEB-INF/classes/com/i2s/webMonster/server/MsgServiceImpl.class

The package name is the subdirectory structure - this is basic Java.

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY 
MATERIAL and is thus for use only by the intended recipient. If you received 
this in error, please contact the sender and delete the e-mail and its 
attachments from all computers.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to