On 30/10/2012 20:04, Ted Smith wrote:
> It is a site specific scenario that those options can not be used.
It is an entirely unexplained site specific scenario that you can't
modify a .war files configuration to get it to meet a site specific
requirement?
;)
> Just feel having a app specific we
It is a site specific scenario that those options can not be used.
Just feel having a app specific web.xml in conf dir would be reasoon,
context.xml allow specifying context/app name.
On 10/30/2012 3:45 PM, Pid wrote:
On 30/10/2012 13:29, Ted Smith wrote:
None of these alternatives is suitable
On 30/10/2012 13:29, Ted Smith wrote:
> None of these alternatives is suitable for my situation.
Why?
p
> I wonder since tomcat knows the contextname for each app, if it is
> possible to have a context specific web.xml
> in the conf file in addition to the one for all web.xml, such as
> w
On 29/10/2012 23:28, Ted Smith wrote:
> Hello:
>
> I have several web apps (war files) under single host and webapps dir.
That's nice.
Tomcat version? Java version, OS ver... oh well.
> I need to force HTTPS only for one of them and leave others unchanged.
> config web.xml does not work as it a
On 30/10/2012 13:29, Ted Smith wrote:
> None of these alternatives is suitable for my situation.
>
> I wonder since tomcat knows the contextname for each app, if it is
> possible to have a context specific web.xml
> in the conf file in addition to the one for all web.xml, such as
> web_contex
None of these alternatives is suitable for my situation.
I wonder since tomcat knows the contextname for each app, if it is
possible to have a context specific web.xml
in the conf file in addition to the one for all web.xml, such as
web_contextname.xml
that can be applied to contextname o
On Oct 29, 2012, at 7:28 PM, Ted Smith wrote:
> Hello:
>
> I have several web apps (war files) under single host and webapps dir.
> I need to force HTTPS only for one of them and leave others unchanged.
My opinion is that the easiest fix would be to modify
".war/WEB-INF/web.xml".
> config web.
Hello:
I have several web apps (war files) under single host and webapps dir.
I need to force HTTPS only for one of them and leave others unchanged.
config web.xml does not work as it applies to all apps.
I feel there must be a way to config this using server config instead of
modifying
a war f