Error re-starting war application

2006-06-01 Thread ingo . bischofs
Hi list I've posted that question already before. I am using Eclipse WTP for development of a web application and use it's 'Export' function for creating the .war file. Installing that application on Tomcat 5.5.x works fine. But, stopping and re-starting the application fails every time with

Re: Tomcat Logo on Public Server

2006-06-01 Thread Danny Lee
Of course it's legal, why not? Danny Torben Werner wrote: Hello everybody, i would like to know if it is legal to put the Tomcat logo and a link to tomcat.apache.org on my own homepage. Thanks for your help! Greetz Torben

Re: Tomcat Logo on Public Server

2006-06-01 Thread Mladen Turk
Torben Werner wrote: Hello everybody, i would like to know if it is legal to put the Tomcat logo and a link to tomcat.apache.org on my own homepage. Of course. Unless the name of your website does not have/contain any ASF project name, you are welcome to use the official logo with a

Re: Tomcat Logo on Public Server

2006-06-01 Thread Torben Werner
I don't know. Maybe they don't want that i link to their Server!? I have done something like that a few years before and got a lot of trouble. Just wanted to be sure. Thanks for your answer Torben Of course it's legal, why not? Danny Torben Werner wrote: Hello everybody, i would like

Re: Tomcat Logo on Public Server

2006-06-01 Thread Mladen Turk
Torben Werner wrote: I don't know. Maybe they don't want that i link to their Server!? I have done something like that a few years before and got a lot of trouble. Just wanted to be sure. Read the official: http://httpd.apache.org/docs/1.3/misc/FAQ.html#logo So: You may NOT use any

Re: Tomcat Logo on Public Server

2006-06-01 Thread Torben Werner
@ Mladen That sounds like my way to use to the tomcat logo is ok. I will just put the logo on my page to indicate that i'm using this server. More not. As I understand the official that is ok. Thanks for your answer Torben Werner wrote: I don't know. Maybe they don't want that i

Re: Tomcat Logo on Public Server

2006-06-01 Thread Mladen Turk
Torben Werner wrote: @ Mladen That sounds like my way to use to the tomcat logo is ok. I will just put the logo on my page to indicate that i'm using this server. More not. As I understand the official that is ok. Sure. If you use any ASF project logo in a attribution way, you are

Re: Tomcat Logo on Public Server

2006-06-01 Thread Torben Werner
Excellent. :-) Torben Werner wrote: @ Mladen That sounds like my way to use to the tomcat logo is ok. I will just put the logo on my page to indicate that i'm using this server. More not. As I understand the official that is ok. Sure. If you use any ASF project logo in a

Re: Tomcat as a standalone webserver. Why not?

2006-06-01 Thread Mark Hagger
This issue is discussed endlessly as far as I can see, both camps argue very well for their case However, my take from personal experience is that its very handy to have Apache in front, because it gives you a lot of scope to do little fixes and tweaks to odd users causing problems without

Re: Tomcat Logo on Public Server

2006-06-01 Thread Mladen Turk
Torben Werner wrote: Excellent. :-) Right. I even know a guy that uses IIS+isapi_redirector, and on the front page he has 'Powered by Apache' Now, that's something :) Regards, Mladen. - To start a new topic, e-mail:

Re: Apache 2 + Tomcat 5.0.28

2006-06-01 Thread Greg Gamble
On Thu, Jun 01, 2006 at 10:23:35AM +0200, Ga??l Lams wrote: Hi I have Apache 2 (as part of a `LAMP' install) and TomCat 5.0.28 installed on a Debian Linux: 2.6.12-1-686 system and I want to make Apache and Tomcat listen/connect to the same port. 2 services can not listen to the same port,

RE: Redeploying a war file from a build script

2006-06-01 Thread Tim Lucia
Here is what I do: target name=deploy-context description=Reload the given context fail unless=tomcat.usernameUndefined: tomcat.username/fail fail unless=tomcat.passwordUndefined: tomcat.password/fail fail unless=tomcatURLUndefined: tomcatURL/fail

Re: Tomcat as a standalone webserver. Why not?

2006-06-01 Thread Gaël Lams
Hi, I wondering if it's really so good to use Tomcat behind a real web server like Apache or IIS. In my Tomcat 5 book there are two reasons to do it so: 1. Tomcat is not as secure as common web servers, especially if you want to use CGI and SSI (I don't think I want to) 2. Tomcat is

Re: Tomcat as a standalone webserver. Why not?

2006-06-01 Thread Danny Lee
Hi Tim, Thanks for your answer. I see your point about Apache more convenient for hackers, than Tomcat. About outage message. This is of course a problem running Tomcat as standalone, but I have the control over WebServer IP through the firewall, so i just start some Show we're down message

Re: Tomcat as a standalone webserver. Why not?

2006-06-01 Thread Danny Lee
Hi, thanks for the answer! I am paranoid AND lazy, so I totally see your point :)) Cheers, Danny Gaël Lams wrote: Also, I'm quite paranoid and for me the less stuff you installed, the better - I had some problems with the mod_jk (timeouts) - we are not serving static content Regards, Gaël

Re: Tomcat as a standalone webserver. Why not?

2006-06-01 Thread Mark Hagger
As it happens I can't really begin to count the number of times we've applied hacks at the Apache level to work around code bugs (did I say bug? I meant feature...). Although to be fair most of these are caused by users/customers doing odd things outside the spec of the current code. We also

Re: Tomcat as a standalone webserver. Why not?

2006-06-01 Thread Wade Chandler
--- Ga�l Lams [EMAIL PROTECTED] wrote: Hi, I wondering if it's really so good to use Tomcat behind a real web server like Apache or IIS. In my Tomcat 5 book there are two reasons to do it so: 1. Tomcat is not as secure as common web servers, especially if you want

Re: Tomcat as a standalone webserver. Why not?

2006-06-01 Thread Andrew Miehs
If you are running a big site with multiple servers, you do NOT want to run Apache in front of your Tomcats - All that you do is increase latency, and half your performance. The HTTP connector in TC 5.x is more than adequate to deal with heavy traffic loads. To be honest, I try not to use

Re: Farm Deployer looping

2006-06-01 Thread Filip Hanik - Dev Lists
Can you provide more information around your problem. There was a big change in the farm deployer between 5.0 and 5.5, and I am no longer sure on how it works, but I am more than happy to work through your issues with you. Filip Edoardo Causarano wrote: Hello list, I have a 3 node farm

Re: Webapp reload failing, but restarting tomcat allows webapp to load fine

2006-06-01 Thread Martin Gainty
If you check the logs ..more than likely you may be trying to pull a class that is not on classpath or maybe an aberrant configuration abeerant config is servlet-mapping may be munged in web.xml HTH, Martin -- * This email

Re: Tomcat as a standalone webserver. Why not?

2006-06-01 Thread Peter Lin
I'm gonna say that's quite a bit of myth here. If SSL is important, get a cheap SSL enabled router. Doing software SSL is waste of CPU power and impacts the server's stability. Anyone that has a lot of HTTPS traffic shouldn't be using software SSL in my bias opinion. If you are so desparate

Embedded Tomcat does not read META-INF/context.xml?

2006-06-01 Thread Kai Wei
I'm running Tomcat 5.5.7 in embedded mode, i.e., starting Tomcat using the org.apache.catalina.startup.Embedded class. For some reason, the JNDI resource I configured in $tomcat_home/webapps/my_webapp/META-INF/context.xml is not created when Tomcat starts. Your help will be greatly appreciated!!

Re: Webapp reload failing, but restarting tomcat allows webapp to load fine

2006-06-01 Thread David Wall
On reading more in the release notes (http://tomcat.apache.org/tomcat-5.5-doc/RELEASE-NOTES.txt), I figured I'd give the shared/lib idea a try. I found that just by moving the BouncyCastle JCE jar into shared/lib and out of the WEB-INF/lib of the various webapps, all seems to work okay. On

Re: NetBeans 5.0 and Tomcat 5.5.16 ... Please Help

2006-06-01 Thread vineesh kumar
You can use eclipse with Exadelstudio plugin, which is freely available. The newest version is 3.2, I think. The problem may be u may not compiled the project correctly and deployed. And here u r not specyfying anything like the mechanism u r using, to connect 2 the remote server.I assume u r

JNDI Datasource in embedded 5.0.28 ?

2006-06-01 Thread John Menke
Does anyone know how to configure JNDI Datasource in 5.0.28 Google GWT uses embedded 5.0.28 in hosted and nobody seems to know how to configure a datasource on the GWT list. It would be greatly appreciated if anyone could show me how to configure this. (GWT is basically useless to me without a

Re: NetBeans 5.0 and Tomcat 5.5.16 ... Please Help

2006-06-01 Thread Wade Chandler
--- Vijaya [EMAIL PROTECTED] wrote: Hi, I downloaded NetBeans 5,0 and tomcat 5.5.16. I want to connect to a remote SQL Server. I am using jtds. I am not successful in using both NB50 and Tomcat 5.5.16 together. NB5.0 comes with bundled tomcat 5.5.9 and if I use this, I get a '404

Re: NetBeans 5.0 and Tomcat 5.5.16 ... Please Help

2006-06-01 Thread Rajeev N. Jha
There are just too many things involved here. A better approach would be to get the pieces working separately. step by step 1) connect to DB using a stand-alone program 2) connect to some example servlet in tomcat 3) now use tomcat bundled with netbeans 4) Then only attempt to put all the pieces

Re: tomcat ssl not working

2006-06-01 Thread Jack
You can have a look here and see if you find any useful tips - this explains how I got SSL to work on Tomcat: http://jack.godau.googlepages.com/jbosscertificatesandopenssl Cheers Jack... On 01/06/06, Mike Sabroff [EMAIL PROTECTED] wrote: I am running 5.5.9 and have no problems with it (except

Re: SSL Setup

2006-06-01 Thread Jack
You can have a look here and see if you find any useful tips - this explains how I got SSL to work on Tomcat: http://jack.godau.googlepages.com/jbosscertificatesandopenssl Cheers Jack... On 31/05/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hello. I'm setting up SSL. I have Tomcat 5.5.16.