element

2005-07-15 Thread Durfee, Bernard
? Bernard Durfee - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Removing the default server error pages

2005-06-15 Thread Bernard
f pages for the same thing. In my case, tomcat does not serve any static pages, only generated content, so it does not even have a document directory where it could read files from. BTW where is the correct use of documented? Regards, Bernard package mypackage; import java.io.IOEx

Re: Graceful restart on Windows [was Re: Adding working dynamically with mod_jk status?]

2005-06-01 Thread Bernard
;Restart Tomcat" step. Tomcat takes an awful lot of time to start unfortunately. For more info refer to: http://issues.apache.org/bugzilla/show_bug.cgi?id=34140 "jsvc does not block on Linux" Bernard On Wed, 01 Jun 2005 02:30:14 -0500, you wrote: >At 04:44 PM 5/31/2005, [

Tomcat 5 Redhat Fedora rpm question

2005-05-31 Thread Bernard
? Why is it compiling Tomcat ? I thought being a cross platform Java application, compilation of the source is not required. Does it perform a native compile (libgcj)? If so, is this the future norm? Who are the people to contact re the most common Redhat distribution? Many thanks, Bernard

Documentation Error

2005-04-01 Thread Durfee, Bernard
al you may need to modify the build.properties. Edit the file and find the server.home and deploy.home properties." Bernard Durfee - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Pluggable mechanism for loading context config files

2005-01-06 Thread Durfee, Bernard
rypted password won't be useful. In fact this could be used to encrypt the password, username, SID, etc. so that these details would be obscured as the context files go from the developer's workstation to home to their laptop to the test environment, etc. This is at best a strategy of ob

Bug Fix - Sort of...

2005-01-05 Thread Durfee, Bernard
Hello, This is my first post to the list, so I am not sure of the protocol for making contributions to the project. I had some problems getting a data source configured in Tomcat 5. My data source factory was not being used. After some struggle I found that I needed to put the factory name as an a

Jave Server Pages

2004-12-10 Thread Bernard Pace
Hi, I am trying to run my first jsp page on Tomcat. My current version is 5.0.30. The code I am applying to the jsp is the following Hello, world How the file that I am saving where should I place it, and should I update an XML file? Thanks in Advance

Problems With Deployment

2004-01-09 Thread bernard . ma
404 error: "The requested resource (/ACF/index.html) is not available." I read through the documentation and can't seem to find a solution. Your help in this matter is much appreciated, -Bernard - To unsubscribe,

RE: cvs commit: jakarta-tomcat-4.0/catalina/src/binsetenv.shcatalina.sh tool-wrapper.sh

2001-11-27 Thread Bernard D'Have
Patrick, I think that you can include setenv.sh.sample setenv.bat.sample It's the way used for /build.properties Bernard > -Original Message- > From: Remy Maucherat [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, 28 November, 2001 03:12 > To: Tomcat Developers List &

[PATCH TC4] correction to org.apache.catalina.util.URL.java

2001-09-05 Thread Bernard D'Have
RL. the patch in attachment consist of a small correction to URL.java and 2 more tests in URLTestCase. Thanks for your work, Bernard D'Havé Index: catalina/src/share/org/apache/catalina/util/URL.java === RCS file: /home/cv

RE: [TC4] error building tomcat-docs

2001-08-22 Thread Bernard D'Have
Craig, It's a parser bug in Crimson. just replace crimson.jar with xerces_1_4_1.jar and all is ok! thanks for the information Bernard > -Original Message- > From: craigmcc@localhost [mailto:craigmcc@localhost]On Behalf Of Craig > R. McClanahan > Sent: 22 Augus

[TC4] error building tomcat-docs

2001-08-21 Thread Bernard D'Have
: project.xml --- Nested Exception --- does anybody has resolved this issue? thanks Bernard