[ROOKIE] WebApp

2003-08-28 Thread Mario Moroni
I've downloaded Tomcat 4.1.27 (Win32) in the root webapps I've created some folders: myapp myapp/WEB-INF myapp/WEB-INF/classes in myApp I've putted index.jsp. After a restart (necessary?) I can access this page correctly. I'd like to use myClass.class in index.jsp Where I should put this?

RE: [ROOKIE] WebApp

2003-08-28 Thread Tom Lyle
% -Original Message- From: Mario Moroni [mailto:[EMAIL PROTECTED] Sent: 28 August 2003 11:05 To: Tomcat Users List Subject: [ROOKIE] WebApp I've downloaded Tomcat 4.1.27 (Win32) in the root webapps I've created some folders: myapp myapp/WEB-INF myapp/WEB-INF/classes in myApp I've

Re: [ROOKIE] WebApp

2003-08-28 Thread P . van Kemenade
Hi I've downloaded Tomcat 4.1.27 (Win32) in the root webapps I've created some folders: myapp myapp/WEB-INF myapp/WEB-INF/classes in myApp I've putted index.jsp. After a restart (necessary?) I can access this page correctly. I'd like to use myClass.class in index.jsp Where I should put