RE: Tomcat upgrade introduces character set problems.

2007-12-31 Thread Tad Woods
I solved the problem by specifying WINDOWS-1252 as the Charset where I read the imported file on the Linux host (excerpt follows). I still don't understand why this wasn't necessary on the older Tomcat/JVM, unless the decoding of ISO-8859-1 just became stricter. Apparently WINDOWS-1252 is a superse

Confusion between docs and server.xml

2007-12-31 Thread gb1071nx
Hello, Just got through reading docs and xml comments and thought I'd point out something (minor). This here: http://tomcat.apache.org/tomcat-6.0-doc/jasper-howto.html#Configuration seems to contain out-of-date information, if one compares it to the comments in $CATALINA_BASE/conf/web.xml

using deferredValue in a simple tag file

2007-12-31 Thread Rusty Wright
Tomcat is version 6.0.14, java is jdk1.6.0_03, eclipse is 3.3.1.1. Tomcat is running under/in eclipse. In a nutshell, I'm trying to use deferredValue with an attribute in a simple jsp tag file, the kind of tag file that contains jsp, no java code. When I added deferred value to my attribute

problem installing SSL om Debian

2007-12-31 Thread Neha Agrawal
Hi! i have installed Tomcat 5.5 on debian etch. Also installation on APR is working correctly. i want to install and configure SSL outputs are #java -version java version "1.5.0_10" Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_10-b03) Java HotSpot(TM) Client VM (build 1.5.0_1

Re: how to get rid of the path after the URL

2007-12-31 Thread William Bonnet
Hi Pavel I am running a Jive application using Tomcat. The application resides in "/tomcat/webapps/jiveforums" on the server. When I access the site I have to use "http://www.example.com/jiveforums"; . What changes do I have to make in Tomcat so I can omit "/jiveforums" from the URL and just u

HNY

2007-12-31 Thread Li
Hi all, Happy New Year to you. And Happy New Year to Tomcat too. Li -- Small win by playing smart Big win by playing honest

Re: how do i compile servlets

2007-12-31 Thread Joly M
cheers, frank 2007/12/31, Frank W. Zammetti <[EMAIL PROTECTED]>: > > Servlets, unlike JSPs, are NOT automatically compiled by the container. > You will need to compile your servlets yourself and place the .class files > in WEB-INF/classes (or package them into a JAR and put them in > WEB-INF/lib).

Re: how do i compile servlets

2007-12-31 Thread Frank W. Zammetti
Servlets, unlike JSPs, are NOT automatically compiled by the container. You will need to compile your servlets yourself and place the .class files in WEB-INF/classes (or package them into a JAR and put them in WEB-INF/lib). Frank -- Frank W. Zammetti Founder and Chief Software Architect Omnytex

how do i compile servlets

2007-12-31 Thread Joly M
hello all, i'm calling a servlet on my application. tomcat seems not finding the servlet (error 404). i have noticee that no ".class" file was created when my web application was deployed . i have configured web.xml file, but i'm not getting any ".class" file at all. what should i do to get my ser

Re: Configuring gmail sending mail from Tomcat

2007-12-31 Thread Johan Borchers
No until now I haven't used the configuration. I was not sure if it was alright. And I was searching for a gmail certificate because the docs say that I have to import this one in a keystore. But where to look for the certificate ?? Thanks for the answer! Johan Deeþan Chakravarthy wrote: Joh

Re: Configuring gmail sending mail from Tomcat

2007-12-31 Thread Deeþan Chakravarthy
Johan Borchers wrote: Hello, I'm using Tomcat 6.0.14 on windows 2003 server with JDK 1.5.0_12. I'm using now my 'normal' email account for sending email. I want to use a gmail account for sending email from Tomcat. Has anyone succesfully configured a gmail account for sending email from Tom

Configuring gmail sending mail from Tomcat

2007-12-31 Thread Johan Borchers
Hello, I'm using Tomcat 6.0.14 on windows 2003 server with JDK 1.5.0_12. I'm using now my 'normal' email account for sending email. I want to use a gmail account for sending email from Tomcat. Has anyone succesfully configured a gmail account for sending email from Tomcat. I can't find the