Re: Is a jsp page compiled a SERVLET?

2002-01-26 Thread Nikola Milutinovic

Monica Guerra wrote:

 Please help me with that question:
 Is a jsp page compiled a SERVLET?
 The jsp page compiled, the .class is a SERVLET

Every JSP page is transformed into a Java source file for a servlet (done by 
Jasper in Tomcat) and then compiled into a Java class by javac. Then it is 
deployed. You'll find both source and class in $CATALINA_HOME/work/$VHost/

Nix.


--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]




Is a jsp page compiled a SERVLET?

2002-01-25 Thread Monica Guerra

Please help me with that question:
Is a jsp page compiled a SERVLET?
The jsp page compiled, the .class is a SERVLET

Thanks 

Monica

_
Do You Yahoo!?
Encuentra el coche de tus sueños en Yahoo! Autos http://autos.yahoo.com.mx

--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]




Re: Is a jsp page compiled a SERVLET?

2002-01-25 Thread Joaquín Sánchez Jiménez

Yes.

- Original Message -
From: Monica Guerra [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Friday, January 25, 2002 10:42 PM
Subject: Is a jsp page compiled a SERVLET?


 Please help me with that question:
 Is a jsp page compiled a SERVLET?
 The jsp page compiled, the .class is a SERVLET

 Thanks

 Monica

 _
 Do You Yahoo!?
 Encuentra el coche de tus sueños en Yahoo! Autos http://autos.yahoo.com.mx

 --
 To unsubscribe:   mailto:[EMAIL PROTECTED]
 For additional commands: mailto:[EMAIL PROTECTED]
 Troubles with the list: mailto:[EMAIL PROTECTED]



--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]