Re: I'm completely lost, please help...

2004-12-21 Thread Bill Siggelkow
Eric, It sounds like you are definitely reaching frustration level. I do not have experience on Mac OS X but I can tell you my WinXP experience. First, I don't use the Sysdeo plug-in; I just start and stop tomcat manually -- I *do* utilize Eclipse's Ant integration to run my builds; this works

Re: I'm completely lost, please help...

2004-12-21 Thread fzlists
I too only develop on XP, but one point I wanted to mention... I generally just put j2ee.jar in my classpath for build purposes. That gives you the equivalent of servlet-api.jar and jsp-api.jar, plus just about anything else you might need. There could concievably be version mismatch issues,

Re: I'm completely lost, please help... [Thank you/Update]

2004-12-21 Thread Eric D Nielsen
Thank you for your comments. After another few hours last night I got things working using the following sequence of steps: 1. Deployed a new blank application 2. Editted all the configuration files, with a text editor (NOTE: there appears to be a name mismatch between the Tiles TLD and

I'm completely lost, please help...

2004-12-20 Thread Eric D. Nielsen
Long post follows...I don't know if its an Eclipse, Tomcat or Struts problem... I've been trying to get started on Java Web Development using Eclipse, Tomcat, and Struts for the past several weeks. Sometime last week I got both simple JSP's (no custom logic) and the same JSP's using