Re: wifi access to tomcat on wired mc

2013-11-30 Thread Dave Pawson
On 27 November 2013 18:24, Christopher Schultz ch...@christopherschultz.net wrote: ... A little progress. Clarification please. Am I right in thinking that tomcat (as installed) only allows access to localhost, using server.xml / Valve / options?

SSL question

2013-11-30 Thread Joan Balagueró Ventus Proxy
Hello, I have an application that sends https requests with client authentication from a servlet running on tomcat. It’s working fine. When I shutdown Tomcat, I see this message in catalina.out (ssl debug enabled): main, called close() main, called closeInternal(true) main, SEND

RE: org.apache.catalina.filters.CorsFilter

2013-11-30 Thread spring
There aren't any. Without the details of how you configured the filter, where you put the class file and the stack trace of the exception we can't help you. Class is in WEB-INF/classes of the webapp. SEVERE: Exception starting filter CorsFilter java.lang.ClassNotFoundException:

RE: SSL question

2013-11-30 Thread Caldarale, Charles R
From: Joan Balagueró Ventus Proxy [mailto:joan.balagu...@ventusproxy.com] Subject: SSL question When I shutdown Tomcat, I see this message in catalina.out (ssl debug enabled): main, called close() main, called closeInternal(true) main, SEND TLSv1 ALERT: warning, description =

RE: org.apache.catalina.filters.CorsFilter

2013-11-30 Thread Caldarale, Charles R
From: spr...@gmx.eu [mailto:spr...@gmx.eu] Subject: RE: org.apache.catalina.filters.CorsFilter There aren't any. Without the details of how you configured the filter, where you put the class file and the stack trace of the exception we can't help you. Class is in WEB-INF/classes of

RE: wifi access to tomcat on wired mc

2013-11-30 Thread Caldarale, Charles R
From: Dave Pawson [mailto:dave.paw...@gmail.com] Subject: Re: wifi access to tomcat on wired mc Am I right in thinking that tomcat (as installed) only allows access to localhost, using server.xml / Valve / options? No, you are incorrect. Out of the box, Tomcat allows access from any

Re: wifi access to tomcat on wired mc

2013-11-30 Thread Dave Pawson
Thanks Chuck. Back to playing with Windows firewalls. DaveP On 30 November 2013 14:49, Caldarale, Charles R chuck.caldar...@unisys.com wrote: From: Dave Pawson [mailto:dave.paw...@gmail.com] Subject: Re: wifi access to tomcat on wired mc Am I right in thinking that tomcat (as installed) only

install war with xml and define environment values

2013-11-30 Thread Philipp Kraus
Hello, I have got a war file and I would like to install it with a XML file under Catalina/localhost. The content is Context docBase=/usr/share/myWar/mywar-0.0.1.war privileged=true allowLinking=true crossContext=true Environment name=HOME value=/home/mywar/ type=java.lang.String/ /Context

Re: install war with xml and define environment values

2013-11-30 Thread Daniel Mikusa
On Nov 30, 2013, at 2:29 PM, Philipp Kraus philipp.kr...@tu-clausthal.de wrote: Hello, I have got a war file and I would like to install it with a XML file under Catalina/localhost. The content is Context docBase=/usr/share/myWar/mywar-0.0.1.war privileged=true allowLinking=true