Re: making security constraints configureable

2011-11-07 Thread Leon Rosenberg
Hello Konstantin, On Mon, Nov 7, 2011 at 4:30 AM, Konstantin Kolinko knst.koli...@gmail.com wrote: 2011/11/3 Leon Rosenberg rosenberg.l...@gmail.com: I have a situation where an application is accessable from outside in staging and production environment, but shouldn't be open for public in

Re: making security constraints configureable

2011-11-07 Thread André Warnier
Leon Rosenberg wrote: Hello Konstantin, On Mon, Nov 7, 2011 at 4:30 AM, Konstantin Kolinko knst.koli...@gmail.com wrote: 2011/11/3 Leon Rosenberg rosenberg.l...@gmail.com: I have a situation where an application is accessable from outside in staging and production environment, but shouldn't

Catalina.policy file for security option

2011-11-07 Thread Petr Hracek
Dear tomcat users, I have try to configure my really old tomcat5 configuration (for using -security). but tomcat is not running. On my system tomcat5 is run only as servlet engine and not as web server. Do you have any example catalina.policy file? My catalina.policy file is: // ==

Re: Catalina.policy file for security option

2011-11-07 Thread André Warnier
Petr Hracek wrote: Dear tomcat users, I have try to configure my really old tomcat5 configuration (for using -security). but tomcat is not running. Petr, can you be a bit more specific ? what is not running ? does it start ? does it crash after starting ? is it just not answering requests ?

Not able to access applications using contextroot

2011-11-07 Thread Gangumolu, Maruti
Hi, We are getting the following error in Catalina log file while starting tomcat server and not able to access manager web page but getting 404 error. SEVERE: Context [/manager] startup failed due to previous errors SEVERE: Context [/host-manager] startup failed due to previous errors And

Re: Not able to access applications using contextroot

2011-11-07 Thread André Warnier
Gangumolu, Maruti wrote: Hi, We are getting the following error in Catalina log file while starting tomcat server and not able to access manager web page but getting 404 error. SEVERE: Context [/manager] startup failed due to previous errors SEVERE: Context [/host-manager] startup failed due

RE: Not able to access applications using contextroot

2011-11-07 Thread Gangumolu, Maruti
Hi Andre, It is .class file and used for authentication purpose. Thanks, Maruti. -Original Message- From: André Warnier [mailto:a...@ice-sa.com] Sent: Monday, November 07, 2011 6:45 PM To: Tomcat Users List Subject: Re: Not able to access applications using contextroot Gangumolu,

RE: Not able to access applications using contextroot

2011-11-07 Thread Caldarale, Charles R
From: Gangumolu, Maruti [mailto:maruti.gangum...@ironmountain.com] Subject: RE: Not able to access applications using contextroot It is .class file and used for authentication purpose. authFilter appears to be your code, not Tomcat's, and is broken - hence the exception. Look at the logs

contextFile does not work with profiles?

2011-11-07 Thread Bin Lan
Hi All, I am trying to use tomcat maven plugin with different profiles to get different JNDI parameters so I can connect to different database. But the plugin seems to ignore the contextFile on the profile section. Here is some snapshots of my configuration: profiles profile

Re: making security constraints configureable

2011-11-07 Thread Daniel Mikusa
Leon, One possible way to work around this would be to use an SSH tunnel or a VPN (like OpenVPN) to access your network from the remote locations. Dan On Sat, 2011-11-05 at 08:53 -0700, Leon Rosenberg wrote: Hello Daniel, I can't use IP-Adresses, because it is possible that we show the

Re: contextFile does not work with profiles?

2011-11-07 Thread Bin Lan
Hi All, Sorry, please ignore this, the option is working. I put the wrong path. Regards Bin On Mon, Nov 7, 2011 at 9:18 AM, Bin Lan lan...@gmail.com wrote: Hi All, I am trying to use tomcat maven plugin with different profiles to get different JNDI parameters so I can connect to

Re: making security constraints configureable

2011-11-07 Thread André Warnier
@Leon : I think I misunderstood your requirement, so disregard my previous response. @Dan : an SSH tunnel for HTTP is a (mild) pain, because of the hostname. To make it work, you need to add an entry to your local hosts file (I assume a laptop), so that it resolves myhost.mycompany.com as

Catalina logs error

2011-11-07 Thread celtic man
12:09:50,399 ERROR [ThreadLocalFilter] Error with web request.org.apache.jasper.JasperException: javax.servlet.ServletException: javax.servlet.jsp.JspException: Wildcard term count limit exceeded What needs to be done ?? -- View this message in context:

RE: Catalina logs error

2011-11-07 Thread Caldarale, Charles R
From: celtic man [mailto:dheerajman...@hotmail.com] Subject: Catalina logs error 12:09:50,399 ERROR [ThreadLocalFilter] Error with web request.org.apache.jasper.JasperException: javax.servlet.ServletException: javax.servlet.jsp.JspException: Wildcard term count limit exceeded What needs

Re: SSL connect to APR fails - bad version

2011-11-07 Thread Marvin Addison
The following works as expected on my config (6.0.26) using the default protocols and cipher suite as in your config: $ openssl s_client -connect eiger:443 -debug -ssl3 CONNECTED(0003) ... Something in your SSL version jumped out at me: OpenSSL 0.9.8e-fips-rhel5 Looks like you're running

Re: making security constraints configureable

2011-11-07 Thread Terence M. Bandoian
On 1:59 PM, Konstantin Kolinko wrote: 2011/11/3 Leon Rosenbergrosenberg.l...@gmail.com: I have a situation where an application is accessable from outside in staging and production environment, but shouldn't be open for public in staging environment. Put it behind Apache HTTPD (or any other

Re: making security constraints configureable

2011-11-07 Thread André Warnier
Terence M. Bandoian wrote: On 1:59 PM, Konstantin Kolinko wrote: 2011/11/3 Leon Rosenbergrosenberg.l...@gmail.com: I have a situation where an application is accessable from outside in staging and production environment, but shouldn't be open for public in staging environment. Put it behind

Deploying .war files

2011-11-07 Thread Leo Donahue - PLANDEVX
Tomcat 6.0.32 When you add a new .war file to the webapps directory (by dragging the file in there from another directory) and it automatically expands the web archive, is that any different than what the manager application does when it deploys the .war file? Likewise when you delete the

Clustering and session persistence across restarts?

2011-11-07 Thread Al DiVenuti
Hello, I am currently configuring a sandbox development environment with two clustered Tomcat 6.0.32 instances running on the same Windows XP SP3 (32-bit) hosts. I have a question regarding whether or not the Manager implementations available for a Tomcat 6 Cluster (i.e. the Delta Manager or the

Re: Deploying .war files

2011-11-07 Thread markt
Leo Donahue - PLANDEVX leodona...@mail.maricopa.gov wrote: Tomcat 6.0.32 When you add a new .war file to the webapps directory (by dragging the file in there from another directory) and it automaticallyp expands the web archive, is that any different than what the manager application does when

HTTP Status 404 - /manager/html

2011-11-07 Thread Kaushal Shriyan
Hi, When i hit http://IP:8080/manager/html, I get HTTP Status 404 - /manager/html, Tomcat Version 7.0.19, Any clue ? Regards Kaushal - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands,

RE: HTTP Status 404 - /manager/html

2011-11-07 Thread Caldarale, Charles R
From: Kaushal Shriyan [mailto:kaushalshri...@gmail.com] Subject: HTTP Status 404 - /manager/html When i hit http://IP:8080/manager/html, I get HTTP Status 404 - /manager/html, Tomcat Version 7.0.19, Any clue ? Is the manager webapp deployed? Where did you get this Tomcat? If you used a

Re: Catalina logs error

2011-11-07 Thread Konstantin Kolinko
2011/11/7 celtic man dheerajman...@hotmail.com: 12:09:50,399 ERROR [ThreadLocalFilter] Error with web request.org.apache.jasper.JasperException: javax.servlet.ServletException: javax.servlet.jsp.JspException: Wildcard term count limit exceeded What needs to be done ?? There is no such

Re: HTTP Status 404 - /manager/html

2011-11-07 Thread Kaushal Shriyan
On Tue, Nov 8, 2011 at 8:42 AM, Caldarale, Charles R chuck.caldar...@unisys.com wrote: From: Kaushal Shriyan [mailto:kaushalshri...@gmail.com] Subject: HTTP Status 404 - /manager/html When i hit http://IP:8080/manager/html, I get HTTP Status 404 - /manager/html, Tomcat Version 7.0.19, Any

RE: HTTP Status 404 - /manager/html

2011-11-07 Thread Caldarale, Charles R
From: Kaushal Shriyan [mailto:kaushalshri...@gmail.com] Subject: Re: HTTP Status 404 - /manager/html I did downloaded it from http://archive.apache.org/dist/tomcat/tomcat-7/v7.0.19/bin/ Good. For curiosity's sake, why didn't you use the most recent release? i do have manager webapps So