Re: url rewritting: appended ;jsessionid break webapp + appended in wrong places!

2004-12-07 Thread Jerome Lacoste
On Sun, 2004-12-05 at 23:00 +0100, Jerome Lacoste wrote: On Sun, 2004-12-05 at 21:15 +0100, Mark Lowe wrote: Thats strange, it must think its a url. You your its not c:url rather than c:out? Or is there something with the c:out variable name also defined in the same page? Mark, shame

url rewritting: appended ;jsessionid break webapp + appended in wrong places!

2004-12-05 Thread Jerome Lacoste
Hi, Yesterday I had a rewriting problem on a tomcat server hosting one of my applications. When one went for the first time on a page of the app, the resulting page was rewritten in a way that broke the application: many ;jsessionid= were appended, not only to the URLs but also to some plain

Re: url rewritting: appended ;jsessionid break webapp + appended in wrong places!

2004-12-05 Thread Jerome Lacoste
On Sun, 2004-12-05 at 18:51 +0100, Mark Lowe wrote: Its a general container thing.. Thanks for your help. Question: - why do I get jsessionid appended to text ? Look at the attachment. The message is generated with a c:out tag and the jsessionid is appended to it! Choices. 1. You can use

Re: url rewritting: appended ;jsessionid break webapp + appended in wrong places!

2004-12-05 Thread Jerome Lacoste
On Sun, 2004-12-05 at 21:15 +0100, Mark Lowe wrote: Thats strange, it must think its a url. You your its not c:url rather than c:out? Or is there something with the c:out variable name also defined in the same page? Mark, shame shame shame on me. I was looking at the wrong jsp. Both have a

what is the preferred way to instantiate MBeans at startup

2004-07-27 Thread Jerome Lacoste
Hi, I am looking at this J2EE application, deployed on JBoss 3.x, which could be ported easily to a pure servlet/jsp application if some of its dependencies with JBoss were cut down. One of these is the possibility to start services in JBoss using a jboss.jcml file, and to register MBean

DBCP in Tomcat 5.0: must deploy some artifacts in /common/lib (classes) ?!

2004-07-27 Thread Jerome Lacoste
Hi, I am deploying a J2EE app in Tomcat 5.0.27. The application uses commons-dbcp. I've found out that if I don't put the jocl file AND the DB drivers in the $CATALINA_HOME/common/lib/ (classes) directory, the DBCP would fail. Either the config file is not found Caused by:

RE: DBCP in Tomcat 5.0: must deploy some artifacts in /common/lib(classes) ?!

2004-07-27 Thread Jerome Lacoste
On Tue, 2004-07-27 at 15:34 -0400, Shapira, Yoav wrote: Hi, That's because Tomcat bundles DBCP. If you want to separate them completely, put your copy in WEB-INF/lib, and the bundled copy in server/lib, and nothing for DBCP in the common or shared classloader repositories. I still don't get

Re: [Re-repost] tomcat/jk2/apache: authentication not taken into account for webapps [SOLVED]

2003-06-10 Thread Jerome Lacoste @ BBC
Morgan Pyne wrote: Jerome, No. No username (in /var/log/httpd/access.log) for the requests to access pages served by my servlets. This to me sounds worth investigating. If you have correctly set up authentication on the URL of your servlet, then succesfully authenticated requests for

Re: [Re-repost] tomcat/jk2/apache: authentication not taken into account for webapps

2003-06-03 Thread Jerome Lacoste @ BBC
Morgan Pyne wrote: Hi Jacob^B^B^B^B^BJerome, ;) Things to verify/try 1. The webserver has successfully authenticated the request, and you can see this username appearing in the Apache access log. You mention that CGI's and other PHP pages authenticate correctly, but verify that the URL

[Re-repost] tomcat/jk2/apache: authentication not taken into accountfor webapps

2003-05-28 Thread Jerome Lacoste @ BBC
Still stuck... Need help on how to debug authentication. Morgan Pyne wrote: Hi Jacob, Hi Morgan, The name is Jerome :) Jacob was a guy who replied to me! I should have mentioned in my earlier post that the tomcatAuthentication=false should only be part of the connector definition of the

Re: Mysql Driver

2003-03-26 Thread Jerome Lacoste
Mattias Carlehäll wrote: Hi, when I run the mysql example on the jakarta.apache.org/tomcat site I get the following error: Cannot load JDBC driver class 'org.gjt.mm.mysql.Driver' mysql client/server and mysql driver are 2 different things. Do you have the mysql driver in your classpath? In my