Servlets: Differences between Linux and Windows?

2002-10-16 Thread Mauro Daniel Ardolino
Hi! I'm having some problems running servlets in Tomcat 4.1.12 under Linux RedHat 7.3 I've done a simple servlet and I was running it in Tomcat 4.0.4 under Win98 without problems. If I copy the folder mySimpleServlet from windows tomcat webapps folder to linux tomcat webapps folder and start

Re: Servlets: Differences between Linux and Windows?

2002-10-16 Thread Larry Meadors
Do you have different cases in file/dir names - myfolder, MyFolder, and myFolder are all the same in Win32, but all are different in linux/unix. Larry [EMAIL PROTECTED] 10/16/02 08:29 AM Hi! I'm having some problems running servlets in Tomcat 4.1.12 under Linux RedHat 7.3 I've done a simple

Re: Servlets: Differences between Linux and Windows?

2002-10-16 Thread Mauro Daniel Ardolino
I think all this is all right. I've used case sensitive names all the time, even under windows. Also used / instead of \. I think the problem is not due to Linux. I've found some mails about problems migrating to tomcat 4.1.12 from 4.0.4. Problems about tomcat is not loading the servlets. Do

Re: Servlets: Differences between Linux and Windows?

2002-10-16 Thread Mauro Daniel Ardolino
I compared the logs files between the executions under 4.0.4 and 4.1.12. The only difference is this: 2002-09-30 12:40:31 ContextConfig[/abaco-simpleServlet]: Added certificates - request attribute Valve ...that is in the 4.0.4 log. So I think something is missing in the 4.1.12 startup. What

RE: Servlets: Differences between Linux and Windows?

2002-10-16 Thread Sexton, George
8:24 AM To: [EMAIL PROTECTED] Subject: Servlets: Differences between Linux and Windows? Hi! I'm having some problems running servlets in Tomcat 4.1.12 under Linux RedHat 7.3 I've done a simple servlet and I was running it in Tomcat 4.0.4 under Win98 without problems. If I copy the folder

Re: Servlets: Differences between Linux and Windows?

2002-10-16 Thread Steven J. Owens
On Wed, Oct 16, 2002 at 12:17:05PM -0300, Mauro Daniel Ardolino wrote: I think all this is all right. I've used case sensitive names all the time, even under windows. Also used / instead of \. I think the problem is not due to Linux. I've found some mails about problems migrating to tomcat

RE: Servlets: Differences between Linux and Windows?

2002-10-16 Thread Mauro Daniel Ardolino
Ardolino [mailto:[EMAIL PROTECTED]] Sent: 16 October, 2002 8:24 AM To: [EMAIL PROTECTED] Subject: Servlets: Differences between Linux and Windows? Hi! I'm having some problems running servlets in Tomcat 4.1.12 under Linux RedHat 7.3 I've done a simple servlet and I was running it in Tomcat 4.0.4

RE: Servlets: Differences between Linux and Windows?

2002-10-16 Thread alan sparago
List Subject: Re: Servlets: Differences between Linux and Windows? [EMAIL PROTECTED] 10/16/02 08:29 AM Hi! I'm having some problems running servlets in Tomcat 4.1.12 under Linux RedHat 7.3 I've done a simple servlet and I was running it in Tomcat 4.0.4 under Win98 without problems. If I copy