Does Tomcat-3.2.3 supports Distributed Sessions ?

2001-10-02 Thread Lomesh Contractor

Hi,

I am in need of distributed session. I am using tomcat 3.2.3, but in its
document, I could not find out about its support for distributed sessions.

Does anybody knows, whether Tomcat-3.2.3 supports Distributed sessions
across multiple web servers and Tomcat integration on each web server ?

Waiting for kind reply...

Lomesh.




Load Balancing

2001-10-02 Thread Lomesh Contractor

Hi,

Does Tomcat 3.2.3 supports Load Balancing among different servers ?

If so, then Does it supports Distributed Session Management among different
servers ?

If so, then How ? Any Example ?

Waiting for quick reply...

Regards,
Lomesh.




SSL Connection problem through jsp

2001-09-20 Thread Lomesh Contractor

Hi ,

I am facing one very strange problem for SSL connectivity from JSP page.

I have one java application( one class file ) that make SSL connection to
any secure server, if I run that application independently. But,when i use
the same class file from my JSP page, to make SSL connection to other
server, it shows,
MalFormedURLConnection exception https unknown protocol.

Well, the JSP file compiles successfully. This error occurres only at run
time. I have included all the required jar files in the classpath. The same
url is working fine, if i run it at java application..

ANY IDEA...

Regards,

Lomesh.




RE: SSL Connection problem through jsp - Rams

2001-09-20 Thread Lomesh Contractor

Hi Rams,

Thank you for your reply...

I m using sun's SSL package, also i have set required properties in the
servlet's init method as below

System.setProperty(java.protocol.handler.pkgs,
com.sun.net.ssl.internal.www.protocol);
Security.addProvider(new com.sun.net.ssl.internal.ssl.Provider());

I have also registered com.sun.net.ssl.internal.ssl.Provider class in the
web.xml 

Now, what I have to register ? I am using tomcat to run jsp and servltes..

Waiting for your reply eagerly...

Regards,
Lomesh.


-Original Message-
From: Rams [mailto:[EMAIL PROTECTED]]
Sent: Friday, September 21, 2001 7:57 AM
To: [EMAIL PROTECTED]
Subject: RE: SSL Connection problem through jsp


You have to register SSL driver
which ssl package do u use?

Rams

-Original Message-
From: Lomesh Contractor [mailto:[EMAIL PROTECTED]]
Sent: Thursday, September 20, 2001 3:25 PM
To: [EMAIL PROTECTED]
Subject: SSL Connection problem through jsp


Hi ,

I am facing one very strange problem for SSL connectivity from JSP page.

I have one java application( one class file ) that make SSL connection to
any secure server, if I run that application independently. But,when i use
the same class file from my JSP page, to make SSL connection to other
server, it shows,
MalFormedURLConnection exception https unknown protocol.

Well, the JSP file compiles successfully. This error occurres only at run
time. I have included all the required jar files in the classpath. The same
url is working fine, if i run it at java application..

ANY IDEA...

Regards,

Lomesh.




How to set extension mapping

2001-04-04 Thread Lomesh Contractor

Hi All,

Here is my question.

I want to map files with ".xyz" extension to be treated as a ".jsp" file.

i.e. if any request comes with .xyz extension ( e.g.
http://myserver/mydomain/mydirectory/myfile.xyz )
and if myfile.xyz contains jsp code. So, for the above request the
myfile.xyz shud be compiled into servlet and then itshud send response as
per the code written..

To achieve this type of extension mappping what steps i have to take in
configuration of tomcat server.

Hoping for quick reply

Lomesh.