JRE and JSP

2002-09-07 Thread RAJESH KANNAN

Hi all,

We have a special requirement which warrants the use of tomcat with only 
JRE. (Not JDK).

In our web application we have JSPs also in addition to Java classes.

Is there any way by which we can operate TOMCAT only with JRE. (which 
supports JSP execution).

We are using TOMCAT-4.0.3 with JRE 1.4.1.

Can you please give some directions to go about.

Thanks in anticipation.

With Regards
K.RajeshKannan



_
Send and receive Hotmail on your mobile device: http://mobile.msn.com


--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




JRE and JSP

2002-09-07 Thread RAJESH KANNAN

Hi all,

We have a special requirement which warrants the use of tomcat with only 
JRE. (Not JDK).

In our web application we have JSPs also in addition to Java classes.

Is there any way by which we can operate TOMCAT only with JRE. (which 
supports JSP execution).

We are using TOMCAT-4.0.3 with JRE 1.4.1.

Can you please give some directions to go about.

Thanks in anticipation.

With Regards
K.RajeshKannan



_
Send and receive Hotmail on your mobile device: http://mobile.msn.com


--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




SSL

2001-11-30 Thread RAJESH KANNAN

Hi,

I have some doubts about SSL. Eventhough I posted this mail in user forum, I 
couldn't get any reply. Hence I am posting this in developer forum.

I am now using apache web server with SSL already
setup.

that means I can connect to HTTP server using SSL:
https://10.0.0.105:443/
or I can connect to HTTP server w/o SSL
http://10.0.0.105:80

I can make a request to servlet using SSL:
https://10.0.0.105:443/admin/servlet/com.app.Admin
or I can make request to servelt w/o SSL
http://10.0.0.105/admin/servlet/com.app.Admin

Will I get a secure connection between servlet & web
browser if I

- block all port that can access servlet engine(e.g.
TOMCAT) from internet (e.g. 80, 8080) except SSL port
443.
- now web browser to apache web server connection is
secure.
- apache server to TOMCAT is not secure but only
apache can access TOMCAT , then it means
TOMCAT(servlet) is secure too??

If the above way is secure. how can I block access to
servlet through port 80? or block access to a
sepecific web application through port 80? which
means access is only granted through SSL port 443. (in
TOMCAT for example)

Since i need to send private info up from web browser
to servlet and make sure no one spy it. (
user/password for example )

thanks.
RajeshKannan

_
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp


--
To unsubscribe, e-mail:   
For additional commands, e-mail: