RE: application to windows -> linux

2008-09-14 Thread Caldarale, Charles R
> From: Johnny Kewl [mailto:[EMAIL PROTECTED]
> Subject: Re: application to windows -> linux
>
> Its highly unusual for a war to work on one and not the
> other... more likely a deployment issue?

Look for proper casing of directory, package, and class names.  Java on Windows 
lets some casing errors slide by, Java on Linux won't.

 - 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 start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: application to windows -> linux

2008-09-13 Thread Johnny Kewl

khaled,
Listen... you got to try help us here...
How are you deploying it... unpacked, from a war, thru manager

Are you dropping the same war into webapps on both systems?

And post the actual error logs...
Theres a big diff between noclassdef and noclassfound for example...
What are you getting... exactly

Make sure those directories are not in the system class path... if its 
noclassdef


From your IDE (on windows) or from tomcat manager... undeploy the webapp... 

then drop the war in... I think you may see the same error...

How are you confirming it works on windows... from the IDE?

Its highly unusual for a war to work on one and not the other... more likely 
a deployment issue?
Or from the sounds of things the class loaders are confused... dont help TC 
in classpaths.


More info needed ;)

- Original Message - 
From: "khaled" <[EMAIL PROTECTED]>

To: "Tomcat Users List" 
Sent: Saturday, September 13, 2008 5:49 PM
Subject: Re: application to windows -> linux



yes my classes are  located in WEB-INF/classes folde

2008/9/13 Martin Gainty <[EMAIL PROTECTED]>



did you verify your classes are located in WEB-INF/classes folder

e.g.
WEB-INF/classes/projet/Testuser.class

?
Martin
__ 
Disclaimer and confidentiality note
Everything in this e-mail and any attachments relates to the official
business of Sender. This transmission is of a confidential nature and 
Sender

does not endorse distribution to any party other than intended recipient.
Sender does not necessarily endorse content contained within this
transmission.


> Date: Sat, 13 Sep 2008 08:04:25 +0100
> From: [EMAIL PROTECTED]
> To: users@tomcat.apache.org
> 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 : 
> how I can solve this problem
> thank you !

---
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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: application to windows -> linux

2008-09-13 Thread khaled
yes my classes are  located in WEB-INF/classes folde

2008/9/13 Martin Gainty <[EMAIL PROTECTED]>

>
> did you verify your classes are located in WEB-INF/classes folder
>
> e.g.
> WEB-INF/classes/projet/Testuser.class
>
> ?
> Martin
> __ 
> Disclaimer and confidentiality note
> Everything in this e-mail and any attachments relates to the official
> business of Sender. This transmission is of a confidential nature and Sender
> does not endorse distribution to any party other than intended recipient.
> Sender does not necessarily endorse content contained within this
> transmission.
>
>
> > Date: Sat, 13 Sep 2008 08:04:25 +0100
> > From: [EMAIL PROTECTED]
> > To: users@tomcat.apache.org
> > 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 : 
> > how I can solve this problem
> > thank you !
>
> _
> Want to do more with Windows Live? Learn "10 hidden secrets" from Jamie.
>
> http://windowslive.com/connect/post/jamiethomson.spaces.live.com-Blog-cns!550F681DAD532637!5295.entry?ocid=TXT_TAGLM_WL_domore_092008<http://windowslive.com/connect/post/jamiethomson.spaces.live.com-Blog-cns%21550F681DAD532637%215295.entry?ocid=TXT_TAGLM_WL_domore_092008>


RE: application to windows -> linux

2008-09-13 Thread Martin Gainty

did you verify your classes are located in WEB-INF/classes folder

e.g.
WEB-INF/classes/projet/Testuser.class

?
Martin
__ 
Disclaimer and confidentiality note 
Everything in this e-mail and any attachments relates to the official business 
of Sender. This transmission is of a confidential nature and Sender does not 
endorse distribution to any party other than intended recipient. Sender does 
not necessarily endorse content contained within this transmission. 


> Date: Sat, 13 Sep 2008 08:04:25 +0100
> From: [EMAIL PROTECTED]
> To: users@tomcat.apache.org
> 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 : 
> how I can solve this problem
> thank you !

_
Want to do more with Windows Live? Learn “10 hidden secrets” from Jamie.
http://windowslive.com/connect/post/jamiethomson.spaces.live.com-Blog-cns!550F681DAD532637!5295.entry?ocid=TXT_TAGLM_WL_domore_092008

Re: application to windows -> linux

2008-09-13 Thread Johnny Kewl


- Original Message - 
From: "khaled" <[EMAIL PROTECTED]>

To: 
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 : 
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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



application to windows -> linux

2008-09-13 Thread khaled
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 : 
how I can solve this problem
thank you !