Re: Tomcat fails on forwarded IP Address

2012-04-24 Thread Harold H. Hibbert
Dear Chuck, Thanks for the reply. I did mean the reverse, and it was an issue with Windows and Firewall management. Cheers From: "Caldarale, Charles R" To: Tomcat Users List Sent: Wednesday, April 25, 2012 12:17 PM Subject: RE: Tomcat fails on forwarded I

RE: Tomcat fails on forwarded IP Address

2012-04-24 Thread Caldarale, Charles R
> From: Harold H. Hibbert [mailto:hhibb...@bioinfogen.com] > Subject: Tomcat fails on forwarded IP Address > I have had my IP Address forwarded to a public IP address I hope you mean the reverse, since the above doesn't make sense. > Are there any configuration issues with Tomcat and forwarded

Tomcat fails on forwarded IP Address

2012-04-24 Thread Harold H. Hibbert
Hello, I am using Tomcat 7.0.25 running on Windows 7 64-bit. The port for my Tomcat server is 8181. I have had my IP Address forwarded to a public IP address and the Tomcat server is not visible. Whenever I try to connect to the Tomcat page from another computer located anywhere, I get "Th

Re: Tomcat 6.0.35 filters not invoked for error-pages

2012-04-24 Thread Ludwig Magnusson
That was it. Thanks =) -- From: Konstantin Kolinko Sent: Tuesday, April 24, 2012 7:08 PM To: Tomcat Users List Subject: Re: Tomcat 6.0.35 filters not invoked for error-pages 2012/4/24 Ludwig Magnusson : Thanks for your reply. First of all: I have solved the acutal problem caused

RE: Tomcat 6.X 64 bit Crash on Windows Server 2008 R2

2012-04-24 Thread Jeffrey Janner
> -Original Message- > From: Husain, Yavar [mailto:yhus...@firstam.com] > Sent: Tuesday, April 24, 2012 7:20 AM > To: users@tomcat.apache.org > Subject: Tomcat 6.X 64 bit Crash on Windows Server 2008 R2 > > Hi > > > Solr 3.5 (Apache Java Search Application) was not returning results. To

Re: 64bit windows mod_jk connector download for apache httpd 2.4

2012-04-24 Thread chris derham
> > > Exactly. Might be better to come from "userland" >> >> +1 >> > > I have emailed the apache lounge contact email asking if they would > consider including a build of mod_jk - lets see what happens > > Thanks > > Chris > And we have a winner - 64 bit mod_jk now present on http://www.apachelou

Re: Tomcat 6.0.35 filters not invoked for error-pages

2012-04-24 Thread Konstantin Kolinko
2012/4/24 Ludwig Magnusson : > Thanks for your reply. > > First of all: I have solved the acutal problem caused by this in a more > stable way. > > But out of curiosity I tried your solution and it does not work either. > this is my setup: > > >   myservlet >   mypackage.MyServlet > > > >   myse

Re: Tomcat 6.X 64 bit Crash on Windows Server 2008 R2

2012-04-24 Thread André Warnier
Husain, Yavar wrote: Hi Solr 3.5 (Apache Java Search Application) was not returning results. To my surprise Tomcat 6.x (64 bit) was not running on my Windows Server 2008 R2 and hence the problem. I restarted it and everything seems to be fine now. Went to the Windows Event viewer and expor

Tomcat 6.X 64 bit Crash on Windows Server 2008 R2

2012-04-24 Thread Husain, Yavar
Hi Solr 3.5 (Apache Java Search Application) was not returning results. To my surprise Tomcat 6.x (64 bit) was not running on my Windows Server 2008 R2 and hence the problem. I restarted it and everything seems to be fine now. Went to the Windows Event viewer and exported the following infor

Re: asp file and session creation

2012-04-24 Thread Tim Funk
yes - this is the pattern we use and trivial to put in your own webapp For completeness ... in web.xml *.jsp /WEB-INF/prelude1.jspf prelude1.jspf contents: <%@page session='false' %> -Tim On Mon, Apr 23, 2012 at 5:06 PM, Konstantin Kolinko wrote: > 2012/4/24 Christopher Schult

Re: Mod_jk returning source code of jsp files

2012-04-24 Thread André Warnier
ironclaw hand wrote: Andre, Thank you for the detailed response I can see now that the config was probably never actually quite right... I have amended the log level to debug and I now can see this in the mod_jk.log file: [Tue Apr 24 10:45:35.203 2012] [20188:3044006768] [debug] jk_map_to_

RE: Mod_jk returning source code of jsp files

2012-04-24 Thread ironclaw hand
Andre, Thank you for the detailed response I can see now that the config was probably never actually quite right... I have amended the log level to debug and I now can see this in the mod_jk.log file: [Tue Apr 24 10:45:35.203 2012] [20188:3044006768] [debug] jk_map_to_storage::mod_jk.c (377

Re: Tomcat 6.0.35 filters not invoked for error-pages

2012-04-24 Thread Ludwig Magnusson
Thanks for your reply. First of all: I have solved the acutal problem caused by this in a more stable way. But out of curiosity I tried your solution and it does not work either. this is my setup: myservlet mypackage.MyServlet myservlet /* myfilter myservlet REQUES

Re: Mod_jk returning source code of jsp files

2012-04-24 Thread André Warnier
ironclaw hand wrote: Ok thanks for the reply and the points are taken on board but as I said before I havent actually done this before and I am initially trying to get it to work as the existing system does (using the config files from the current installation). I know in an ideal world your

Re: Tribes coordinator

2012-04-24 Thread Afkham Azeez
Hi Filip, I have integrated the NonBlockingCoordinator & committed to the Axis2 trunk. One thing I noticed is that even if the current coordinator is alive, and a new member joins, it is possible for the new member to be made the coordinator while the existing coordinator transforms into a normal m

RE: Mod_jk returning source code of jsp files

2012-04-24 Thread ironclaw hand
Hi Andre, I tried your suggestions but apache is still serving the content plus the WEB-INF directory is now available via the URL. I am only trying to get this set up on one machine initially as I said in my earlier message but the reason the term load balancer is used is because there will a

RE: Mod_jk returning source code of jsp files

2012-04-24 Thread ironclaw hand
Ok thanks for the reply and the points are taken on board but as I said before I havent actually done this before and I am initially trying to get it to work as the existing system does (using the config files from the current installation). I know in an ideal world your suggestion would be be