Re: Tomcat error: It is not available the ServletAction

2009-04-01 Thread bladu
Christopher Schultz-2 wrote: > > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Chuck, > > On 4/1/2009 11:45 AM, Caldarale, Charles R wrote: >>> From: bladu [mailto:ego...@hotmail.com] >>> Subject: Re: Tomcat error: It is not available the ServletAction >>> >>> I have correct some bugs i

Re: Tomcat error: It is not available the ServletAction

2009-04-01 Thread bladu
Christopher Schultz-2 wrote: > > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Chuck, > > On 4/1/2009 11:45 AM, Caldarale, Charles R wrote: >>> From: bladu [mailto:ego...@hotmail.com] >>> Subject: Re: Tomcat error: It is not available the ServletAction >>> >>> I have correct some bugs i

RE: How to debug Error: listenerStart?

2009-04-01 Thread Caldarale, Charles R
> From: Dan Armbrust [mailto:daniel.armbrust.l...@gmail.com] > Subject: RE: How to debug Error: listenerStart? > > Any thoughts on if this is a bug, a specific problem with > my tomcat installation, or a design decision that I don't > agree with? If you really do want to see all log message perta

RE: Illegal access: this web application instance has beenstoppedalready

2009-04-01 Thread Caldarale, Charles R
> From: Paulchwd [mailto:paulc...@sympatico.ca] > Subject: RE: Illegal access: this web application instance has > beenstoppedalready > > Any additional information / ideas / shots in the dark are > greatly appreciated There's these interesting little comments in the doc concerning auto-deploymen

RE: How to debug Error: listenerStart?

2009-04-01 Thread Caldarale, Charles R
> From: Dan Armbrust [mailto:daniel.armbrust.l...@gmail.com] > Subject: Re: How to debug Error: listenerStart? > > Why doesn't tomcat log a stack trace It does, in the log associated with the of interest: Apr 1, 2009 4:58:44 PM org.apache.catalina.core.StandardContext filterStart SEVERE: Except

RE: Illegal access: this web application instance has been stoppedalready

2009-04-01 Thread Paulchwd
Thnx for the reply, here is the information: context.xml file changed was in META-INF directory NetBeans version 6.5 Platform: Windows Vista Business 32 Bit Apache Tomcat: 6.0.18 JDK 6 I will try to run it in a standalone version of Tomcat - after I figure out how to build a war file from NetBea

Re: How to debug Error: listenerStart?

2009-04-01 Thread Dan Armbrust
Ok, I've finally tracked down my specific problem. When a filter is declared in the web.xml file: requestCounter com.foo.bar.FancyFilter And the class com.foo.bar.FancyFilter is missing from the war file that you deploy, Tomcat 5.5.25 prints this to the console: INFO: Deplo

Re: redirection

2009-04-01 Thread Mark Thomas
Martin Gainty wrote: > Gregor > > can you elucidate any documented security holes in Apache HTTPD? Martin - did you even bother to look? http://httpd.apache.org/security_report.html Mark - To unsubscribe, e-mail: users-unsubs

RE: Connection Pooling questions

2009-04-01 Thread Caldarale, Charles R
> From: Christopher Schultz [mailto:ch...@christopherschultz.net] > Subject: Re: Connection Pooling questions > > Actually, I can't think of a reason why you'd have to use the unwrapped > version of the statement or result set (or even connection) to perform > state management (i.e. calling close(

RE: Connection Pooling questions

2009-04-01 Thread Caldarale, Charles R
> From: Christopher Schultz [mailto:ch...@christopherschultz.net] > Subject: Re: Connection Pooling questions > > I think the JDBC spec should strengthen your faith at least > in the correctness of this behavior... I wasn't questioning the correctness of the intended behavior, and certainly the

Re: How to debug Error: listenerStart?

2009-04-01 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Dan, On 4/1/2009 4:16 PM, Dan Armbrust wrote: > I have a filter somewhere in a webapp that has gotten broken through > my own packaging process, likely due to a missing class. Are you sure it's a filter and not a listener? > SEVERE: Error listenerSt

Re: Connection Pooling questions

2009-04-01 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 David, On 4/1/2009 11:25 AM, David Smith wrote: > This is assuming the developer didn't unwrap any of the DBCP objects to > access driver specific features. In that case, the original wrapped > objects need to be maintained and closed instead of the u

Re: Connection Pooling questions

2009-04-01 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Chuck, On 4/1/2009 10:47 AM, Caldarale, Charles R wrote: >> From: Shaun Farrugia [mailto:sfarru...@fry.com] >> Subject: RE: Connection Pooling questions >> >> What happens when the statement isn't closed but the >> connection is returned to the pool?

Re: Tomcat error: It is not available the ServletAction

2009-04-01 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Chuck, On 4/1/2009 11:45 AM, Caldarale, Charles R wrote: >> From: bladu [mailto:ego...@hotmail.com] >> Subject: Re: Tomcat error: It is not available the ServletAction >> >> I have correct some bugs in the struts-config.xml (references to >> classes t

How to debug Error: listenerStart?

2009-04-01 Thread Dan Armbrust
I have a filter somewhere in a webapp that has gotten broken through my own packaging process, likely due to a missing class. But I can't figure out how to make tomcat actually tell me what the problem is. All that I get is the dreaded, nearly useless SEVERE: Error listenerStart on the console.

Re: DataSource from Context files - doesn't work

2009-04-01 Thread Gregor Schneider
If you haven't specified a console-logger: catalina.out Rgds Gregor -- just because your paranoid, doesn't mean they're not after you... gpgp-fp: 79A84FA526807026795E4209D3B3FE028B3170B2 gpgp-key available @ http://pgpkeys.pca.dfn.de:11371 @ http://pgp.mit.edu:11371/ --

Re: NameNotFoundException

2009-04-01 Thread Ken Bowen
Is it possible you imported the file in the standalone class, but didn't import it (or use the fully qualified name) in the jsp? On Apr 1, 2009, at 2:21 PM, kcbxt8 wrote: but why does it work without any config in a stand alone java class using the same jar files. I am confused. -- View t

RE: NameNotFoundException

2009-04-01 Thread Caldarale, Charles R
> From: kcbxt8 [mailto:chaitanya.b.re...@gmail.com] > Subject: Re: NameNotFoundException > > but why does it work without any config in a stand alone > java class using the same jar files. Why do you think the class file will appear in any JNDI namespace? What in the servlet or JSP specs (or T

Re: NameNotFoundException

2009-04-01 Thread kcbxt8
but why does it work without any config in a stand alone java class using the same jar files. I am confused. -- View this message in context: http://www.nabble.com/NameNotFoundException-tp22830748p22832640.html Sent from the Tomcat - User mailing list archive at Nabble.com. ---

Re: DataSource from Context files - doesn't work

2009-04-01 Thread Mighty Tornado
Trying to put in some logging statements. Can anyone suggest where System.out prints to? I don't see it in any of the logs. On Wed, Apr 1, 2009 at 8:47 AM, Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Ramy, > > (Hey! I found my

RE: NameNotFoundException

2009-04-01 Thread Martin Gainty
have you checked your vignette class locates the applicable xml configuration? http://global.vignette.com/docs/V7/rel7.3/cs/cmsruntime/com/vignette/as/client/javabean/ManagedObject.html#importXML(com.vignette.as.client.common.ref.ObjectTypeRef,%20java.lang.String,%20boolean) SubclassOfManagedOb

Re: NameNotFoundException

2009-04-01 Thread kcbxt8
I am following the structure this is class file in one of the libraries. I use the same code in stand alone java class and it works fine. -- View this message in context: http://www.nabble.com/NameNotFoundException-tp22830748p22831745.html Sent from the Tomcat - User mailing list archive at Nabb

Re: redirection

2009-04-01 Thread Gregor Schneider
Martin, On Wed, Apr 1, 2009 at 6:53 PM, Martin Gainty wrote: > > Gregor > > can you elucidate any documented security holes in Apache HTTPD? > Most of them are fixed, but it proofs that there are quite some, and I bet there will be some full disclosure in future. For a start: http://www.google

RE: NameNotFoundException

2009-04-01 Thread Caldarale, Charles R
> From: kcbxt8 [mailto:chaitanya.b.re...@gmail.com] > Subject: NameNotFoundException > > Nested exception is:javax.naming.NameNotFoundException > javax.naming.NameNotFoundException: Name > com.vignette.as.client.ejb.SiteOps > is not bound in this Context What steps did you take to populate the JN

RE: Connection Pooling questions

2009-04-01 Thread Shaun Farrugia
I ended up testing this based on the following Tomcat 5.5.27, JTDS 1.2, Abandoned Logging and Return set to 30 seconds and true. Test A) Open connection, open Prepared Statement, Open Result set, Close Connection Test B) Open Connection, open prepared Statement, open resultset. Didn't close a

RE: redirection

2009-04-01 Thread Martin Gainty
Gregor can you elucidate any documented security holes in Apache HTTPD? Martin __ Verzicht und Vertraulichkeitanmerkung / Disclaimer and confidentiality note Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene Empfaenger sein, so bit

NameNotFoundException

2009-04-01 Thread kcbxt8
I am trying to use a scriplet is jsp and place it in a web application on TOmcat 6. This is the error I got. Nested exception is:javax.naming.NameNotFoundException javax.naming.NameNotFoundException: Name com.vignette.as.client.ejb.SiteOps is not bound in this Context at org.apache.naming.Naming

RE: Tomcat error: It is not available the ServletAction

2009-04-01 Thread Caldarale, Charles R
> From: bladu [mailto:ego...@hotmail.com] > Subject: Re: Tomcat error: It is not available the ServletAction > > I have correct some bugs in the struts-config.xml (references to > classes that don`t exist), but the problem still remains. The error message generated by struts shows a *parsing* err

[OT] RE: redirection

2009-04-01 Thread Peter Crowther
> From: Gregor Schneider [mailto:rc4...@googlemail.com] > See, I believe in the statement that the more components you're adding > to an environment, the more possibilities there are for a > security-hole. However, to believe is not to know... It's clear that a naïve "more components => less secur

Re: Tomcat error: It is not available the ServletAction

2009-04-01 Thread bladu
Christopher Schultz-2 wrote: > > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Bladu, > > On 4/1/2009 4:00 AM, bladu wrote: >> The Tomcat I have is in Spanish language. The log has lines written in >> Spanish / English. Maybe you will have some problems to understand the >> lines >> wri

Re: Tomcat error: It is not available the ServletAction

2009-04-01 Thread bladu
Christopher Schultz-2 wrote: > > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Bladu, > > On 3/31/2009 1:45 PM, bladu wrote: >> But when I try to execute the application, Tomcat gives me the following >> error: >> >> Message: It is not available the Servlet Action >> Description: The

Re: redirection

2009-04-01 Thread Gregor Schneider
Peter, On Wed, Apr 1, 2009 at 4:58 PM, Peter Crowther wrote: > And, indeed, *assuming* that Apache + mod_security + mod_jk + Tomcat has > fewer vulnerabilities than just Tomcat. > > I'd also be very interested to see the evidence (either way) on that. > See, I believe in the statement that the

Re: redirection

2009-04-01 Thread André Warnier
Melanie Pfefer wrote: Hello I have a tomcat server running on port 8080. users need to create a dns alias which is on port 80. redirection cannot be done on DNS level of course. do you have any idea how to achieve this in tomcat. For example: http://siroe redirects to http://machineX:8080 th

Re: Connection Pooling questions

2009-04-01 Thread David Smith
Caldarale, Charles R wrote: >> From: Shaun Farrugia [mailto:sfarru...@fry.com] >> Subject: RE: Connection Pooling questions >> >> What happens when the statement isn't closed but the >> connection is returned to the pool? >> > > The connection object your code sees isn't the real connection;

Re: [OT] Re: DataSource from Context files - doesn't work

2009-04-01 Thread Gregor Schneider
Hi André, On Wed, Apr 1, 2009 at 4:52 PM, André Warnier wrote: > Gregor Schneider wrote: >> >> Unfortunately my apps are working like charm, so I ain't got an >> example to cpy and post here... *cough* >> > Angeber. > Promise to conserve my next exception-log and will send it to you.. ;) Cheers

RE: Connection Pooling questions

2009-04-01 Thread Caldarale, Charles R
> From: Shaun Farrugia [mailto:sfarru...@fry.com] > Subject: RE: Connection Pooling questions > > Are there any changes to DBCP other than package moves? No, just the package renaming to avoid collisions. > Can I utilize the DBCP source package and expect that it's > the same code tomcat is usin

RE: Connection Pooling questions

2009-04-01 Thread Shaun Farrugia
Sweet, I set up a test.jsp page that will Connection.close() without rs.close() and ps.close(). Will let you know the results.. And I know you answered this before but I have to ask again. Tomcat is using it's own version of DBCP (based on properties files) Are there any changes to DBCP othe

RE: redirection

2009-04-01 Thread Peter Crowther
> From: Gregor Schneider [mailto:rc4...@googlemail.com] > On Wed, Apr 1, 2009 at 4:22 PM, Peter Crowther > wrote: > > > > And, indeed, that Apache + mod_security + mod_jk + Tomcat > has fewer vulnerabilities than just Tomcat. > > > > Since I'm interested on hard data, too, hand over the facts, ple

[OT] Re: DataSource from Context files - doesn't work

2009-04-01 Thread André Warnier
Gregor Schneider wrote: Unfortunately my apps are working like charm, so I ain't got an example to cpy and post here... *cough* Angeber. - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands,

RE: Connection Pooling questions

2009-04-01 Thread Caldarale, Charles R
> From: Shaun Farrugia [mailto:sfarru...@fry.com] > Subject: RE: Connection Pooling questions > > What happens when the statement isn't closed but the > connection is returned to the pool? The connection object your code sees isn't the real connection; it's a wrapper created by the pool to cont

Re: redirection

2009-04-01 Thread Gregor Schneider
On Wed, Apr 1, 2009 at 4:22 PM, Peter Crowther wrote: > > And, indeed, that Apache + mod_security + mod_jk + Tomcat has fewer > vulnerabilities than just Tomcat. > Since I'm interested on hard data, too, hand over the facts, please. It's just that I'm curious... Rgds Gregor -- just because y

RE: redirection

2009-04-01 Thread mateo-jl
Indeed the topic of this discussion is not to have 8080 as the main port of Tomcat. I've just emitted one solution among many others: mod_jk. Some of my customers have opted for this one because of the simplicity of writing url, of performance (load-balancing), of security too (No-using 80 por

RE: Profiling tomcat applications with -Xrunhprof (Tomcat runs asa Windows Service)

2009-04-01 Thread Caldarale, Charles R
> From: Haase, Johannes | SCARUS [mailto:j.ha...@scarus.de] > Subject: Re: Profiling tomcat applications with -Xrunhprof (Tomcat runs > asa Windows Service) > > How can I start the tomcat 5.5 that was installed and intended > to run as a service via console? Look in Tomcat's bin directory; if yo

RE: redirection

2009-04-01 Thread Peter Crowther
> From: fredk2 [mailto:fre...@gmail.com] > I would be better...The apache httpd web server is more > versatile Irrelevant to this problem. > and its vulnerabilities are better researched. References for that assertion? I'm not disagreeing, I'd just be interested in the hard data. > You can al

RE: redirection

2009-04-01 Thread Caldarale, Charles R
> From: fredk2 [mailto:fre...@gmail.com] > Subject: RE: redirection > > The apache httpd web server is more versatile Additional versatility is worthless if not needed; from a security perspective it merely provides more opportunities for abuse. > its vulnerabilities are better researched Evi

RE: Connection Pooling questions

2009-04-01 Thread Propes, Barry L
Pretty sure it's a rogue connection that stays open. -Original Message- From: Shaun Farrugia [mailto:sfarru...@fry.com] Sent: Wednesday, April 01, 2009 9:13 AM To: Tomcat Users List; allen.ir...@smartintegration.com.au; chuck.caldar...@unisys.com Subject: RE: Connection Pooling question

RE: Connection Pooling questions

2009-04-01 Thread Shaun Farrugia
Hey Chuck, What happens when the statement isn't closed but the connection is returned to the pool? I have some code blocks that don't have a finally block to close the result set and prepared statement. If an exception happens the statement and the result set stay open but the connection get

Active Directory Forest Realm?

2009-04-01 Thread Yassine
Hi folks, while JNDIRealm does supports LDAP as a "back end", i wanted to know if there is a way to get JNDIRealm to support AD Forest? as i want to integrate my application into the Customer's infrastructure which does have a Master Forest with n domains in it, to allow all the users inside each

RE: redirection

2009-04-01 Thread fredk2
I would be better...The apache httpd web server is more versatile and its vulnerabilities are better researched. You can also add mod_security and other modules to further protect the Tomcat against common attacks (assuming you do not use a WAF firewall). Furthermore you can add more Tomcats and

RE: redirection

2009-04-01 Thread Caldarale, Charles R
> From: mateo-jl [mailto:mateo...@orange.fr] > Subject: re: redirection > > i think, the best way is to use the mod_jk module. So, in a firewall > environment, you can have your web server (Apache) in the non-protected > area and apache will redirect all requests (http:// :80 or nothing) > at

RE: Connection Pooling questions

2009-04-01 Thread Propes, Barry L
Yes! And also, close out any other connections that may be embedded, like a prepared statement, result set or stored procedure. These will also show that a connection is still opened if not explicitly closed! -Original Message- From: allen.ir...@smartintegration.com.au [mailto:allen.ir

Re: Renegotiate SSL connection in servlet

2009-04-01 Thread André Cruz
On Apr 1, 2009, at 14:23 , André Cruz wrote: On Apr 1, 2009, at 14:21 , Mark Thomas wrote: André Cruz wrote: On Mar 31, 2009, at 22:17 , Mark Thomas wrote: Caldarale, Charles R wrote: From: Christopher Schultz [mailto:ch...@christopherschultz.net] Subject: Re: Renegotiate SSL connection in

Re: Renegotiate SSL connection in servlet

2009-04-01 Thread André Cruz
On Apr 1, 2009, at 14:21 , Mark Thomas wrote: André Cruz wrote: On Mar 31, 2009, at 22:17 , Mark Thomas wrote: Caldarale, Charles R wrote: From: Christopher Schultz [mailto:ch...@christopherschultz.net] Subject: Re: Renegotiate SSL connection in servlet Your only other option for Tomcat is

Re: Renegotiate SSL connection in servlet

2009-04-01 Thread Mark Thomas
André Cruz wrote: > On Mar 31, 2009, at 22:17 , Mark Thomas wrote: > >> Caldarale, Charles R wrote: From: Christopher Schultz [mailto:ch...@christopherschultz.net] Subject: Re: Renegotiate SSL connection in servlet Your only other option for Tomcat is to configure another

Re: Renegotiate SSL connection in servlet

2009-04-01 Thread André Cruz
On Mar 31, 2009, at 22:17 , Mark Thomas wrote: Caldarale, Charles R wrote: From: Christopher Schultz [mailto:ch...@christopherschultz.net] Subject: Re: Renegotiate SSL connection in servlet Your only other option for Tomcat is to configure another which would require a different IP or port

Re: Cookie handling issue

2009-04-01 Thread mateo-jl
many thanks Mark for your responses. JL > Message du 31/03/09 23:19 > De : "Mark Thomas" > A : "Tomcat Users List" > Copie à : > Objet : Re: Cookie handling issue > > > mateo-jl wrote: > > Hello, > > > > I've seen that there was a problem with the encoding base64 within the > > cookies

Re: DataSource from Context files - doesn't work

2009-04-01 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Ramy, (Hey! I found my original message. Here's a bit more detail on the validationQuery) On 3/31/2009 9:36 PM, Mighty Tornado wrote: > Hi I placed the following in context.xml in META-INF. > But the result set is null, what's wrong with my set up? C

re: redirection

2009-04-01 Thread mateo-jl
Hi, i think, the best way is to use the mod_jk module. So, in a firewall environment, you can have your web server (Apache) in the non-protected area and apache will redirect all requests (http:// :80 or nothing) at your Tomcat server (http:// :8080) within the protected one. Take a l

Re: DataSource from Context files - doesn't work

2009-04-01 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Ramy, Ugh... I wrote a longer reply and did something stupid with it (fat-fingered the keyboard... something over by the ENTER/SHIFT/UP keys and the message just disappeared). You're getting the short-short version. On 3/31/2009 9:36 PM, Mighty Torna

Re: Connection Pooling questions

2009-04-01 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Chuck, On 3/31/2009 10:57 PM, Caldarale, Charles R wrote: >> From: allen.ir...@smartintegration.com.au >> Subject: Connection Pooling questions >> >> I do close the connections within my program using conn.close(); > > The evidence suggests otherwise

Re: Tomcat error: It is not available the ServletAction

2009-04-01 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Bladu, On 4/1/2009 4:00 AM, bladu wrote: > The Tomcat I have is in Spanish language. The log has lines written in > Spanish / English. Maybe you will have some problems to understand the lines > written in Spanish, for that reason I put in the line be

Re: Tomcat 5.5 and Mysql 5.0 connectivity

2009-04-01 Thread HARI17785
Hi i got the solution, to connect ur cgi script from Apache to MySql db u hav to do the following things. 1.Open ur Tomcat home directory and go to conf and open web.xml. 2.uncomment the following things.. - cgi org.apache.catalina.servlets.CGIServlet - debug 0 - cg

Re: DataSource from Context files - doesn't work

2009-04-01 Thread Mighty Tornado
guess it was an old exception. no new ones in the logs. But I am doing something wrong with the way I define the data source and hand it to Tomcat for handling. Any suggestions as to how I can find out where the mistake is? On Wed, Apr 1, 2009 at 6:36 AM, Gregor Schneider wrote: > On Wed, Apr 1,

Re: DataSource from Context files - doesn't work

2009-04-01 Thread Gregor Schneider
On Wed, Apr 1, 2009 at 12:07 PM, Mighty Tornado wrote: > Where can I obtain it? You wrote before: > I get the following exception in the log when I start the server up: > > ==> localhost.2009-03-03.log <== >at > org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:2

Re: DataSource from Context files - doesn't work

2009-04-01 Thread Mighty Tornado
No Exception there. Even after I restart the server and call the Servlet that is supposed to retrieve the DB data. On Wed, Apr 1, 2009 at 6:24 AM, Yassine wrote: > catalina.out > > > On Wed, Apr 1, 2009 at 12:17 PM, Mighty Tornado > wrote: > > I have the following files in the logs directory: >

Re: DataSource from Context files - doesn't work

2009-04-01 Thread Yassine
catalina.out On Wed, Apr 1, 2009 at 12:17 PM, Mighty Tornado wrote: > I have the following files in the logs directory: > > admin.2009-04-01.log > catalina.out > localhost.2009-04-01.log > catalina.2009-04-01.log > host-manager.2009-04-01.log > manager.2009-04-01.log > > Which one of them should

Re: DataSource from Context files - doesn't work

2009-04-01 Thread Mighty Tornado
I have the following files in the logs directory: admin.2009-04-01.log catalina.out localhost.2009-04-01.log catalina.2009-04-01.log host-manager.2009-04-01.log manager.2009-04-01.log Which one of them should I VI or LESS to find the complete stack trace for the exception? Also, is there somethi

Re: DataSource from Context files - doesn't work

2009-04-01 Thread Yassine
don't "tail -f" use less and copy the part containing the exception from its beginning to the end. On Wed, Apr 1, 2009 at 12:07 PM, Mighty Tornado wrote: > Where can I obtain it? > The exception that I posted is the only exception that showed up following > "tail -f *" > > On Wed, Apr 1, 2009 a

Re: DataSource from Context files - doesn't work

2009-04-01 Thread Mighty Tornado
Where can I obtain it? The exception that I posted is the only exception that showed up following "tail -f *" On Wed, Apr 1, 2009 at 6:04 AM, Gregor wrote: > your log is useless. > please post the complete stacktrace incl. the type of the exception > > rds > > gregor > > Am 01.04.2009 um 11:57 s

Re: DataSource from Context files - doesn't work

2009-04-01 Thread Gregor
your log is useless. please post the complete stacktrace incl. the type of the exception rds gregor Am 01.04.2009 um 11:57 schrieb Mighty Tornado : Additional info: I get the following exception in the log when I start the server up: ==> localhost.2009-03-03.log <== at org. apache.

Re: DataSource from Context files - doesn't work

2009-04-01 Thread Mighty Tornado
Additional info: I get the following exception in the log when I start the server up: ==> localhost.2009-03-03.log <== at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:1

[OT] RE: Slow servlet response under WinXP Pro

2009-04-01 Thread Peter Crowther
> From: jo...@catholic-doc.org [mailto:jo...@catholic-doc.org] > This may be key. Can you recommend any option changes based on your > experience? One thing I was hoping for was to exclude certain > directories/processes from being scanned by Symantec 11.0, > but I can not find a way to do this.

Re: Tomcat error: It is not available the ServletAction

2009-04-01 Thread bladu
Christopher Schultz-2 wrote: > > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Bladu, > > On 3/31/2009 1:45 PM, bladu wrote: >> But when I try to execute the application, Tomcat gives me the following >> error: >> >> Message: It is not available the Servlet Action >> Description: The r

Tomcats stops on Apache restart

2009-04-01 Thread Leon Brouwers
Hello, We have a large number of tomcats (5.5.26) on serveral servers. These tomcats communicate with a apache httpd on the same server using mod_jk (1.2.26). They all work fine until I restart apache httpd. Then randomly and certainly not all the time a tomcat stops working. Seeing the time th