Re: Deploying Servlet Project from Windows to Fedora

2005-12-02 Thread Aydın Toprak
. - Richard -Original Message- From: Aydın Toprak [mailto:[EMAIL PROTECTED] Sent: Thursday, December 01, 2005 8:29 AM To: Tomcat Users List Subject: Re: Deploying Servlet Project from Windows to Fedora but The system works fine under Windows ... I mean as an example ... this is my servlet

RE: Deploying Servlet Project from Windows to Fedora

2005-12-01 Thread Richard Mixon
you have done that, report back and maybe we can help some more. - Richard > -Original Message- > From: Aydın Toprak [mailto:[EMAIL PROTECTED] > Sent: Thursday, December 01, 2005 8:29 AM > To: Tomcat Users List > Subject: Re: Deploying Servlet Project from Windows to Fedo

Re: Deploying Servlet Project from Windows to Fedora

2005-12-01 Thread David Smith
Check your webapp folder structure to be sure it has the proper case. You should see this structure and exact naming including upper/lower case: /WEB-INF /classes /manager /LoginManagerServletV2.class /lib ...jars here Windows may be forgiving on this point,

Re: Deploying Servlet Project from Windows to Fedora

2005-12-01 Thread Aydın Toprak
but The system works fine under Windows ... I mean as an example ... this is my servlet name : LoginManagerServletV2.java and the the web.xml lines for this servlet : LoginManagerServletV2 Login ManagerV2 Manager for the manager action manager.LoginManagerServletV2

RE: Deploying Servlet Project from Windows to Fedora

2005-12-01 Thread Richard Mixon
Aydin, I do not have reference for any such documentation. However in the past I have been bit badly a number of times trying to move a web application from Windows to Linux. The other way around works much more reliable. The two issues that resolved my problem always ended up being: 1) Case sen

Re: Deploying Servlet Project from Windows to Fedora

2005-12-01 Thread David Delbecq
Hi, The main difference between windows and linux for you is at the filesystem level i think. Check twice the configuration of your servlets in web.xml and the files in your war for uppercase/lower case mistakes. I may be you renamed at some point myServlet.java to MyServlet.java but never clea