Servlet's constructor called at every request !

2001-10-27 Thread Hans Westling
Hi all, I would ask you all to go back in time with me, to the JServ era. We are using a 3rd party software package that is based on Apache 1.3.12 and JServ 1.1.2 (running on Solaris). Now I have some problems with it and I hope someone can help me. Please don't tell me to upgrade to Tomcat 4.0.

RE: getRemoteAddr() vs getRemoteHost()

2001-10-27 Thread Miao, Franco CAWS:EX
This is what my current seting in server.xml file, but still no luck! Aslo I check all enableLookups value in server.xml file, they all are "true". --- By default, DNS lookups are enabled when a web app

Re: the include action - is this possible

2001-10-27 Thread Craig R. McClanahan
On Sat, 27 Oct 2001, Gaurav Khanna wrote: > Date: Sat, 27 Oct 2001 20:45:57 -0700 > From: Gaurav Khanna <[EMAIL PROTECTED]> > Reply-To: Tomcat Users List <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subject: Re: the include action - is this possible > > Then how come this is working? > > > hr

Re: the include action - is this possible

2001-10-27 Thread Gaurav Khanna
Then how come this is working? &file=whybuy.jsp">Why Buy? Thanks Gaurav - Original Message - From: "Craig R. McClanahan" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, October 23, 2001 11:09 AM Subject: Re: the include action - is this possible > > > On Tue, 23 Oct 2001, G

Re: Tomcat Manager question

2001-10-27 Thread Craig R. McClanahan
On Sat, 27 Oct 2001, Leonardo Djekki wrote: > Date: Sat, 27 Oct 2001 20:40:07 -0400 > From: Leonardo Djekki <[EMAIL PROTECTED]> > Reply-To: Tomcat Users List <[EMAIL PROTECTED]>, > [EMAIL PROTECTED] > To: [EMAIL PROTECTED] > Subject: Tomcat Manager question > > I am running Tomcat 4.0.1, a

Re: Tomcat and firewalls...

2001-10-27 Thread Pae Choi
Dave, Could you tell me what platform do you use? Pae >I use Zone Alarm and it doesn't bother Tomcat at all. > >Dave > >At 01:54 PM 10/23/2001 +0100, you wrote: >>I use ZoneAlarm and I've found that I have to turn it off in order to use >>Tomcat >> >>Dave >> >> >> >>-Original Message-

Tomcat Manager question

2001-10-27 Thread Leonardo Djekki
I am running Tomcat 4.0.1, and using the Tomcat "Manager" app to deploy my new web application. It is working fine (I am able to call all the servlet on the new web application), but I would like to know why my new web application get installed on: $CATALINA_HOME\work\localhost\Vermont and i

Re: How to let tomcat output the stackTrace of an Exception

2001-10-27 Thread Jayson Yu
Hi, Hope this helps: -snippet--- try { catch (Exception e) { e.printStackTrace(); } snippet--- jayson At 08:25 AM 10/26/01 -0700, you wrote: >Hi, > >I got an SQLException in user authentication after tomcat have reconnected >the JDBC Realm. I would like to see the full message

Re: RequestDispatcher & HttpServletRequest wrapper issue.

2001-10-27 Thread Craig R. McClanahan
In servlet 2.2 (i.e. Tomcat 3.x), you are not allowed to wrap requests and responses. However, this is allowed in servlet 2.3 (i.e. Tomcat 4.0) as long as your wrappers extend the provided wrapper base classes. Craig On Sat, 27 Oct 2001, Nicolas Romanetti wrote: > Date: Sat, 27 Oct 2001 12:31

Re: Integrating PHP 4 with Tomcat

2001-10-27 Thread Craig R. McClanahan
Hello Sebastian, See intermixed stuff below. On Sat, 27 Oct 2001, Sebastian Bergmann wrote: > Date: Sat, 27 Oct 2001 10:01:30 +0200 > From: Sebastian Bergmann <[EMAIL PROTECTED]> > Reply-To: Tomcat Users Mailing List <[EMAIL PROTECTED]>, > [EMAIL PROTECTED] > To: Tomcat User Mailinglist <[

How to let tomcat output the stackTrace of an Exception

2001-10-27 Thread Yi-Xiong Zhou
Hi, I got an SQLException in user authentication after tomcat have reconnected the JDBC Realm. I would like to see the full message of the Exception. How can I get it? I have set debug="2" in server.xml and still not getting the full message. Could anyone tell me how to let tomcat print out the

Re: Upgrading from Tomcat 3.x to Tomcat 4

2001-10-27 Thread Adam Fowler
Hi, Have a read of the information in Tomcat 4's Server.xml file. Its basic, but covers it. I'll get my appendix on this finished ASAP. Adam. Tomcat-Book project http://tomcatbook.sourceforge.net On Saturday 27 October 2001 20:02, you wrote: > Hi, > > I was wondering about

Re: Where is 4.0.1 ?

2001-10-27 Thread Remy Maucherat
> Watching Tomcat 4 download site, I only find Jakarta-tomcat-4.0 binaries > (17-Sep-2001) > > Where are the October Jakarta-tomcat-4.0.1 binaries ? Somebody screwed up the website. I just fixed the Tomcat 4 related links. Remy -- To unsubscribe, e-mail: For addit

using Apache and Tomcat 4.0

2001-10-27 Thread Ilic Aleksandar
Hi there, I am trying to integrate Apache-1.20 and Tomcat-4.0 via webapp_module. I have done next steps: LoadModule webapp_module libexec/mod_webapp.so AddModule mod_webapp.c WebAppConnection warpConnection warp my_host:8008 WebAppDeploy examples warpConnection /examples/ And of course

[ANNOUNCEMENT] Tomcat 3.3 RPM Updated

2001-10-27 Thread GOMEZ Henri
Some minor glitches appears and reported also bu Nicolas: RH 6.x use nobody user to run Apache HTTP server, so I used also that one to operate tomcat but RH 7.x use apache user to run Apache HTTP server ===> The new RPM will create a tomcat user which will run tomcat. Other updates : -

Where is 4.0.1 ?

2001-10-27 Thread Dom
Watching Tomcat 4 download site, I only find Jakarta-tomcat-4.0 binaries (17-Sep-2001) Where are the October Jakarta-tomcat-4.0.1 binaries ? Dom -- To unsubscribe, e-mail: For additional commands, e-mail:

RequestDispatcher & HttpServletRequest wrapper issue.

2001-10-27 Thread Nicolas Romanetti
Hello, I am developing an internationalized web application. I am using tomcat 3.2.2 (but the problem I have encountered also concern Iplanet 6.1) I need to be able to process forms submitted in UTF-8, so I POST my data using the multipart/form-data enctype. My Front Controller servlet can re

Integrating PHP 4 with Tomcat

2001-10-27 Thread Sebastian Bergmann
(This is a resent. The original posting didn't show up on the mailing list after several hours) Hello there! I'm new to this list, so I'll introduce myself quickly: As one can already guess from this mail's From: header - my name is Sebastian Bergmann. I am a 23 years old computer s

Integrating PHP 4 with Tomcat

2001-10-27 Thread Sebastian Bergmann
Hello there! I'm new to this list, so I'll introduce myself quickly: As one can already guess from this mail's From: header - my name is Sebastian Bergmann. I am a 23 years old computer science student from Germany and involved in various Open Source projects, most actively with PHP an

Upgrading from Tomcat 3.x to Tomcat 4

2001-10-27 Thread Joao Carlos
Hi, I was wondering about upgrading my Tomcat 3.x + Apache 1.3 server to use Tomcat 4, but i didn't find how to connect Tomcat 4 to Apache. It does not have a conf file to include in apache configuration, etc. How can i do that? --- Joao Carlos [EMAIL PROTECTED] -- To unsubscribe,

mod_jserv & mod_jk

2001-10-27 Thread mperreno
Hi, I've read in the doc that mod_jserv and mod_jk aren't compatible, but they seem to go along without problem. My ApacheJServ is on port 8007 and my tomcat is on ports 8008 8009 and 8080. Servlets from both work fine. Are problems going to happen to me soon? -- mathieu perrenoud [iis] -- To

RE: Viewing this mailing list online

2001-10-27 Thread Milt Epstein
On Fri, 26 Oct 2001, Kemp Randy-W18971 wrote: > Sure. Just go to the Tomcat users archive. But the real solution is to > provide a digest list option (hint! hint!). I believe it is already possible to receive this list as a digest. Check the apache/jakarta/tomcat mailing list page for details.

Re: Iterator.next to String

2001-10-27 Thread D. Jay Newman
> but I want to pass it to next jsp, so I want to get the value of > iterator.next and convert to String variable > > I try String title=(String)iterator.next(); but I found error . If you haven't gotten several answers by now: Unless you are iterating over a list of String's, that won't wo

Importing openssl private keys into keytool keystore

2001-10-27 Thread Viswanathan Prakash
Hi. This is the description of my problem. I already have an apache/openssl based webserver. Now I want to run tomcat in ssl mode independent of apache. One way to do it of course is to generate a private key using keytool, generate a csr and get a certificate. In my case, this would mean getti

[FAQ] jGuru FAQ Update

2001-10-27 Thread Alex Chaffee
jGuru maintains FAQs and Forums on Servlets, JSP, and Tomcat (as well as many other Java topics). Here is an automated update on recent postings to Tomcat-related FAQs. Please direct flames and feedback to [EMAIL PROTECTED] . - Alex

Problem with context changes...

2001-10-27 Thread Chandramouli Nagarajan
Hai, In my application, i am forwarding the control to some other jsp file which is located in some other directory than the forwarding page.The destination page uses relative addresses for loading images.But i think when i forward using jsp forward directive, the path context is not getting chan

Re: Win98 problems

2001-10-27 Thread T.A. Flores
You have to right click that little icon in the upper left hand corner of the DOS window -go to properties and then change the memory settings. Better advice would be not to do this in Win9x ~Tonia - Original Message - From: Hornsby Peter <[EMAIL PROTECTED]> Date: Friday, October 26,

[ANNOUNCEMENT] Tomcat 3.2.4 beta 1 available

2001-10-27 Thread Marc Saegesser
The first beta release of Jakarta Tomcat 3.2.4 is now available for download at http://www.apache.org/dist/jakarta/jakarta-tomcat/release/v3.2.4-beta-1 Tomcat 3.2.4 fixes bugs found since the Tomcat 3.2.3 release in July, 2001. See the RELEASE-NOTES file for details on bug fixes and changes in t

Iterator.next to String

2001-10-27 Thread Isak Rickyanto
Hello all of Java Gurus... I use iterator in my code and I have succeeded to display the iterator.next() in the browser but I want to pass it to next jsp, so I want to get the value of iterator.next and convert to String variable I try String title=(String)iterator.next(); but I found erro

Tomcat 4 does not find my servlets, why?

2001-10-27 Thread Siomara Pantarotto
hi all, I just installed TC4 and tried a simple application. JSPs work fine but when I invoke my servlet I get always: The page cannot be found The page you are looking for might have been removed, had its name changed, or is temporarily unavailable. -

Re: Need help for server.xml

2001-10-27 Thread Nikola Milutinovic
Jean-Luc BEAUDET wrote: > Sorry if this is the second Post... > I made a little mistake ! > > Hi all, > > I'm newbie with the Tomcat env. > > Runnin' SOLARIS 8 Apache 1.3.20 and ApacheJServ 1.1.2 i had to decide to > > shift to Tomcat 4.0.1 especially for jsp's. > > I'm happy with it but i'd

Mod jk with tomcat 4.01

2001-10-27 Thread mailinglist
Hello list, I've searched the archives and doc but didn't find anything about Apache and Tomcat (known as mod_jk with the 3.x version) When I start Tomcat, I have this message : Starting service Tomcat-Standalone Apache Tomcat/4.0.1 Starting service Tomcat-Apache Apache Tomcat/4.0.1 so I wonder

RE: sourcepath problem in building tomcat (apxs pb building mod_j k.so)

2001-10-27 Thread Bill Cai
Larry, thanks. cheers, -bill --- Larry Isaacs <[EMAIL PROTECTED]> wrote: > The Tomcat 3.3 release is built on a Sun box running > SunOS. It has no problem using the build.xml file > as is. I don't know why your system is having > trouble with the ';' in build.xml, though perhaps > its a JDK 1

Support for UDP

2001-10-27 Thread ash s
Hi ! Where can I get more information on the UDP-multicast support extended by Tomcat. Does Apache web server support UDP-multicast ?   thanxs ash The Information contained and transmitted by this E-MAIL is proprietary to Wipro and/or its Customer and is intended for use only by the indivi

Re: getRemoteAddr() vs getRemoteHost()

2001-10-27 Thread Yoav Shapira
Hi, My guess is you need to enable remote address lookups in your server.xml. Since they are expensive to log, they are usually turned off by default, and the behavior is to simply return the address rather than the host. Yoav "Miao, Franco CAWS:EX" wrote: > > When I put the following code i

TC4 does not see my simple servlet as TC3 does

2001-10-27 Thread Siomara Pantarotto
Hi All, I just installed TC4 and I am ready to migrate my application from TC3.2.3 to it. I did everything according to the installation instructions Sun provides. I create a small application to test the installation with a simple JSP and a Simple servlet example. They run perfectly under TC