Re: How to make to Apache-Tomcat 6.0.13 to support all of SSLv2/SSLv3 and TLS protocols

2008-08-30 Thread bhooshanpandit
I tried changing the sslProtocol attribute in the Connector element in conf/server.xml file and when the Tomcat couldn't start. Observed the following error in catalina.out: what value did you specify for sslProtocol. I tried using SSL and it worked. -Original Message- From:

RE: Default application or HTML redirect

2008-08-30 Thread Mostafa Mossaad
Hello Mark, Thanks for the reply. I've returned everything back to the way it was, re-installed Tomcat again that is, so I was wondering if you can help me? Also, I'm not sure if it's a proxy/DNS issue, because when accessing the link without the /MyApp extension, I'm

Re: apparent problem with work/ directory

2008-08-30 Thread Ken Bowen
When I run into behavior that sounds like what you describe, I manually delete TOMCATwork/Catalina/localhost/APPNAME before restarting. --Ken On Aug 29, 2008, at 5:00 PM, Jonathan Mast wrote: I refactored the POJO side of a webapp I have. I basically moved some objects referenced by

Re: Default application or HTML redirect

2008-08-30 Thread Mark Thomas
Mostafa Mossaad wrote: Hello Mark, Thanks for the reply. I've returned everything back to the way it was, re-installed Tomcat again that is, so I was wondering if you can help me? Also, I'm not sure if it's a proxy/DNS issue, because when accessing the link without the

RE: Default application or HTML redirect

2008-08-30 Thread Mostafa Mossaad
Hello Mark, It worked internally, however, as you said, it seems to be an ISA issue Any hints/tips/pointers on that? Also, I've changed the listening port to 80, instead of the 8080, so users wouldn't have to manually write it. I'm not sure if that makes any difference, I don't

Re: apparent problem with work/ directory

2008-08-30 Thread H. Hall
Ken Bowen wrote: When I run into behavior that sounds like what you describe, I manually delete TOMCATwork/Catalina/localhost/APPNAME before restarting. --Ken Yep, me too. Has rarely happened, usually one jsp is the problem and I delete its associated class file and the jsp will

Re: Migration from 4.1 to 6

2008-08-30 Thread Jody Williams
I can't go into much detail about the current operational system. This is a Navy system. I don't have the ability or authority to bring another machine online for testing (whether it be a physical or VM). Is it possible to have the 4.1 and 6 run concurrently? Jody On Sat, Aug 30, 2008 at

Re: Default application or HTML redirect

2008-08-30 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Mark, Mark Thomas wrote: Mostafa Mossaad wrote: however, all my trails only seemed to make the application accessible via http://localhost only, not from the Internet. Then you have a proxy / dns / routing issue, not a Tomcat one. It's

Re: apparent problem with work/ directory

2008-08-30 Thread Jonathan Mast
I planned on doing that. However I'm concerned about the meantime between deleting the wepapp subdirectory inside work/ and restarting. This webapp receives alot of traffic, what will Tomcat do when it gets a request for that webapp, after the work/...WEBAPP directory is deleted? Might it

Re: Migration from 4.1 to 6

2008-08-30 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jody, Jody Williams wrote: I can't go into much detail about the current operational system. Is it possible to have the 4.1 and 6 run concurrently? Of course. But, you'll have to set the Connector ports differently for each one. Ideally, your

Re: Tomcat JNDI

2008-08-30 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Felix, felix l wrote: I just need to register JNDI datasource to Tomcat 6 and I followed http://tomcat.apache.org/tomcat-6.0-doc/jndi-resources-howto.html. I just couldn't make it work if I put the Resource tag with my oracle connection info in

Re: Form Authentication Issues

2008-08-30 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Erik, Erik Rumppe wrote: I get the login screen correctly but then everytime I try to log in I get the Error page. Do you get the login error page (login failed), or do you get a Tomcat error page with a stack trace, etc.? HELP Here is my

Re: How to make to Apache-Tomcat 6.0.13 to support all of SSLv2/SSLv3 and TLS protocols

2008-08-30 Thread Suresh Kumar J
I tried changing the sslProtocol attribute in conf/server.xml to SSL and but Tomcat couldn't start. Observed the following error in catalina.out: -- Aug 29, 2008 3:10:18 PM org.apache.coyote.http11.Http11Protocol init SEVERE: Error initializing endpoint

RE: Default application or HTML redirect

2008-08-30 Thread Mostafa Mossaad
Hello Chris, I've uninstalled, deleted the Tomcat folder and re-installed the whole thing, so my web.xml file should have the default data. You said something about setting the Host, how do I do that? I've read somewhere that Tomcat reads a pre-compiled version of the

Re: Default application or HTML redirect

2008-08-30 Thread Mark Thomas
Christopher Schultz wrote: Mark, Mark Thomas wrote: Mostafa Mossaad wrote: however, all my trails only seemed to make the application accessible via http://localhost only, not from the Internet. Then you have a proxy / dns / routing issue, not a Tomcat one. It's possible that his

Re: apparent problem with work/ directory

2008-08-30 Thread Ken Bowen
I never do this deletion while the webapp is running. I stop the web app. carry out the deletion, and then restart the webapp, either by dropping a new war for the app in webapps, or using the manager app, or by restarting tomcat. The work directory is where tomcat uses jasper to compile

RE: Default application or HTML redirect

2008-08-30 Thread Mostafa Mossaad
Can you please tell me how? -Original Message- From: Mark Thomas [mailto:[EMAIL PROTECTED] Sent: Saturday, August 30, 2008 8:45 PM To: Tomcat Users List Subject: Re: Default application or HTML redirect Christopher Schultz wrote: Mark, Mark Thomas wrote: Mostafa Mossaad wrote:

Re: Migration from 4.1 to 6

2008-08-30 Thread Jody Williams
I will look into running both concurrently. My boss understands. The issue is the time it takes to get a machine authorized to be placed on the network. For a server can take several months. Since this is on the legacy network that is going away, getting the authorization is difficult. I

Installing Tomcat (stock) with Tomcat (rpm)

2008-08-30 Thread eponcedeleon
Does anybody know if i can install a stock version of tomcat if I already have a package (rpm) tomcat already installed on my server, would there be any conflicts? The problem is that I want to run mulitple instances of tomcat and I cant set it up with the package version. Thank you, Eduardo

Re: Installing Tomcat (stock) with Tomcat (rpm)

2008-08-30 Thread Ken Bowen
Eduardo, First, do you mean (1) run multiple versions of tomcat simultaneously? Or just (2) that you will have multiple (different) versions of tomcat installed, and you can switch between them? I'm not sure you can do (1) very easily. But (2) is very, very easy. Download the *zip* file for

Re: Installing Tomcat (stock) with Tomcat (rpm)

2008-08-30 Thread Mark Thomas
Ken Bowen wrote: Eduardo, First, do you mean (1) run multiple versions of tomcat simultaneously? Or just (2) that you will have multiple (different) versions of tomcat installed, and you can switch between them? I'm not sure you can do (1) very easily. As long as you use different ports