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