Re: Redeploy a war host without reboot

2005-09-13 Thread t.n.a.
Andrea Bondi wrote: Hi to all, I've set up Tomcat v. 5.5.9 as the server for the domain www.univaperta.it This is a virtual host, not the only site in this server. Configuration is the following: Host appBase=webapps/univaperta name=www.univaperta.it Context

WEB-INF/lib/myjar.jar doesn't contain file xyz...

2005-08-12 Thread t.n.a.
Tomcat (5.5) seems reluctant to load a .jar file from the WEB-INF/lib directory. Specifically, it seems to load tapestly.jar (as the error is displayed in a tapestry exception page), but it doesn't seem to want anything to do with cayenne.jar. The reported error is that a file in cayenne.jar is

Re: WEB-INF/lib/myjar.jar doesn't contain file xyz...

2005-08-12 Thread t.n.a.
Allistair Crossley wrote: Can you post the full exception stack? Sorry, I'd love to but it...well...works now. Don't ask me why: tomcat was acting fairly peculiar by the time I'd thrown everything I could think of at it...maybe it was that. Then it stopped running both applications (even the

Re: website hosting

2005-05-15 Thread t.n.a.
Lutz Zetzsche wrote: As regards performance, running Apache in front of Tomcat is not preferable. A standalone Tomcat is faster than a Tomcat behind an Apache. I'm not speaking from my own experiance, but I've done some reading some time ago and the best practice I've found is to have apache

Re: website hosting

2005-05-14 Thread t.n.a.
suri.jagadish wrote: Hi I need to host a website using the tomcat Webserver How do I configure the tomcat for the default port 80 for answering the http request for the ip address in the net I had already done it using (Microsoft) IIS. Don't know if you want to hear this, but you might want

tomcat/apache/mod_jk/multiple tomcat apps, port 80

2005-04-22 Thread t.n.a.
Hi all, I'm having trouble getting Apache to forward requests to two webapps deployed on Tomcat. Tomcat alone works fine (webapps work on port 8080), and apache seems to forward requests to other servlets on my ISP's server the way it should. Some snippets of configuration files I got from my

Re: Directory listing

2005-04-18 Thread t.n.a.
Darryl Wilburn wrote: For Tomcat... Change the listings parameter in the DefaultServlet to false. Don't know for Apache. Just wrapped up both problems myself: the listings parameter takes care of tomcat, and a .htaccess file takes care of apache: $ cat .htaccess Options -Indexes $ Just place

Re: port number

2005-04-14 Thread t.n.a.
Magnotta, Salvatore wrote: I think what he is saying is sending the requests to the AJP12 and AJP13 workers. Look in your Tomcat workers.properties file and make sure you load the mod_jk in your Apache httpd config file. -Original Message- From: Viorel Dragomir [mailto:[EMAIL PROTECTED]

Re: port number

2005-04-14 Thread t.n.a.
Tim Funk wrote: You need let apache forward the appropriate requests to tomcat. The different ways you can do that can be found here: http://jakarta.apache.org/tomcat/faq/connectors.html -Tim Thank you for the informative link: I'll try to set up such a configuration and see what happens.

port number

2005-04-13 Thread t.n.a.
Hi everyone, I host applications on a machine where both apache and tomcat are running. I access apache at port 80 and tomcat at 8080. Is it possible (using the tomcat apache connection, or some other way) to access both at port 80? I ask because of firewall issues: port 80 seems to be the

Re: Tomcat taking 125 seconds to launch

2005-04-04 Thread t.n.a.
Michael Mehrle wrote: The configuration is a modified version of appfuse 1.5 (struts and hibernate) - so this should give you a good idea of how it is structured. FYI: on my development machine here at home Tomcat starts in 28 seconds - identical project and configuration. A fairly long time,

hosting in Croatia

2005-03-31 Thread t.n.a.
Don't really know why I'm writing in english :), but here goes... Tomcat/jetty/jboss hosting in Croatia seems to be much more of a problem than I anticipated, so I need advice on how to proceed. Just go with the flow and develop for .net :) or is there something I've missed? Is hosting an issue

Re: Tomcat rookie needs help updating project

2005-03-25 Thread t.n.a.
Barry Kimelman wrote: My system is a PC run by Windows XP. I am running version 5.5.8 of Tomcat I am running version 1.6.2 of Ant I can successfully compile and install a new project with no problems. I can then successfully run the project by visiting the appropriate URL in my browser.

memory usage

2005-03-18 Thread t.n.a.
Hi everyone, I'm not quite sure where to post this problem - the tomcat, tapestry or cayenne mailing list - but here goes... I have an app built on the mentioned technologies. I click arround and monitor the memory usage (using the Win task manager - good enough for rough measurements). The

Re: starting tomcat from eclipse

2005-03-14 Thread t.n.a.
at http://www.sysdeo.com/eclipse/tomcatPlugin.html Regards, Amrish On Sat, 12 Mar 2005 15:17:59 +0100, t.n.a. [EMAIL PROTECTED] wrote: I thought I had solved the problem by removing a faulty CLASSPATH environment variable, but no: still the same problem. I am at a loss, so any help is much

starting tomcat from eclipse

2005-03-12 Thread t.n.a.
I thought I had solved the problem by removing a faulty CLASSPATH environment variable, but no: still the same problem. I am at a loss, so any help is much appreciated. My config is jdk1.5/eclipse3.0.1/spindle v.???/tomcatPluginV3/tomcat5.5.7/Win2k. This is what I see in the console window when

deploying a tomcat application

2005-03-09 Thread t.n.a.
The question's probably fairly simple, so I'd be thankfull for a link or two if it's been answered before, but here's what I'd like to know... I have a tapestry application I develop on a local tomcat instance and it's my first app of that type. In a couple of days I'll have to upload it to a

tomcat startup error

2005-03-03 Thread t.n.a.
I'm using eclipse and sysdeo. I attempted to make a small prototype application, but I can't get tomcat to start. This is what tomcat says when I try: SEVERE: Error deploying configuration descriptor klapa9.xml java.lang.NoClassDefFoundError: org/apache/log4j/Layout klapa9.xml looks like this: