.
- 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
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
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,
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
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
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