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

Re: application to windows -> linux

2008-09-13 Thread Johnny Kewl
o: "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

Re: application to windows -> linux

2008-09-13 Thread khaled
> 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 , >

RE: application to windows -> linux

2008-09-13 Thread Martin Gainty
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

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

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 !