Context Path for a subdirectory

2012-11-30 Thread Terence M. Bandoian
On 11/30/2012 2:00 PM, Caldarale, Charles R wrote: From: Terence M. Bandoian [mailto:tere...@tmbsw.com] Subject: Context Path for a subdirectory A webapp can never be nested inside another, so what you're trying to do is nonsensical. I don't mean to be argumentative but, with Tomcat 6.0.29, I f

Re: Context Path for a subdirectory

2012-11-30 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Leo, On 11/30/12 7:07 PM, Leo Donahue - RDSA IT wrote: >> -Original Message- From: Leo Donahue - RDSA IT >> [mailto:leodona...@mail.maricopa.gov] Sent: Friday, November 30, >> 2012 5:02 PM To: Tomcat Users List Subject: RE: Context Path for >>

Re: Context Path for a subdirectory

2012-11-30 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Leo, On 11/30/12 7:02 PM, Leo Donahue - RDSA IT wrote: > Any changes that I make to the rest web app are done on Server 1, > in which I then need to generate a new rest.war file to be deployed > on Server 4. Anything custom that I configure for the r

Re: [OT] Context Path for a subdirectory

2012-11-30 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Chuck, On 11/30/12 6:04 PM, Caldarale, Charles R wrote: > The SecurityFilter from sourceforge might be able to do it, but I'm > not sure (Chris should know). Nope, sf doesn't have IP filtering built into it. In my private copy, it's got the ability

Re: Context Path for a subdirectory

2012-11-30 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Leo, On 11/30/12 5:52 PM, Leo Donahue - RDSA IT wrote: > Ok, so before I upgraded to Tomcat 7.0.33 to use the container > supplied remote address filter, what were my options to restrict > access to just a subdirectory of a web app in Tomcat 6.0.35?

RE: Context Path for a subdirectory

2012-11-30 Thread Caldarale, Charles R
> From: Leo Donahue - RDSA IT [mailto:leodona...@mail.maricopa.gov] > Subject: RE: Context Path for a subdirectory > I considered the security constraint, but wouldn't that have required me > to set up SSL (for a secure user/password submittal) and get someone to > pay for a public certificate

Re: Error page messages

2012-11-30 Thread David Kerber
On 11/30/2012 5:59 PM, André Warnier wrote: Christopher Schultz wrote: ... I've even seen a site with a Perl-based (or was it PHP-based) service .. must have been PHP, not Perl, I'm sure. We Perl guys don't do things that way. As I was telling Leo off-line, we have a nice global switch calle

RE: Context Path for a subdirectory

2012-11-30 Thread Leo Donahue - RDSA IT
>-Original Message- >From: Leo Donahue - RDSA IT [mailto:leodona...@mail.maricopa.gov] >Sent: Friday, November 30, 2012 5:02 PM >To: Tomcat Users List >Subject: RE: Context Path for a subdirectory > > >The way the Server 1 is configured, there are accounts that the rest/admin >web app will

RE: Context Path for a subdirectory

2012-11-30 Thread Leo Donahue - RDSA IT
>-Original Message- >From: André Warnier [mailto:a...@ice-sa.com] >Sent: Friday, November 30, 2012 4:45 PM >To: Tomcat Users List >Subject: Re: Context Path for a subdirectory > >Maybe a bit of lateral thinking here. >What does the admin webapp really do ? For what it is doing, does it nee

Re: Context Path for a subdirectory

2012-11-30 Thread André Warnier
Leo Donahue - RDSA IT wrote: -Original Message- From: Caldarale, Charles R [mailto:chuck.caldar...@unisys.com] Sent: Friday, November 30, 2012 4:04 PM To: Tomcat Users List Subject: RE: Context Path for a subdirectory From: Leo Donahue - RDSA IT [mailto:leodona...@mail.maricopa.gov] Sub

RE: Context Path for a subdirectory

2012-11-30 Thread Leo Donahue - RDSA IT
>-Original Message- >From: Caldarale, Charles R [mailto:chuck.caldar...@unisys.com] >Sent: Friday, November 30, 2012 4:04 PM >To: Tomcat Users List >Subject: RE: Context Path for a subdirectory > >> From: Leo Donahue - RDSA IT [mailto:leodona...@mail.maricopa.gov] >> Subject: RE: Context Pa

RE: Context Path for a subdirectory

2012-11-30 Thread Caldarale, Charles R
> From: Leo Donahue - RDSA IT [mailto:leodona...@mail.maricopa.gov] > Subject: RE: Context Path for a subdirectory > what were my options to restrict access to just a subdirectory of a > web app in Tomcat 6.0.35? Using just spec-provided mechanisms, such access can be limited to specific users

Re: Error page messages

2012-11-30 Thread André Warnier
Christopher Schultz wrote: ... I've even seen a site with a Perl-based (or was it PHP-based) service .. must have been PHP, not Perl, I'm sure. We Perl guys don't do things that way. As I was telling Leo off-line, we have a nice global switch called "fatals_to_browser", which you can just tu

RE: Context Path for a subdirectory

2012-11-30 Thread Leo Donahue - RDSA IT
>-Original Message- >From: Christopher Schultz [mailto:ch...@christopherschultz.net] >Sent: Friday, November 30, 2012 3:39 PM >To: Tomcat Users List >Subject: Re: Context Path for a subdirectory > >-BEGIN PGP SIGNED MESSAGE- >Hash: SHA1 > >Chuck, > >On 11/30/12 5:25 PM, Caldarale, C

Re: Tomcat with multiple domains

2012-11-30 Thread Hassan Schroeder
On Fri, Nov 30, 2012 at 2:12 PM, Christopher Schultz wrote: > OP never posted the whole XML, so we don't know that it's definitely > not well-formed. Good point -- should have asked for the whole file before jumping to that conclusion. But it certainly looked sketchy :-) -- Hassan Schroeder --

Re: IIS 8/Windows Server 2012

2012-11-30 Thread George S.
On 11/30/12 12:45 PM, Konstantin Preißer wrote: Hi George, -Original Message- From: George S. [mailto:geor...@mhsoftware.com] Sent: Friday, November 30, 2012 6:39 PM I tried setting up the ISAPI redirector on Windows Server 2012. I was doing pretty good, but the Windows event log says

Re: Error page messages

2012-11-30 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Chuck, On 11/30/12 5:28 PM, Caldarale, Charles R wrote: >> From: Leo Donahue - RDSA IT [mailto:leodona...@mail.maricopa.gov] >> Subject: RE: Error page messages > >> I don't know of any public facing websites, off hand, that show >> uncaught excepti

RE: Error page messages

2012-11-30 Thread Leo Donahue - RDSA IT
>-Original Message- >From: Caldarale, Charles R [mailto:chuck.caldar...@unisys.com] >Sent: Friday, November 30, 2012 3:28 PM >To: Tomcat Users List >Subject: RE: Error page messages > >> From: Leo Donahue - RDSA IT [mailto:leodona...@mail.maricopa.gov] >> Subject: RE: Error page messages >

Re: Context Path for a subdirectory

2012-11-30 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Chuck, On 11/30/12 5:25 PM, Caldarale, Charles R wrote: >> From: Christopher Schultz [mailto:ch...@christopherschultz.net] >> Subject: Re: Context Path for a subdirectory > >> I don't think it's specifically /un/supported. > >> For instance, Tomcat

Re: Tomcat with multiple domains

2012-11-30 Thread André Warnier
Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 André, On 11/30/12 10:11 AM, André Warnier wrote: Jeffrey Janner wrote: -Original Message- From: Paul van Hoven [mailto:paul.van.ho...@googlemail.com] Sent: Wednesday, November 28, 2012 5:29 PM To: Tomcat Users L

RE: Error page messages

2012-11-30 Thread Leo Donahue - RDSA IT
>-Original Message- >From: Christopher Schultz [mailto:ch...@christopherschultz.net] >Sent: Friday, November 30, 2012 3:19 PM >To: Tomcat Users List >Subject: Re: Error page messages > >-BEGIN PGP SIGNED MESSAGE- >Hash: SHA1 > >Leo, > >On 11/30/12 5:09 PM, Leo Donahue - RDSA IT wrot

RE: Error page messages

2012-11-30 Thread Leo Donahue - RDSA IT
>-Original Message- >From: Pid [mailto:p...@pidster.com] >Sent: Friday, November 30, 2012 3:13 PM >To: Tomcat Users List >Subject: Re: Error page messages > >On 30/11/2012 22:09, Leo Donahue - RDSA IT wrote: >>> -Original Message- >>> From: Pid [mailto:p...@pidster.com] >>> Sent: Fr

RE: Error page messages

2012-11-30 Thread Caldarale, Charles R
> From: Leo Donahue - RDSA IT [mailto:leodona...@mail.maricopa.gov] > Subject: RE: Error page messages > I don't know of any public facing websites, off hand, that show uncaught > exception messages. You need to get out more - there are tons of poorly implemented websites that will splatter st

RE: Context Path for a subdirectory

2012-11-30 Thread Caldarale, Charles R
> From: Christopher Schultz [mailto:ch...@christopherschultz.net] > Subject: Re: Context Path for a subdirectory > I don't think it's specifically /un/supported. > For instance, Tomcat should happily deploy both of these files: > myapp.war > myapp#static.war That's not what's being discussed.

Re: Error page messages

2012-11-30 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Leo, On 11/30/12 5:09 PM, Leo Donahue - RDSA IT wrote: >> -Original Message- From: Pid [mailto:p...@pidster.com] >> Sent: Friday, November 30, 2012 3:04 PM To: Tomcat Users List >> Subject: Re: Error page messages >> >> On 30/11/2012 21:00,

Re: Error page messages

2012-11-30 Thread Pid
On 30/11/2012 22:09, Leo Donahue - RDSA IT wrote: >> -Original Message- >> From: Pid [mailto:p...@pidster.com] >> Sent: Friday, November 30, 2012 3:04 PM >> To: Tomcat Users List >> Subject: Re: Error page messages >> >> On 30/11/2012 21:00, Leo Donahue - RDSA IT wrote: >>> Are there standa

Re: Tomcat with multiple domains

2012-11-30 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hassan, On 11/30/12 5:04 PM, Hassan Schroeder wrote: > On Fri, Nov 30, 2012 at 1:50 PM, Christopher Schultz > wrote: > >> I'm unaware of a technique to allow partial structural validity >> (say, element nesting) without also explicitly specifying w

RE: Error page messages

2012-11-30 Thread Leo Donahue - RDSA IT
>-Original Message- >From: Pid [mailto:p...@pidster.com] >Sent: Friday, November 30, 2012 3:04 PM >To: Tomcat Users List >Subject: Re: Error page messages > >On 30/11/2012 21:00, Leo Donahue - RDSA IT wrote: >> Are there standardized server responses that one should expect to see >when deal

Re: Context Path for a subdirectory

2012-11-30 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Chuck, On 11/30/12 3:00 PM, Caldarale, Charles R wrote: >> From: Terence M. Bandoian [mailto:tere...@tmbsw.com] Subject: >> Context Path for a subdirectory > >>> A webapp can never be nested inside another, so what you're >>> trying to do is nonsensi

Re: Error page messages

2012-11-30 Thread Pid
On 30/11/2012 21:00, Leo Donahue - RDSA IT wrote: > Are there standardized server responses that one should expect to see when > dealing with java.lang, javax.servlet and javax.faces exceptions that should > be displayed to the client? You mean status codes or error pages? If an exception isn't

Re: Tomcat with multiple domains

2012-11-30 Thread Hassan Schroeder
On Fri, Nov 30, 2012 at 1:50 PM, Christopher Schultz wrote: > I'm unaware of a technique to allow partial structural validity (say, > element nesting) without also explicitly specifying which attributes > are allowed. Wait, what? The OP's example isn't even well-formed XML, and any decent text e

Re: Mail JNDI with jars in application?

2012-11-30 Thread Daniel Mikusa
On Nov 30, 2012, at 2:36 PM, Richard Frovarp wrote: > I am trying to use JNDI to configure the mail session. I appear to be running > into trouble because I don't have the mail and activation jars in tomcat/lib, > but rather app/WEB-INF/lib. > > If I put them in both places I get an error, If I

Re: Mail JNDI with jars in application?

2012-11-30 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Richard, On 11/30/12 2:36 PM, Richard Frovarp wrote: > I am trying to use JNDI to configure the mail session. I appear to > be running into trouble because I don't have the mail and > activation jars in tomcat/lib, but rather app/WEB-INF/lib. > > If

Re: Tomcat with multiple domains

2012-11-30 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 André, On 11/30/12 10:11 AM, André Warnier wrote: > Jeffrey Janner wrote: >>> -Original Message- From: Paul van Hoven >>> [mailto:paul.van.ho...@googlemail.com] Sent: Wednesday, >>> November 28, 2012 5:29 PM To: Tomcat Users List Subject: Re:

Error page messages

2012-11-30 Thread Leo Donahue - RDSA IT
Are there standardized server responses that one should expect to see when dealing with java.lang, javax.servlet and javax.faces exceptions that should be displayed to the client? I don't know that I would expect to see any of these on a public website, as I am likely not to care what happens o

Re: IIS 8/Windows Server 2012

2012-11-30 Thread Jordan Michaels
Hey Konstantin, Regarding the connector, have you considered working with Bilal Soylu on the TomcatIIS project? http://tomcatiis.riaforge.com/ I believe his is also developed in .NET so you guys may be able to collaborate and not have to re-invent the wheel in some regards? Personally, I d

Re: Context Path for a subdirectory

2012-11-30 Thread André Warnier
Leo Donahue - RDSA IT wrote: -Original Message- From: André Warnier [mailto:a...@ice-sa.com] Sent: Friday, November 30, 2012 8:20 AM To: Tomcat Users List Subject: Re: Context Path for a subdirectory Leo Donahue - RDSA IT wrote: If I can tag another question on the end of this thread:

RE: Context Path for a subdirectory

2012-11-30 Thread Caldarale, Charles R
> From: Terence M. Bandoian [mailto:tere...@tmbsw.com] > Subject: Context Path for a subdirectory > > A webapp can never be nested inside another, so what you're trying > > to do is nonsensical. > I don't mean to be argumentative but, with Tomcat 6.0.29, I found that > static files from an ima

Context Path for a subdirectory

2012-11-30 Thread Terence M. Bandoian
On 11/29/2012 2:14 PM, Caldarale, Charles R wrote: From: Leo Donahue - RDSA IT [mailto:leodona...@mail.maricopa.gov] Subject: Context Path for a subdirectory If I have a webapp, with a www directory, and in that www directory are other directories, how would I restrict access to one of those subd

RE: IIS 8/Windows Server 2012

2012-11-30 Thread Konstantin Preißer
Hi George, > -Original Message- > From: George S. [mailto:geor...@mhsoftware.com] > Sent: Friday, November 30, 2012 6:39 PM > > I tried setting up the ISAPI redirector on Windows Server 2012. I was > doing pretty good, but the Windows event log says that loading the > module failed becaus

Mail JNDI with jars in application?

2012-11-30 Thread Richard Frovarp
I am trying to use JNDI to configure the mail session. I appear to be running into trouble because I don't have the mail and activation jars in tomcat/lib, but rather app/WEB-INF/lib. If I put them in both places I get an error, If I just leave them in the application I get ClassNotFoundExcept

IIS 8/Windows Server 2012

2012-11-30 Thread George S.
I tried setting up the ISAPI redirector on Windows Server 2012. I was doing pretty good, but the Windows event log says that loading the module failed because the RegisterModule entry point was not defined. I did a quick search, and it looks like modules must define this entry point for initia

RE: Context Path for a subdirectory

2012-11-30 Thread Leo Donahue - RDSA IT
>-Original Message- >From: Caldarale, Charles R [mailto:chuck.caldar...@unisys.com] >Sent: Friday, November 30, 2012 8:32 AM >To: Tomcat Users List >Subject: RE: Context Path for a subdirectory > >> From: Leo Donahue - RDSA IT [mailto:leodona...@mail.maricopa.gov] >> Subject: RE: Context Pa

RE: Context Path for a subdirectory

2012-11-30 Thread Caldarale, Charles R
> From: Leo Donahue - RDSA IT [mailto:leodona...@mail.maricopa.gov] > Subject: RE: Context Path for a subdirectory > Why is denyStatus an option? Why would someone use it? Because some people still believe in security through obscurity. - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AN

RE: Context Path for a subdirectory

2012-11-30 Thread Leo Donahue - RDSA IT
>-Original Message- >From: André Warnier [mailto:a...@ice-sa.com] >Sent: Friday, November 30, 2012 8:20 AM >To: Tomcat Users List >Subject: Re: Context Path for a subdirectory >> >>Leo Donahue - RDSA IT wrote: >> >> If I can tag another question on the end of this thread: >> >> The Remote A

Re: Context Path for a subdirectory

2012-11-30 Thread André Warnier
Leo Donahue - RDSA IT wrote: -Original Message- From: André Warnier [mailto:a...@ice-sa.com] Sent: Friday, November 30, 2012 12:23 AM To: Tomcat Users List Subject: Re: Context Path for a subdirectory On 11/29/2012 11:41 AM, Leo Donahue - RDSA IT wrote: Reading the docs: http://tomcat.a

Re: Tomcat with multiple domains

2012-11-30 Thread André Warnier
Jeffrey Janner wrote: -Original Message- From: Paul van Hoven [mailto:paul.van.ho...@googlemail.com] Sent: Wednesday, November 28, 2012 5:29 PM To: Tomcat Users List Subject: Re: Tomcat with multiple domains Hi! Thanks for your quick and detailed answers. Actually I think I did all the

RE: Tomcat with multiple domains

2012-11-30 Thread Jeffrey Janner
> -Original Message- > From: Paul van Hoven [mailto:paul.van.ho...@googlemail.com] > Sent: Wednesday, November 28, 2012 5:29 PM > To: Tomcat Users List > Subject: Re: Tomcat with multiple domains > > Hi! > > Thanks for your quick and detailed answers. Actually I think I did all > the thin

RE: Context Path for a subdirectory

2012-11-30 Thread Leo Donahue - RDSA IT
>-Original Message- >From: André Warnier [mailto:a...@ice-sa.com] >Sent: Friday, November 30, 2012 12:23 AM >To: Tomcat Users List >Subject: Re: Context Path for a subdirectory > > On 11/29/2012 11:41 AM, Leo Donahue - RDSA IT wrote: >> Reading the docs: >> http://tomcat.apa

Re: Logfile noise, mod_jk, Apache 2.2, "Uri * is invalid. Uri must start with /"

2012-11-30 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Martin, On 11/29/12 6:50 PM, Martin Gainty wrote: > > assume this Apache > URLhttp://systemname:port/server1/example/samples/ExampleServlet > then to map ALL subdomains and pages under example to SystemWorker1 > (To Tomcat) issue this JKMount JkMoun

Re: Veritas Clustering for Tomcat

2012-11-30 Thread Pid
On 30/11/2012 06:36, Sameera, Shaakunthala wrote: > Hi, > > Is there a Veritas clustering agent available for Tomcat? A what? What does it do? > As per the following page, currently there's no agent available. > https://sort.symantec.com/agents Symantec want me to accept some kind of license