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
, etc) or you can use the equivalent Ant task in your build process, something like: Hope this helps -Richard -Original Message- From: Aydın Toprak [mailto:[EMAIL PROTECTED] Sent: Thursday, December 01, 2005 7:48 AM To: users@tomcat.apache.org Subject: Deploying Servlet

Re: Deploying Servlet Project from Windows to Fedora

2005-12-01 Thread Aydın Toprak
tomcat.apache.org Subject: Deploying Servlet Project from Windows to Fedora Hii, I have developed web based project that covers many servlets and uses Postgresql dataBase, on ;Windows platform... But I want to deploy the software to the Linux (Fedora Core 4 64) .. However I havent been able to deplo

RE: Deploying Servlet Project from Windows to Fedora

2005-12-01 Thread Richard Mixon
-Original Message- > From: Aydın Toprak [mailto:[EMAIL PROTECTED] > Sent: Thursday, December 01, 2005 7:48 AM > To: users@tomcat.apache.org > Subject: Deploying Servlet Project from Windows to Fedora > > Hii, > > I have developed web based project that covers many servle

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

Deploying Servlet Project from Windows to Fedora

2005-12-01 Thread Aydın Toprak
Hii, I have developed web based project that covers many servlets and uses Postgresql dataBase, on ;Windows platform... But I want to deploy the software to the Linux (Fedora Core 4 64) .. However I havent been able to deploy the compleate project correctly under the linux enviroment.. Tomc