tomcat and servlet directories

2001-10-31 Thread Bob Kersten
Hi, I've installed TomCat 3.2 and it's serving .JSP files as it supposed to. But now I have a new project which I have to work my way into, and it's not working as it should. Look at the following tree: /webxt /webxt/data /webxt/servlet When I run a make (which works fine) my /servlet d

Re: tomcat and servlet directories

2001-10-31 Thread Bob Kersten
Hi, I've installed TomCat 3.2 and it's serving .JSP files as it supposed to. But now I have a new project which I have to work my way into, and it's not working as it should. Look at the following tree: /webxt /webxt/data /webxt/servlet When I run a make (which works fine) my /servlet d

Re: tomcat and servlet directories

2001-11-01 Thread mperreno
Tomcat looks for servlets classes in the /webtxt/WEB-INF/classes directory move your servlets there. > I've installed TomCat 3.2 and it's serving .JSP files as it supposed > to. But now I have a new project which I have to work my way into, and > it's not working as it should. Look at the fo