Re: Tomcat Deployer Problem

2007-06-10 Thread Skijor
this seems to work. It's looking for the .war file anyway. I don't have tomcat installed on the machine I want to build the .war file on that's why I tried the deployer. i guess I could just build a .war file using the java jar command or eclipse and then use the manager to upload it. -thx

Re: Tomcat Deployer Problem

2007-06-09 Thread Johnny Kewl
Hi, listen I've only done this programmaticly before, so here goes... I think you confusing the type of compilation they talking about... it doesnt compile the whole application, just the JSP files. You still need to compile your project. If you look at the netbeans folders, assuming thats wha