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
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
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
> 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,
> 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
> 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
> 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
Hello,
I have an application that sends https requests with client authentication
from a servlet running on tomcat. Its 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
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