Re: $CATALINA_HOME/conf/context.xml .. restrict a context?

2014-03-04 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Ravi, On 3/3/14, 5:53 PM, Ravi Gupta wrote: > Any idea if the same would work for JBOSS 5.X (uses tomcat under > the hood)? perhaps it is not the same, but I tried putting > admin-console.xml under > jboss-5.1.0.GA/server/default/deploy/jbossweb.sa

Re: $CATALINA_HOME/conf/context.xml .. restrict a context?

2014-03-03 Thread Ravi Gupta
According to this, it should match up https://community.jboss.org/wiki/Web-AppContextConfiguration On Mon, Mar 3, 2014 at 4:53 PM, Ravi Gupta wrote: > Any idea if the same would work for JBOSS 5.X (uses tomcat under the hood)? > perhaps it is not the same, but I tried putting > admin-console.xm

Re: $CATALINA_HOME/conf/context.xml .. restrict a context?

2014-03-03 Thread Ravi Gupta
Any idea if the same would work for JBOSS 5.X (uses tomcat under the hood)? perhaps it is not the same, but I tried putting admin-console.xml under jboss-5.1.0.GA/server/default/deploy/jbossweb.sar it contains But I was still able to access http://localhost:8080/admin-console after a bounce?

Re: $CATALINA_HOME/conf/context.xml .. restrict a context?

2014-03-03 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Ravi, (Moving the discussion back onto the list: please reply to the list and not to individuals. That's what community is about.) On 3/3/14, 5:29 PM, Ravi Gupta wrote: > Thanks, the issue is that my customer does not want to restrict > the admin-c

Re: $CATALINA_HOME/conf/context.xml .. restrict a context?

2014-03-03 Thread Ravi Gupta
Thanks, the issue is that my customer does not want to restrict the admin-console in it's war - the rational is anybody can then just redeploy a new admin-console.war and access it (overwrite the restrictions). They want to restrict access to this context from OUTSIDE the actual deployment. Make se

Re: $CATALINA_HOME/conf/context.xml .. restrict a context?

2014-03-03 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Ravi, On 3/3/14, 5:10 PM, Ravi Gupta wrote: > Tomcat 6.X RHEL > > I tried adding the below in order to limit access to > /admin-console > > It worked, but it limits access to EVERY context, which is odd. I > am sure I am doing something wrong or I

RE: $CATALINA_HOME/conf/tomcat-users.xml - access deneid

2013-11-16 Thread Caldarale, Charles R
> From: ישראל מלאכי [mailto:alayc...@gmail.com] > Subject: Fwd: $CATALINA_HOME/conf/tomcat-users.xml - access deneid > My employer wants my to put a war file on tomcat server installed in by > http://198.57.249.59:8080/ hostgator.com > problem is that I can't get to the app manger since I don't

RE: $CATALINA_HOME

2009-04-07 Thread Caldarale, Charles R
> From: jigneshjsoni [mailto:jigneshjs...@gmail.com] > Subject: $CATALINA_HOME > > When I run above command on cmd prompt , I get message path can not be > found. How to find path for $CATALINA_HOME from cmd prompt ? Read *all* of RUNNING.txt, including this from 2.2: "For the purposes of the re

Re: CATALINA_HOME

2008-12-15 Thread Naaag
Naaag wrote: > > > > Richard Dunne wrote: >> >> I have just download Apache Tomcat 6. I have configured tomcat according >> to http://www.coreservlets.com/Apache-Tomcat-Tutorial/#Catalina-Home. >> My Tomcat directory is c:\Tomcat6\apache-tomcat-6.0.14. I tried starting >> startup.bat but g

Re: CATALINA_HOME

2008-12-15 Thread Naaag
Richard Dunne wrote: > > I have just download Apache Tomcat 6. I have configured tomcat according > to http://www.coreservlets.com/Apache-Tomcat-Tutorial/#Catalina-Home. > My Tomcat directory is c:\Tomcat6\apache-tomcat-6.0.14. I tried starting > startup.bat but got the error: > The CATALINA_

Re: CATALINA_HOME

2007-12-14 Thread David Wall
My Tomcat directory is c:\Tomcat6\apache-tomcat-6.0.14. I tried starting startup.bat but got the error: The CATALINA_HOME environment variable is not defined correctly This environment variable is needed to run this program My CATALINA_HOME environment variable is set to c:\Tomcat6\apache-to

Re: $CATALINA_HOME/common/lib or WEB-INF/lib

2007-06-28 Thread Filip Hanik - Dev Lists
Przemysław Klein wrote: Mentioned webapps are strictly related. In fact they are part of one large system. What is the best way to add make library/libraries available to all application? Put it in $CATALINA_HOME/common/lib or is there better way to do that? shared/lib if you want the applicati

Re: $CATALINA_HOME/common/lib or WEB-INF/lib

2007-06-28 Thread Przemysław Klein
Mentioned webapps are strictly related. In fact they are part of one large system. What is the best way to add make library/libraries available to all application? Put it in $CATALINA_HOME/common/lib or is there better way to do that? prp -- _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ Przemek K

Re: $CATALINA_HOME/common/lib or WEB-INF/lib

2007-06-27 Thread Len Popp
Using a single copy would save memory, but not a very large amount compared to the size of 15 typical webapps. More significant are the convenience factors: Using a single shared copy of the lib is good if the webapps are all related and you need to make sure they're all using the same version of