Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.java.programmer > #8405

How to block http access for selective URL's

From zigzagdna <zigzagdna@yahoo.com>
Newsgroups comp.lang.java.programmer
Subject How to block http access for selective URL's
Date 2011-09-29 18:09 -0700
Organization http://groups.google.com
Message-ID <0f7e5dde-1651-4644-9a41-0145401f2b74@dk6g2000vbb.googlegroups.com> (permalink)

Show all headers | View raw


I have several web sites under same installation of Apache Tomcat,
e.g.,
http://mycomputer.com/web-admin
http://mycomputer.com/teamacces
https://mycomputer.com/teamacces


What I want to do is to disallow http access to 2nd URL, but allow
http access to 1st URL. Where I look at server.xml, I can block http
access for all web sites under mycomputer.com but that is not what I
want, I still have to allow http access to 1st URL.
Is there a way to do it, if yes, how?

Back to comp.lang.java.programmer | Previous | NextNext in thread | Find similar


Thread

How to block http access for selective URL's zigzagdna <zigzagdna@yahoo.com> - 2011-09-29 18:09 -0700
  Re: How to block http access for selective URL's Jaap Droogers <JaapDroogers@unusable.meel.homelinux.net> - 2011-09-30 10:52 +0200
  Re: How to block http access for selective URL's Arved Sandstrom <asandstrom3minus1@eastlink.ca> - 2011-09-30 06:58 -0300

csiph-web