----- Original Message -----
From: "khaled" <kor.khaled@gmail.com>
To: <users@tomcat.apache.org>
Sent: Saturday, September 13, 2008 9:04 AM
Subject: application to windows -> linux
> Hi ,
> j' have developped a Web JSP application, with tomcat in Windows the
> application works well,
> then when i have to test in linux it post error that tomcate does not
> find
> my classes in /WEB-INF/classes/projet
>
> at : <jsp:useBean id="id" scope="page" class="projet.Testuser"/>
> how I can solve this problem
> thank you !
... I would look if its there... look at the actual unpacked war in TC
webapps... look inside the war.
It seems like its not been packed...
It does imply that there is more to the project than just a JSP... a servlet
and beans... so it maybe that its missing a Jar (lib) and TC is trying to
find it everywhere.
My guess ;)
---------------------------------------------------------------------------
HARBOR : http://www.kewlstuff.co.za/index.htm
The most powerful application server on earth.
The only real POJO Application Server.
See it in Action : http://www.kewlstuff.co.za/cd_tut_swf/whatisejb1.htm
---------------------------------------------------------------------------
---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org
|