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 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 > > allowLinking="true" crossContext="true"> > > > > The war uses always ${user.home}, how can I change this in

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 The war uses always ${user.home}, how can I change this in mywar.xml ? At next I would like to get access of this servlet with https://myserver/mywar, at the moment I mus

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 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 allows access >> to

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 / options? No, you are incorrect. Out of the box, Tomcat allows access from any client,

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/c

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 = clos

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: org.apach

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 TLSv1

Re: wifi access to tomcat on wired mc

2013-11-30 Thread Dave Pawson
On 27 November 2013 18:24, Christopher Schultz wrote: ... A little progress. Clarification please. Am I right in thinking that tomcat (as installed) only allows access to localhost, using server.xml / options? http://tomcat.apache.org/tomcat-7.0-doc/config/valve.html#Remote_Address_Filter My