Is it possible to set up an alias to a directory?

2010-07-30 Thread Andrew Knight
Hi, I've got a general configuration question for Tomcat 6. I've read the documentation and done a bit of searching but could not find a solution. I'm looking to set up the following: International site: widgets.com Local sites like: widgets.com/au, widgets.com/uk etc An alias for widgets.com

Re: How do I tell if I am using APR or JSSE?

2010-07-30 Thread Tena Sakai
Thank you Mark. Mine is using JSSE. Regards, Tena On 7/30/10 3:50 PM, "Mark Thomas" wrote: > On 30/07/2010 21:35, Tena Sakai wrote: >> Hi, >> >> I am using tomcat 6.0.14 on a Redhat linux. >> I would like to get SSL working on this server and I am trying to digest SSL >> Configuration HOW-T

Re: How do I tell if I am using APR or JSSE?

2010-07-30 Thread Mark Thomas
On 30/07/2010 21:35, Tena Sakai wrote: Hi, I am using tomcat 6.0.14 on a Redhat linux. I would like to get SSL working on this server and I am trying to digest SSL Configuration HOW-TO document ( http://tomcat.apache.org/tomcat-6.0-doc/ssl-howto.html). In the section “Edit the Tomcat Configu

How do I tell if I am using APR or JSSE?

2010-07-30 Thread Tena Sakai
Hi, I am using tomcat 6.0.14 on a Redhat linux. I would like to get SSL working on this server and I am trying to digest SSL Configuration HOW-TO document ( http://tomcat.apache.org/tomcat-6.0-doc/ssl-howto.html). In the section “Edit the Tomcat Configuration File” it says: If the installation

AUTO: Christian Luettenberg ist außer Haus. ( Rückkehr am 18.08.2010)

2010-07-30 Thread christian . luettenberg
Ich bin bis 18.08.2010 abwesend. Ich werde Ihre Nachricht nach meiner Rückkehr beantworten. Hinweis: Dies ist eine automatische Antwort auf Ihre Nachricht "Re: [OT] java.security.NoSuchAlgorithmException: No implementation for AES/CBC/NoPad" gesendet am 30.07.2010 17:10:36. Diese ist die einz

RE: Does Tomcat have something similar to JRun's virtual-mapping?

2010-07-30 Thread Bob Carpenter
Hi Pid, Thanks for the useful explanation with an easy to understand example! I did as you say, but am getting a 404 error. My TC structure looks like this: apache-tomcat-6.0.20 conf Catalina cfusion pub.xml localhost webapps cfusion cfdocs

Re: UTF-8 encoding in Tomcat 6.0

2010-07-30 Thread Erik Bunn
On 7/30/10 6:33 PM, Christopher Schultz wrote: > If all you want to do is set the character encoding, you can easily call > setCharacterEncoding and be done with it: subclassing and overriding > should not be necessary at all, otherwise nobody would have written one > of these: No, I have other

Re: [OT] java.security.NoSuchAlgorithmException: No implementation for AES/CBC/NoPad

2010-07-30 Thread Kuga
Hi, I have uploaded the list. As I mentioned earlier it is evident that I dont see the Cipher.PBEWithMD5AndDES in that. NOTE: I am using a Linux Fedora FC12, 64 bit system. I havent installed the 64bit JRE, could this be any reason for not generating the correct provider list? Thanks Kuga Chr

Re: httpd-2.2.3-43 + Mod_ssl + Mod_jk + tomcat-6.0.29

2010-07-30 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Irfan, On 7/27/2010 2:17 AM, Irfan Khan wrote: > I am trying to integrate apache and tomcat by configuring web server + > mod_jk + mod_ssl + tomcat. This configuration would allow accessing deployed > apps at tomcat from web server with https port.

Re: UTF-8 encoding in Tomcat 6.0

2010-07-30 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Erik, On 7/30/2010 12:19 PM, Erik Bunn wrote: > Christopher Schultz, Wed, 21 Apr 2010 08:43:57 -0700 wrote: >> The filter cannot influence the way that GET parameters are decoded. The >> only way to change that is to set URIEncoding="UTF-8" on your >>

Re: connector config for debug scenario

2010-07-30 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Chuck, On 7/28/2010 2:02 PM, Caldarale, Charles R wrote: >> From: Rick.Wellman [mailto:rick.well...@kiewit.com] >> Subject: RE: connector config for debug scenario >> >> Hmmm, I'll consider this thread closed but if you have any ideas on how >> I migh

Re: UTF-8 encoding in Tomcat 6.0

2010-07-30 Thread Erik Bunn
Hi - This may be irrelevant to the original asker by now, and I'm working with Tomcat 7, but in case it's of use: Christopher Schultz, Wed, 21 Apr 2010 08:43:57 -0700 wrote: The filter cannot influence the way that GET parameters are decoded. The only way to change that is to set URIEncoding="

Re: help with exception: "IOException while saving persisted sessions: java.io.FileNotFoundException: C:\Documents and Settings\...\SESSIONS.ser (The system cannot find the path specified)"

2010-07-30 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Chris, On 7/30/2010 2:37 AM, Chris Markle wrote: > Running Tomcat 7.0.0 under Eclipse on Windows XP SP3. When I save a > change to my app and Tomcat reloads whatever it reloads, I get the > following exception. I did some web searching but to no avail

Re: Tomcat stops loading page half way through on runtime exception

2010-07-30 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 David, On 7/29/2010 3:14 PM, Caldarale, Charles R wrote: >> From: David Parks [mailto:davidpark...@yahoo.com] >> Subject: Tomcat stops loading page half way through on runtime >> exception >> >> I'd much prefer a more consistent response (at this time

Re: [OT] java.security.NoSuchAlgorithmException: No implementation for AES/CBC/NoPad

2010-07-30 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Kuga, On 7/28/2010 6:59 PM, Kuga wrote: > Thanks for the quick response, much appreciated: > -bash-4.0# /usr/local/jre/bin/java -version > java version "1.6.0_17" > Java(TM) SE Runtime Environment (build 1.6.0_17-b04) > Java HotSpot(TM) Server VM (bui

RE: JNDI not available from ServletContextListener

2010-07-30 Thread Martin Gainty
Hi Steve TC useNaming needs to be set true to enable JNDI access.. http://tomcat.apache.org/tomcat-5.5-doc/config/context.html eclipse has JNDI configurations for the oc4j,jboss and jonas eclipse-plugins you may want to ask eclipse support folk if they can recommend a tomcat plugin that is JN

Re: use of default-content-type

2010-07-30 Thread Ivan
Tomcat 7 2010/7/30 Mark Thomas > On 30/07/2010 09:32, Ivan wrote: > > Hi, if default-content-type is configured in the web.xml, and in the jsp > > file, a differernt content-type is configured, then an exception below is > > thrown. > > From the description of the default-content-type, it should

Re: use of default-content-type

2010-07-30 Thread Mark Thomas
On 30/07/2010 09:32, Ivan wrote: > Hi, if default-content-type is configured in the web.xml, and in the jsp > file, a differernt content-type is configured, then an exception below is > thrown. > From the description of the default-content-type, it should take effect > while no content-type is conf

Re: use of default-content-type

2010-07-30 Thread Ivan
No, it is just a simple jsp file. I guess that current codes could not handle the default-content-type and the scenario you mentioned, it seems that it configured the value of default-content-type to the content-type attribute while constructing the PageInfo instance. 2010/7/30 LiuYan 刘研 > > Jus

Re: use of default-content-type

2010-07-30 Thread LiuYan 刘研
Just a guess, does page1.jsp include another page2.jsp and page2.jsp does not specify content-type(which will be default-content-type)? Ivan Xu wrote: > > Hi, if default-content-type is configured in the web.xml, and in the jsp > file, a differernt content-type is configured, then an exception

use of default-content-type

2010-07-30 Thread Ivan
Hi, if default-content-type is configured in the web.xml, and in the jsp file, a differernt content-type is configured, then an exception below is thrown. >From the description of the default-content-type, it should take effect while no content-type is configured in the jsp file, and it should be a

Re: Does Tomcat have something similar to JRun's virtual-mapping?

2010-07-30 Thread Pid
On 30/07/2010 07:52, Bob Carpenter wrote: > I have inherited a ColdFusion app that runs under JRun and uses several > virtual-mappings for content in OS folders. The mappings look like this > (there are 10 mappings): > > >/thecontent >c:\some\os\file\path > > > I'd like to convert the a

Re: JNDI not available from ServletContextListener

2010-07-30 Thread Pid
On 30/07/2010 04:58, Steve Mitchell wrote: > I guess the maintainers know what they're doing, because my original > DataSource problem turns out to be a configuration problem. I still don't > know why the Eclipse project fails for me, but I'm assuming it's some kind of > deployment problem. Do