On 18 Mar, 13:57, marcussilf...@gmail.com wrote:
> Sorry, I misstyped the package name in the error message, it should
> be:
[quoted text clipped - 7 lines]
>
> - Visa citerad text -
Really, no one knows the answer to this??
Do I maybe need to pack my class into a jar, or is it ok to put the
class file itself on the server for Tomcat to access?
Regards
Marcus
northerntechie - 18 Mar 2008 19:44 GMT
On Mar 18, 11:34 am, marcussilf...@gmail.com wrote:
> On 18 Mar, 13:57, marcussilf...@gmail.com wrote:
>
[quoted text clipped - 16 lines]
> Regards
> Marcus
I have had similar problems and used a manual fix by putting the class
file in the /WEB-INF/classes/<package_folder> directory.
In this case, your <package_folder> will be my_package.
Hope this helps.
Todd Saharchuk, AScT.
marcussilfver@gmail.com - 19 Mar 2008 09:02 GMT
> On Mar 18, 11:34 am, marcussilf...@gmail.com wrote:
>
[quoted text clipped - 29 lines]
>
> - Visa citerad text -
Thanks for replying.
I have my class file in such a directory. I am still getting the error
message though. Should I maybe make a jar of it and put there instead?
Right now I have the class file itself put there.