Re: RemoteHostValve for infinite domains?

2010-04-01 Thread Dean Hiller
. thanks!!! Dean On Thu, Apr 1, 2010 at 7:52 AM, Pid p...@pidster.com wrote: On 01/04/2010 06:53, Dean Hiller wrote: I added this(I want it to use my requirements.war file for any requests to .dev.premonitionx.com where is infinite combinations all of which point to one single ip

Re: RemoteHostValve for infinite domains? Patch submit question...

2010-04-01 Thread Dean Hiller
applications that just set up wildcard DNS so all subdomains point to the tomcat ip like basecamp or other products. Right now, the problem is we have two apps with two different domains each with infinite subdomains. thanks, Dean On Thu, Apr 1, 2010 at 8:37 AM, Dean Hiller dean.hil...@gmail.com

Re: RemoteHostValve for infinite domains? Patch submit question...

2010-04-01 Thread Dean Hiller
wrote: Dean Hiller wrote: ... I need twoone for requests .domain1.com and one for .domain2.com where is infinite combination. I think that you are right. Based on the little I know about Java and Tomcat and RequestDispatcher, I would suggest a range of possible

Re: RemoteHostValve for infinite domains? Patch submit question...

2010-04-01 Thread Dean Hiller
:45 AM, Dean Hiller dean.hil...@gmail.com wrote: I like the ip idea(except for needing two tomcats). You don't need 2 tomcats; a connector can be told to listen on a specific IP... Two services in tomcat doesn't work as then we would need different ports which is definintely not something

RemoteHostValve for infinite domains?

2010-03-31 Thread Dean Hiller
I added this(I want it to use my requirements.war file for any requests to .dev.premonitionx.com where is infinite combinations all of which point to one single ip of course. I have another Host for .demo.premonitionx.com as well with infinite combinations again. This does not seem

how to configure multiple urls with app not starting twice

2009-11-01 Thread Dean Hiller
I have been going off this documentation... http://tomcat.apache.org/tomcat-4.1-doc/html-manager-howto.html which is a bit confusing. I really want to do something like this... Host name=localhost appBase=webapps unpackWARs=true autoDeploy=true

Re: how to configure multiple urls with app not starting twice

2009-11-01 Thread Dean Hiller
actually, I am using 6.0.16google yielded me that docs from searching the web. Anyway to maintain the war file name so we can tell what war file is what? thanks, Dean On Sun, Nov 1, 2009 at 9:46 AM, Hassan Schroeder hassan.schroe...@gmail.com wrote: On Sun, Nov 1, 2009 at 9:32 AM, Dean

starting tomcat from ant not working

2009-11-01 Thread Dean Hiller
I have tried from ant and programmed up a main class to start tomcat via catalina.bat start and tried catalina.bat start from ant as well. Lastly, I finally tried directly running the exact command that catalina.bat start tries to run and then ended up with classnotfound which makes no sense since

one filter for all webapps?

2006-06-23 Thread Dean Hiller
Is there any way to install a ServletFilter that is run before all webapps(including the default servlet as well)? thanks, dean

replace tomcat Status report

2006-06-14 Thread Dean Hiller
I finally gave up in searching for this(and my partner is soon to give up to) so I decided to ask here. When I go to http://localhost:8080/NoPage.jsf, tomcat tells me the tomcat version and everything so I can google for tomcat hacks on that version. I would much prefer to hide the version

Re: replace tomcat Status report

2006-06-14 Thread Dean Hiller
-code location/error.jspx/location /error-page error-page error-code404/error-code location/error.jspx/location /error-page thanks, dean Dean Hiller wrote: I finally gave up in searching for this(and my partner is soon to give up to) so I decided to ask here. When

Re: tomcat 5.0 vs. 5.5? tomcat 5.5 has been bad!

2006-03-31 Thread Dean Hiller
wow! you guys sound pretty harsh when it comes to messages to help users on simple mistakes then. I recently dropped in someone else's example app war file that had the SAME PROBLEM.latest facelets. I could not even give back information to help them debug the problem. It was

Re: tomcat 5.0 vs. 5.5? tomcat 5.5 has been bad!

2006-03-31 Thread Dean Hiller
privileged point of view he understands everything about Tomcat and therefore does not understand what usability is all about. All the best, AC. -Original Message- From: Dean Hiller [mailto:[EMAIL PROTECTED] Sent: 31 March 2006 11:39 To: Tomcat Users List Subject: Re: tomcat 5.0 vs. 5.5? tomcat

Re: tomcat 5.0 vs. 5.5? tomcat 5.5 has been bad!

2006-03-31 Thread Dean Hiller
my problem is solved. I was just trying to poke tomcat team in hopes that could put something in to help the next newb. later, I think I am jumping off the list nowjust too much email on this list, dean Markus Schönhaber wrote: Dean Hiller wrote: wow! you guys sound pretty harsh

Re: tomcat 5.0 vs. 5.5? tomcat 5.5 has been bad!

2006-03-31 Thread Dean Hiller
is all about. All the best, AC. -Original Message- From: Dean Hiller [mailto:[EMAIL PROTECTED] Sent: 31 March 2006 11:39 To: Tomcat Users List Subject: Re: tomcat 5.0 vs. 5.5? tomcat 5.5 has been bad! wow! you guys sound pretty harsh when it comes to messages to help users on simple

Re: tomcat 5.0 vs. 5.5? tomcat 5.5 has been bad!

2006-03-31 Thread Dean Hiller
guess from his privileged point of view he understands everything about Tomcat and therefore does not understand what usability is all about. All the best, AC. -Original Message- From: Dean Hiller [mailto:[EMAIL PROTECTED] Sent: 31 March 2006 11:39 To: Tomcat Users List Subject: Re

Re: The problem i have met

2006-03-31 Thread Dean Hiller
this problem didn't have much to do with having servlet knowledge so I am confused here. It had to do with setting up logging for servlets which AFAIK, they don't teach in a servlet tutorial, so if you knew servlets, it was not enough :( just as in my case. dean David Delbecq wrote: Jay a

thanks very much Filip

2006-03-31 Thread Dean Hiller
) at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:413) Mar 29, 2006 9:12:47 AM org.apache.catalina.core.ApplicationContext log INFO: SessionListener: contextInitialized() Mar 29, 2006 9:12:47 AM org.apache.catalina.core.ApplicationContext log Dean Hiller wrote: thanks for the link. I

Re: The problem i have met

2006-03-31 Thread Dean Hiller
hard to do when the only error in the logs is was two words. not much to google on. dean Steve Ochani wrote: On 31 Mar 2006 at 19:34, Jay wrote: I am pretty new to tomcat. I recently read a post http://marc.theaimsgroup.com/?l=tomcat-userm=114372017420869w=2 which solved a problem I

Re: tomcat 5.0 vs. 5.5? tomcat 5.5 has been bad!

2006-03-30 Thread Dean Hiller
) at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:413) Mar 29, 2006 9:12:47 AM org.apache.catalina.core.ApplicationContext log INFO: SessionListener: contextInitialized() Mar 29, 2006 9:12:47 AM org.apache.catalina.core.ApplicationContext log Dean Hiller wrote: thanks

Re: tomcat 5.0 vs. 5.5? tomcat 5.5 has been bad!

2006-03-30 Thread Dean Hiller
AM org.apache.catalina.core.ApplicationContext log INFO: SessionListener: contextInitialized() Mar 29, 2006 9:12:47 AM org.apache.catalina.core.ApplicationContext log Dean Hiller wrote: thanks for the link. I need that too. Regardless of logging thought, quickly add this to any serlvetlistener

Re: tomcat 5.0 vs. 5.5? tomcat 5.5 has been bad!

2006-03-30 Thread Dean Hiller
org.apache.catalina.core.ApplicationContext log Dean Hiller wrote: thanks for the link. I need that too. Regardless of logging thought, quickly add this to any serlvetlistener public void contextInitialized(ServletContextEvent evt) { throw new RuntimeException(asdfsf); } Run it, and enjoy not being able to know what the heck

Re: tomcat 5.0 vs. 5.5? SOLUTION!!! figured out tomcat bug!

2006-03-30 Thread Dean Hiller
not working Error listenerStart tomcat logging not working Error listenerStart tomcat logging not working Error listenerStart tomcat logging not working Error listenerStart tomcat logging not working Error listenerStart tomcat logging not working Error listenerStart tomcat logging not working Dean Hiller

Re: tomcat 5.0 vs. 5.5? tomcat 5.5 has been bad!

2006-03-30 Thread Dean Hiller
Schönhaber wrote: Dean Hiller wrote: Okay, a zip file with one *.java file and one *.class file can be found here... https://pro40.abac.com/deanhiller/cgi-bin/moin.cgi/Downloads You can unzip it and copy the folder to tomcat/webapps and watch no Exception get logged. Just the Error listenerStart

Re: tomcat 5.0 vs. 5.5? tomcat 5.5 has been bad!

2006-03-29 Thread Dean Hiller
thanks for the link. I need that too. Regardless of logging thought, quickly add this to any serlvetlistener public void contextInitialized(ServletContextEvent evt) { throw new RuntimeException(asdfsf); } Run it, and enjoy not being able to know what the heck went wrong with your app like

not logging ServletContextException anywhere

2006-03-26 Thread Dean Hiller
All I get in the logs is this(which I know is caused by an exception in contextInitialized() method of my ServletContextListener) SEVERE: Error listenerStart Mar 26, 2006 6:36:25 AM org.apache.catalina.core.StandardContext start SEVERE: Context [/projectservice] startup failed due to