Sushil Prusty wrote:
Dear User
Thanks for you input.
You're welcome.
First, a foreword : I will try my best to help you, but doing this is very difficult, and
doing it via email is even more difficult.
I was not kidding when I wrote earlier that even looking at the data may make
it change.
What version of Tomcat are you using?
I've been using Tomcat 6 and 7 for a while, and now running Tomcat 8.
it is recommended that elements not be placed directly in
server.xml
I know, but it is much easier for me to edit a single file, server.xml
then deploy all the other files. I'm looking
Normally,we configure docBase when we want the application to be resided on a
separate directory and not inside tomcat
that's exactly what I'm trying to do
when you use docBase I don't think you need to configure host/appbase as well
if I don't use host/appBase then "webapps" is set as default
On Sat, Jul 5, 2014 at 6:17 PM, Hassan Schroeder
wrote:
> (Sorry, late to the thread but ...) if you just want to restrict access to
> a resource to localhost, why not os-level e.g. an iptables rule?
Well, the reason behind the restriction is that I would like to use
tomcats jmxproxy for our prod
On 7/4/2014 9:04 PM, Igal @ getRailo.org wrote:
I'm a little confused about the Host appBase attribute.
Let's say that my website resides in D:\www\site1
I don't like using {Tomcat}/webapps so I don't want to have it as a
base directory for websites. What I've been doing so far is create an
Dear User
Thanks for you input.
I just debugged using HttpFox here is below you find header
(Request-Line)POST /test/testUserEditAction.do?dojoIframeSend=true
HTTP/1.1
Host**
User-AgentMozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:30.0)
Gecko/20100101 Firefox/30.0
Accept
On Sat, Jul 5, 2014 at 9:00 AM, Falco Schwarz wrote:
> In the end I found a solution which suits my needs: combining the
> RemoteAddrFilter with Spring Security. This way the RemoteAddrFilter
> always prevents access if the client is not localhost.
(Sorry, late to the thread but ...) if you just
On Sat, Jul 5, 2014 at 12:39 PM, Mark Thomas wrote:
> Maybe look at a third party security plugin like Spring Security? Not sure if
> this is supported but worth a look.
>
> Mark
Thanks Mark and Konstantin for your quick replies. I tried to
accomplish this only using Spring Security and I also g
Konstantin Kolinko wrote:
2014-07-05 9:24 GMT+04:00 Sushil Prusty :
Hello,
summary of my Problem:
When a client POSTs Tranfer-Encoding data using browser ,
my server is not processing the request character encoding properly .
I send the following request:
Content-Type text/html;charset=UTF
2014-07-05 9:24 GMT+04:00 Sushil Prusty :
> Hello,
>
> summary of my Problem:
>
> When a client POSTs Tranfer-Encoding data using browser ,
> my server is not processing the request character encoding properly .
>
>
> I send the following request:
> Content-Type text/html;charset=UTF-8
> Date Sat
2014-07-05 11:41 GMT+04:00 Falco Schwarz :
> I should add that the IP restriction is applied via filter, not with a
> tomcat Valve. Essentially the question breaks down to this:
>
> Is it possible in any way for a filter to be applied before the evaluation
> of the security-constraint? Or is there
Normally,we configure docBase when we want the application to be resided on
a separate directory and not inside tomcat. So, when you use docBase I
don't think you need to configure host/appbase as well.
Appbase folders go under tomcat directory parallel to default appbase
webapps. Each appbase is m
On 5 July 2014 08:41:52 BST, Falco Schwarz wrote:
>I should add that the IP restriction is applied via filter, not with a
>tomcat Valve. Essentially the question breaks down to this:
>
>Is it possible in any way for a filter to be applied before the
>evaluation
>of the security-constraint?
No.
>
I should add that the IP restriction is applied via filter, not with a
tomcat Valve. Essentially the question breaks down to this:
Is it possible in any way for a filter to be applied before the evaluation
of the security-constraint? Or is there any other way of setting up an IP
filter combined wi
14 matches
Mail list logo