Re: apache virtual hosting + server.xml + context

2005-10-12 Thread sudip shrestha
We are having the similar problem, but if we place context in server.xml, ( I also have a META-INF/context.xml ) and as we are using dbcp connection pool, and it seems that tomcat initializes those pool twice On 10/7/05, gianni dalmasso <[EMAIL PROTECTED]> wrote: > > hi list, i have a problem.

Re: tomcat 5 - apache 2 - ldap

2005-09-12 Thread sudip shrestha
But, you will run into problems if you use JNDIRealm with SSL (ldap with ssl - Container Managed Security)use mozilla-java sdk if you prefer to do this way. http://www.mozilla.org/directory On 7/27/05, Nili Adoram <[EMAIL PROTECTED]> wrote: > > What about single sign-on for web applications

Re: Help with memory leak using Tomcat

2005-06-10 Thread sudip shrestha
I have experienced similar kind of memory leak, but that was while reloading the context. There was a steady increase in the memory usage after each autoReload of my struts 1.2.7-hibernate 2.1.8 powered webApp in Tomcat 5.5.7/JDK 1.5/Fedora Core 2. At the beginning: the process memory used by tomca

Re: IE-Page not found problem

2005-06-06 Thread sudip shrestha
Thanks a lotI am using SSL and this is definitely a good direction to work on On 6/6/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > You are using SSL ? > > try: > > BrowserMatch ".*MSIE.*" nokeepalive ssl-unclean-shutdown > > regards > > > Quoting Joe Plautz <[EMAIL PROTECTED]>: >

Re: IE-Page not found problem

2005-06-06 Thread sudip shrestha
st with it. "Works on my > box" is not a valid excuse. > > Here's a link to a html validator, http://validator.w3.org/ > > Here's a link that explains a lot of the known issues, > http://www.howtocreate.co.uk/wrongWithIE/ > > sudip shrestha wrote: >

Re: IE-Page not found problem

2005-06-06 Thread sudip shrestha
Dude: Read the email first... I am informing of the problem after we experienced with IE... On 6/6/05, Joe Plautz <[EMAIL PROTECTED]> wrote: > Simple, test with IE as well. > > sudip shrestha wrote: > > I have a struts-hibernate powered webapp running off a debian box, j

IE-Page not found problem

2005-06-06 Thread sudip shrestha
I have a struts-hibernate powered webapp running off a debian box, jdk 1.5 and tomcat 5.5.7 I have IE users complaining about page not found problems from time to time where as Firefox users never. I myselft have never encountered this problem as I use FirefoxThis led me to thinking that th

Re: ssl-forwarding filter not working in IE 6

2005-04-17 Thread sudip shrestha
.setHeader("Pragma", "public"); >response.setHeader("Cache-Control", "max-age=0"); > > - Jim > > -Original Message- > From: sudip shrestha [mailto:[EMAIL PROTECTED] > Sent: Friday, April 15, 2005 9:54 PM > To: Struts Use

Re: ssl-forwarding filter not working in IE 6

2005-04-15 Thread sudip shrestha
I disabled my filter and have tried this way, once again works with Firefox but not with IE, exact same results. On 4/15/05, Jason Bainbridge <[EMAIL PROTECTED]> wrote: > On 4/15/05, sudip shrestha <[EMAIL PROTECTED]> wrote: > > Hi : I have following code for automatic

Re: ssl-forwarding filter not working in IE 6

2005-04-15 Thread sudip shrestha
But still the question remains is this some sort of bug in IE? On 4/15/05, sudip shrestha <[EMAIL PROTECTED]> wrote: > Actually, > I have apache serving static pages with jk-connector integrating > services with Tomcat 5, and I did not show the full script, but I > would l

Re: ssl-forwarding filter not working in IE 6

2005-04-15 Thread sudip shrestha
wrote: > On 4/15/05, sudip shrestha <[EMAIL PROTECTED]> wrote: > > Hi : I have following code for automatic ssl-forwarding filter: > > Why do it that way? Why not just add transport-guarantee's in your > web.xml and setup a redirect port for your http connector

ssl-forwarding filter not working in IE 6

2005-04-15 Thread sudip shrestha
Hi : I have following code for automatic ssl-forwarding filter: public void doFilter(ServletRequest servletrequest, ServletResponse servletresponse, FilterChain filterchain) throws IOException, ServletException { String s = servletrequest.getScheme(); if( !s.equalsIgnor

connection pooling with JTOpen Toolbox_tomcat 5.5.7

2005-04-11 Thread sudip shrestha
Using: tomcat 5.5.7, JTOpen 4.7 JDBC Driver for AS/400 DB2 The DBAdmin of the company I work for ends the subsystems at night time for the backup, so the connection dies during that time and when I try to reconnect to application server via my webapp in the morning, it throws me exception saying th

Re: JNDI LDAP Resource

2005-03-09 Thread sudip shrestha
At the moment, Tomcat does not support JNDIRealm for LDAP via SSL with . However there an alternative available and I have documented it at: http://www.geocities.com/dipsth/myDocs/LDAPRealmTomcat.txt It makes use of mozilla Java-LDAP SDKI have successfully tested it with Tomcat 5.0.x, but have

Re: Running heavily loaded tomcat sites.

2005-02-10 Thread sudip shrestha
It was good to read your paper. I was wondering why ReiserFS is suitable for webapps that you are hosting. On Wed, 09 Feb 2005 00:18:52 +0100, Wojciech Sobczuk <[EMAIL PROTECTED]> wrote: > Hello, > > I have collected my experiences with running a heavily loaded (and soon > to be high availabili

Performance of different Tomcat Releases

2005-02-01 Thread sudip shrestha
I would like to know if there is significant performance improvement from 5.0.x to 5.5.x. Is there some sort of relative performance study done by anybody? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-ma

Re: JndiRelm/tomcat admin tool/ user, role listing

2005-01-19 Thread sudip shrestha
As Tim said, JNDIRealm does not have the ability to do that...So you will have to write a custom code (after you authenticate and get into the 'admin area' ) to make a connection to your realm and retrieve the list of users. However, Current JNDIRealm does not support ldap with SSL and it's not a g

JNDI Realm

2005-01-12 Thread sudip shrestha
Does the tomcat version 5.5.4 and above support JNDI Realm with SSL. If you check previous posts, several users have reported unsuccessful attempts at using JNDIRealm with SSL. I have been successful in setting up LDAPRealm with SSL on tomcat 5.0.28 that uses Mozilla's Java-LDAP SDK. This alternat

which Linux Platform is best for Tomcat?

2004-10-26 Thread sudip shrestha
Hi! We are going to use Tomcat as our J2EE Server for the next project. I was wondering if anybody knows of some sort of comparative study of performance of Tomcat on different Linux Distributions. Recently I have seen that people were posting problems about Debian (woody). We are thinking of

Tomcat 5.0.28 Shutdown problem

2004-10-14 Thread sudip shrestha
AM org.apache.coyote.http11.Http11Protocol destroy INFO: Stopping Coyote HTTP/1.1 on http-8080 - If anybody has gotten around it, please let me know. Thanx, Sudip

AS/400 DB2

2004-10-11 Thread sudip shrestha
n(ddJdbcTest.java:29) - So, it seems to make a connection but fails to find that database which does exists! Is there something else to this? If anybody else has any experience, please let me know! Thanx, Sudip Shrestha

Tomcat 5.0.28 Shutdown Problem

2004-10-10 Thread sudip shrestha
me know. Thanx, Sudip Shrestha Bellevue, NE 68005 - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Alternative to Tomcat's JNDI Implementation

2004-06-09 Thread Sudip Shrestha
. Sudip Shrestha Web Developer Information Technology Services UNO ---