, 2010 at 9:45 AM, Dean Hiller 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
Class="com.alvazan.tomcat.LookupHost" or something*? I
could certainly provide a patch so people could plug into tomcat what they
like based on performance considerations...ie. endsWith loop is not the best
if you have 400 domains on one tomcat.
Dean
On Thu, Apr 1, 2010 at 9:31 AM, André Warnier
s patch
would be great for many 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:3
So, xxx.dev.premonitionx.com will go be routed to
.premonitionx.com for any companies that register.
thanks!!!
Dean
On Thu, Apr 1, 2010 at 7:52 AM, Pid wrote:
> On 01/04/2010 06:53, Dean Hiller wrote:
>
>> I added this(I want it to use my requirements.war file for any
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 t
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
si
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 wrote:
> On Sun, Nov 1, 2009 at 9:32 AM, Dean Hiller wrote:
>
&g
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...
but the doc says path HAS to be saasmain. Doc also says docBase can't be
inside appBase which is wh
I have a url of this format http:
Where no matter what is equal to, I would like to be able to
direct the to tomcat/webapps/.war servlet. I have been trying
to do this with a valve on the engine hoping I could modify the request URL
before the tomcat engine decided which war file would ser
Is there any way to install a ServletFilter that is run before all
webapps(including the default servlet as well)?
thanks,
dean
I am trying to make a hosted service(with a few small apps) that companies
can purchase. I want the default tomcat app(my app as I took default over)
to be run when a url like this is used
http://xsoftware.biz/
and I want the req.war app to be run when this url is used
http://xsoftware.biz//re
I guess I should add that my partner did add this stuff to our
ROOT.war(we deleted the ROOT directory) but it doesn't seem to work...
java.lang.Throwable
/error.jspx
500
/error.jspx
404
/error.jspx
thanks,
dean
Dean H
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 nu
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-user&m=114372017420869&w=2
which solved a problem
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 need
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 é
are some
really helpful devs on Tomat, it's just Remy in particular has a problem
being polite/arrogant about Tomcat - I 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
rstands 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 5.5 has been bad!
wow!
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
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: tomcat 5.0
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 standard
s,
dean
Markus 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. J
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
extInitialized()
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
public void contextInitialized(ServletContextEvent evt) {
throw new RuntimeException("asdfsf");
}
Run
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 need that too. Regardless of logging
thought, quickly add this to any serlvetlistene
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
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 lik
I see lots of post on "Error listenerStart". I know what this is caused
by. It is caused by your ServletContextListener throwing an exception
on the contextInitialized method. I do not know however why it is not
logging stack traces. It is like one will have to write a JUnit test to
cal the
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 previou
005 02:54:18 +
Message-ID: <[EMAIL PROTECTED]>
Date: Fri, 14 Oct 2005 20:54:16 -0600
From: Dean Hiller <[EMAIL PROTECTED]>
User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716)
X-Accept-Language: en-us, en
MIME-Version: 1.0
To: [EMAIL PROTECTED]
Subject: unsubscribe
Content-Type: tex
30 matches
Mail list logo