Re: Glashfish release is really fast...

2011-03-04 Thread Tony Anecito
Hi Chris, I only reported what I read on this link: http://weblogs.java.net/blog/bhaktimehta/archive/2011/03/01/modjk-and-ejb-webservices-and-glassfish-31 Regarding startup I have maybe 6 JAXWS and 1 JAXRS web services and whatever out of the box services Tomcat 7 has and I get the following

Re: Cleaning up after tomcat jdbc-pool?

2011-03-04 Thread Filip Hanik - Dev Lists
On 03/04/2011 02:04 PM, Olivier Lefevre wrote: Thanks! But this: factory="org.apache.tomcat.jdbc.pool.DataSourceFactory" is the default, I believe. Didn't you say you were using something else? is not the default. org.apache.tomcat.dbcp.dbcp.BasicDataSourceFactory is default Filip -- O.L.

RE: Tomcat failing to process JAR's within web app

2011-03-04 Thread McGibbney, Lewis John
Thank you all for the input. The upgrade has eliminated the initial problems I complained about. My remaining errors are Solr related. Successful upgrade to 7.0.8... so thanks for the guidance. Lewis From: Caldarale, Charles R [chuck.caldar...@unisys.com

RE: Tomcat failing to process JAR's within web app

2011-03-04 Thread Caldarale, Charles R
> From: McGibbney, Lewis John [mailto:lewis.mcgibb...@gcu.ac.uk] > Subject: RE: Tomcat failing to process JAR's within web app > I removed WAR file from CATALINA_HOME/webapps Did you remove the expanded directory of the same name as well? > is there a possibility that this something specific wi

Re: Cleaning up after tomcat jdbc-pool?

2011-03-04 Thread Olivier Lefevre
Thanks! But this: factory="org.apache.tomcat.jdbc.pool.DataSourceFactory" is the default, I believe. Didn't you say you were using something else? -- O.L. - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For addi

RE: Tomcat failing to process JAR's within web app

2011-03-04 Thread McGibbney, Lewis John
Hi Konstantin Thanks for your reply. I removed WAR file from CATALINA_HOME/webapps, looking back it was useless having it there anyway :0| When I boot up tomcat, I get the same results... is there a possibility that this something specific with 7.0.6... If so I will happily upgrade. to 7.0.8

Re: Tomcat failing to process JAR's within web app

2011-03-04 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Lewis, On 3/4/2011 3:18 PM, McGibbney, Lewis John wrote: > further to this Would you be able to upgrade to the most recent version of 7.0.x and try again? > later on in my catalina.out log the following occurs > > INFO: Using JNDI solr.home: /home/

Re: Tomcat failing to process JAR's within web app

2011-03-04 Thread Konstantin Kolinko
2011/3/4 McGibbney, Lewis John : > 04-Mar-2011 19:51:31 org.apache.catalina.startup.TldConfig tldScanJar > WARNING: Failed to process JAR > [jar:jndi:/localhost/wombra/WEB-INF/lib/commons-io-1.4.jar!/null] for TLD > files > java.io.IOException: No such file or directory > ... > etc > ... > many m

Re: [SECURITY] Tomcat 7 ignores @ServletSecurity annotations

2011-03-04 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Mark, On 3/4/2011 10:21 AM, Mark Thomas wrote: > On 03/03/2011 09:05, Mark Thomas wrote: >> Based on what I have seen so far it looks to be a valid issue. I have a >> very rough patch that addresses the bulk of the problem but there is >> some unexpec

Re: How to setup webapp specific parameter for virtual host in Tomcat?

2011-03-04 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Joe, On 3/2/2011 4:20 PM, jo...@centrum.cz wrote: > thank you for your reply. Based on your answer I tried to remove docBase > attribute > in ROOT.xml and it started to work ! :-) > > The thing why it didn't come to my mind before is the fact that

RE: Tomcat failing to process JAR's within web app

2011-03-04 Thread McGibbney, Lewis John
further to this later on in my catalina.out log the following occurs INFO: Using JNDI solr.home: /home/lewis/Downloads/wombra 04-Mar-2011 15:00:23 org.apache.solr.core.SolrResourceLoader INFO: Solr home set to '/home/lewis/Downloads/wombra/' 04-Mar-2011 15:00:23 org.apache.solr.core.SolrResource

Re: Glashfish release is really fast...

2011-03-04 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Tony, On 3/2/2011 12:02 PM, Tony Anecito wrote: > Glashfish 3.1 was > released yesterday and its performance is the best I have seen for a J2EE > servlet container. They reported a 30% + improvement in almost every area and > a > less than 4 secon

Tomcat failing to process JAR's within web app

2011-03-04 Thread McGibbney, Lewis John
Hi list, I am using tomcat 7.0.6 to run my development web application. When looking in catalina.out log I see the following INFO: Starting service Catalina 04-Mar-2011 19:51:30 org.apache.catalina.core.StandardEngine startInternal INFO: Starting Servlet Engine: Apache Tomcat/7.0.6 04-Mar-2011 1

Re: Auto-deploying WAR file with arbitrary filename, defining the URL context in meta file

2011-03-04 Thread Andreas Sommer
On 04.03.2011 16:28, Caldarale, Charles R wrote: > >> My problem is that I'd like to auto-deploy a WAR file with a fixed >> filename "specialfilename.war" (because it includes a special identifier >> that I need). With Tomcat 6, the WAR filename has to be >> "my#url#context.war" in order to auto-de

RE: Tomcat as Windows service

2011-03-04 Thread Caldarale, Charles R
> From: Zbynek Vavros [mailto:zbynek_vav...@cz.ibm.com] > Subject: Tomcat as Windows service > I installed Tomcat as service Be specific: exactly what did you do? > when I start it console is displayed. Be specific: exactly how are you starting it? If you run tomcat7w.exe and look at the Logo

Tomcat as Windows service

2011-03-04 Thread Zbynek Vavros
Hi, Im starting to be desperate. I installed Tomcat as service and when I start it console is displayed. BUT the console is empty, not a single letter is written and I can see in logs that there definitely is an output. Using Tomcat 7.0.2 on Windows XP SP3 but experiencing same behavior on Wind

Re: Cleaning up after tomcat jdbc-pool?

2011-03-04 Thread Nicholas Sushkin
On Thursday, March 03, 2011 19:24:11 Olivier Lefevre wrote: > Can we see the relevant part of your context.xml, too? Sure. It's something like: At build time, I run the file through ant target that replaces @*@ tokens with actual values. I build using "ant -propertyfile myinstance.prop

RE: Auto-deploying WAR file with arbitrary filename, defining the URL context in meta file

2011-03-04 Thread Caldarale, Charles R
> From: Andreas Sommer [mailto:andreas.somme...@googlemail.com] > Subject: Auto-deploying WAR file with arbitrary filename, defining the URL > context in meta file > My problem is that I'd like to auto-deploy a WAR file with a fixed > filename "specialfilename.war" (because it includes a special

Re: [SECURITY] Tomcat 7 ignores @ServletSecurity annotations

2011-03-04 Thread Mark Thomas
On 03/03/2011 09:05, Mark Thomas wrote: > Based on what I have seen so far it looks to be a valid issue. I have a > very rough patch that addresses the bulk of the problem but there is > some unexpected behaviour still to be resolved. Today's task is writing > some unit tests, getting my head aroun

Auto-deploying WAR file with arbitrary filename, defining the URL context in meta file

2011-03-04 Thread Andreas Sommer
Hello list, I have actually cross-posted this on ServerFault. My problem is that I'd like to auto-deploy a WAR file with a fixed filename "specialfilename.war" (because it includes a special identifier that I need). With Tomcat 6, the WAR filename has to be "my#url#context.war" in order to auto-d

Re: Trouble connecting Tomcat 7.0 with Apache Server 2.2

2011-03-04 Thread André Warnier
Stijn Vanhoorelbeke wrote: Hi, I've coupled Apache2 myself with Tomcat6 on an ubuntu system. To manage to do this, the following guide was quite useful - maybe you can have a look at it. > http://ubuntuforums.org/showthread.php?t=219985 Stijn, That guide is very, very specific to Ubuntu

Re: Trouble connecting Tomcat 7.0 with Apache Server 2.2

2011-03-04 Thread Stijn Vanhoorelbeke
Hi, I've coupled Apache2 myself with Tomcat6 on an ubuntu system. To manage to do this, the following guide was quite useful - maybe you can have a look at it. > http://ubuntuforums.org/showthread.php?t=219985 Stijn Vanhoorelbeke, 2011/3/3 John C > > I am trying to connect Tomcat 7.0 and

Re: CsrfPreventionFilter

2011-03-04 Thread Mark Thomas
On 04/03/2011 09:35, spr...@gmx.eu wrote: > Hi, > > 2 questions: > > 1. Are there any plans to implement wildcard (e.g. ANT-like) matching for > the entrypoints of the CsrfPreventionFilter? > > I have several static ressources like css, images etc. which do not need a > nonce and I really cannot

CsrfPreventionFilter

2011-03-04 Thread spring
Hi, 2 questions: 1. Are there any plans to implement wildcard (e.g. ANT-like) matching for the entrypoints of the CsrfPreventionFilter? I have several static ressources like css, images etc. which do not need a nonce and I really cannot list all of them explicitly. The main problem are urls in c