Re: Invalid DOAP file for the Tomcat Project

2008-07-27 Thread Erling Wegger Linde
That's great :D So if I understand you correctly, all the DOAP files on Apache are created and updated manually? - Erling On Sun, Jul 27, 2008 at 3:34 PM, Mark Thomas <[EMAIL PROTECTED]> wrote: > Erling Wegger Linde wrote: >> >> Hi, >> >> http://svn.apache.org/repos/asf/tomcat/site/trunk/docs/do

RE: Getting OpenBlueDragon and Tomcat to traverse directories

2008-07-27 Thread rnaheed
>> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] >> Subject: RE: Getting OpenBlueDragon and Tomcat to traverse directories > >> I thought the use of handlers (JKMount and JKUnMount) would >> direct the requests properly. > > I believe that if you're very, very careful, you can get away with it,

Switch to tomcat 6.0.14 & 6.0.16 causing database connection problems

2008-07-27 Thread Courtenay Teska Race
Hi, I'm hoping someone else may have experienced this problem and knows what to do. My web app works perfectly fine running on Tomcat 6.0.14, but when I switch to 6.0.16, I get postgres database connection problems. (Note I'm running tomcat via Eclipse 3.3.2 on Windows Vista, although the same p

RE: Getting OpenBlueDragon and Tomcat to traverse directories

2008-07-27 Thread Caldarale, Charles R
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Subject: RE: Getting OpenBlueDragon and Tomcat to traverse directories > I thought the use of handlers (JKMount and JKUnMount) would > direct the requests properly. I believe that if you're very, very careful, you can get away with it, but you

RE: Getting OpenBlueDragon and Tomcat to traverse directories

2008-07-27 Thread rnaheed
>> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] >> Subject: Getting OpenBlueDragon and Tomcat to traverse directories > > Please post in plain text and leave in the < and > symbols. Lack of them > makes it much harder to examine your XML for correctness. Thanks for the tip Chuck. Here's all

RE: Tomcat Hosting

2008-07-27 Thread M T
If you are looking for a reliable host that specializes in Java and also offer a free trial check out Webappcabaret. The URL for provisioning the trial account is http://www.webappcabaret.com/wac/30daytrial.zul You should be setup in a couple minutes. > Subject: Re: Tomcat Hosting > From: [EM

Re: Tomcat Hosting

2008-07-27 Thread Jq
On Sun, 2008-07-27 at 19:12 -0700, Kerry Jacabson wrote: > Having been burnt a number of times, Is Rackspace one of those that burnt you? I have a customer that is satisfied with the hosting service. They may have a weak spot in acquiring certificates.

Re: Tomcat Hosting

2008-07-27 Thread Kerry Jacabson
Having been burnt a number of times, I was wondering if anyone knew of a reliable host that specializes in Java Hosting for Tomcat. Especially if they offer some sort of trial service, so I can evaluate the service without making any commitments. Thanks, Kerry

RE: Getting OpenBlueDragon and Tomcat to traverse directories

2008-07-27 Thread Caldarale, Charles R
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Subject: Getting OpenBlueDragon and Tomcat to traverse directories Please post in plain text and leave in the < and > symbols. Lack of them makes it much harder to examine your XML for correctness. > Host name="mysite.com" appBase="/va

Getting OpenBlueDragon and Tomcat to traverse directories

2008-07-27 Thread rnaheed
I've been searching all over for a solution to my problem to no avail, so I was wondering if anyone had any suggestion. What I'm trying to do is have OpenBlueDragon serve .cfm pages, while everything else gets served by Apache httpd. I have this part working. What I cannot get working is connect

RE: problem enabling tomcat5.5 Security Manager!

2008-07-27 Thread Shahar Cohen
Hi, It is a clean Tomcat install version apache-tomcat-5.5.26 running with java version jdk1.5.0_13 and I also tried it on java version j2sdk1.4.2_18. I have the default applications under webapps and I haven't tried to deploy any of my own web application. Thanks -Original Message- From

RE: Down the rabbit hole with JDBC

2008-07-27 Thread Martin Gainty
http://dev.mysql.com/doc/refman/5.0/en/connector-j-usagenotes-j2ee.html#connector-j-usagenotes-tomcat specifies these configurationparameters If the name you specify in java:/comp/env doesnt match the resource then the container wont be able to locate the driver Your best bet is to download

Re: Invalid DOAP file for the Tomcat Project

2008-07-27 Thread Mark Thomas
Erling Wegger Linde wrote: Hi, http://svn.apache.org/repos/asf/tomcat/site/trunk/docs/doap_Tomcat.rdf is invalid. Fixed - thanks for the report. The live site will update in ~ 1 hour. Of course, it is still horribly out of date... Mark -

Re: context.xml and custom realm

2008-07-27 Thread Mark Thomas
Caldarale, Charles R wrote: From: Jeff Powell [mailto:[EMAIL PROTECTED] 4. Set up a login.config file for Java (see JAAS LoginConfig file) and tell Tomcat where to find it by specifying its location to the J

Re: Could not load default SAX parser

2008-07-27 Thread Erling Wegger Linde
5.5 Thanks to a colleague I think it should be possible to get this working. He just told me, that if you remove all xerces jars from the plugin's classpath, then it uses the one shipped with confluence, and actually works. Thanks, - Erling On Sun, Jul 27, 2008 at 2:46 AM, Mark Thomas <[EMAIL PR

Re: javax.servlet.ServletException: Cannot find bean usersList in scope request

2008-07-27 Thread Carlos Morales
I think i solved it because I put a tag and now it works: I wrote this: logic:present name="userList"logic:iterate id="users" name="usersList" scope="request" type="com.genausal.entity.Users"/ / /tr>a href="consultuseradmin.do?passport_id"=bean:writename="users"property="passport_id"/>"bean:writ