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 thi
;mypackage.myClass" %>
> -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'
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?
W