Re: struts webapp failure

2004-08-30 Thread Chuck Chopp
Jason King wrote: If you can't find the *.class file then likely its not compiling. Take one of your static pages and rename it from .html to .jsp and see what happens. I don't have any static HTML pages so far. All I have is 3 or 4 JSP files. The index.jsp file that I use as my welcome page

Re: struts webapp failure

2004-08-30 Thread Jason King
If you can't find the *.class file then likely its not compiling. Take one of your static pages and rename it from .html to .jsp and see what happens. Chuck Chopp wrote: I was able to find an automatically generated JSP file that seems to correspond to an action name. The action name is "logi

Re: struts webapp failure

2004-08-30 Thread Chuck Chopp
I was able to find an automatically generated JSP file that seems to correspond to an action name. The action name is "login", and the file in the work area is "login_jsp.java". There is no corresponding ".class" file for it so I'm sure that's it. My welcome page for the webapp is set to "in

Re: struts webapp failure

2004-08-29 Thread Chuck Chopp
OK, nothing bad appears to be happening that I can attribute to a case sensitivity issue. I'm still at a loss, though, to identify what the source of the problem atually is. I took the same webapp WAR file and deployed it to a NetWare v6.5 SP2 server running JRE 1.4 and Tomcat v4.1.28 and the

Re: struts webapp failure

2004-08-29 Thread Chuck Chopp
Vic wrote: Windows is not case sensetive. Check that. That's an interesting point. Case is preserved in NTFS but the file system isn't actually case sensitive w/respect to locating folders & files. My OpenVMS system is using a file system that is I'll have to examine the actual file names that

Re: struts webapp failure

2004-08-29 Thread Vic
Windows is not case sensetive. Check that. .V Chuck Chopp wrote: I have a simple struts webapp I'm developing use Eclipse v3.0 / MyEclipse Enterprise Workbench v3.8.0. This webapp has been deployed as a WAR file to a local installation of Tomcat v4.1.30 on my WinXP Pro SP1 development system an

struts webapp failure

2004-08-29 Thread Chuck Chopp
I have a simple struts webapp I'm developing use Eclipse v3.0 / MyEclipse Enterprise Workbench v3.8.0. This webapp has been deployed as a WAR file to a local installation of Tomcat v4.1.30 on my WinXP Pro SP1 development system and I can browse to it w/o any problems using Mozilla and it works