Re: problem with Classloader and symbolic links in 4.1.12

2002-11-20 Thread Eugene Gluzberg
Unfortunatelly that would mean i have to change my build system to save the classes to WEB-INF/classes directory, which is exactly what i am trying to avoid Our current build system places class files in the same dir as the source.. Ugly, i know, but i rather not move to ant just yet, its a

Re: problem with Classloader and symbolic links in 4.1.12

2002-11-20 Thread Jon Eaves
> > it would make my life so much easier since I am trying to develop an app > with thousands of classes and hundreds of packages, modifying my build > system to send all the classes to the tomcat dir would be a hassle. The simplest way is to setup the context so that it points to your development

Re: Problem with xsl transformation in tomcat 3.3.1 and tomcat 4.0.*on Linux

2002-11-12 Thread Chris Hazen
I put the xalan.jar into the JAVA_HOME/jre/lib/ext directory for my 1.3.1_04 install and still got the problem xsl output. Thanks for the assistance. Jacob Kjome wrote: Hello Chris, Try putting xalan-2.4.0.jar in JAVA_HOME/jre/lib/endorsed. Make sure you stop all java processes before doing t

Re: Problem with xsl transformation in tomcat 3.3.1 and tomcat 4.0.* on Linux

2002-11-12 Thread Jacob Kjome
Hello Chris, Try putting xalan-2.4.0.jar in JAVA_HOME/jre/lib/endorsed. Make sure you stop all java processes before doing this. Then restart Tomcat. Jake Tuesday, November 12, 2002, 10:43:29 AM, you wrote: CH> I've got a strange problem with tomcat transforming an xml document with CH> xsl

Re: problem with first servlet

2002-10-31 Thread Joshua Talbott
where is the invoker servlet? Josh On Thursday, October 31, 2002, at 02:03 PM, Shapira, Yoav wrote: Hi, What version of tomcat are you using? If you're using 4.1.12, make sure the invoker servlet mapping the tomcat_home/conf/web.xml file is uncommented. The invoker servlet in that release is

RE: problem with first servlet

2002-10-31 Thread Shapira, Yoav
Hi, What version of tomcat are you using? If you're using 4.1.12, make sure the invoker servlet mapping the tomcat_home/conf/web.xml file is uncommented. The invoker servlet in that release is disabled by default due to a security-related bug. See the release notes for details. Yoav Shapira Mil

RE: Problem with request-time attribute expressions in XML JSPs

2002-10-30 Thread pqin
Will remove " work? Regards, Phillip Qin Software Developer Canadian Shareowner 121 Richmond Street W, 7th Floor Toronto, ON M5H 2K1 (416) 595-9600 ext 291 -Original Message- From: Stefan Wachter [mailto:Stefan.Wachter@;gmx.de] Sent: October 30, 2002 11:55 AM To: [EMAIL PROTECTED

Re: problem with session tracking and redirection http<---> https

2002-10-20 Thread Craig R. McClanahan
On Sat, 19 Oct 2002, Henrik Bentel wrote: > Date: Sat, 19 Oct 2002 19:08:35 + > From: Henrik Bentel <[EMAIL PROTECTED]> > Reply-To: Tomcat Users List <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subject: Re: problem with session tracking and redirection ht

Re: problem with session tracking and redirection http<---> https

2002-10-20 Thread Maninder S Batth
my 2 cents: encrypting session information such as encrypted urls or cookies dont buy anything. they can be sniffed , and sent back. or worse things can happen. Security is not "cheap" so forget finding an inexpensive way. thats one big problem with open protocols, you know exactly where to

Re: problem with session tracking and redirection http<---> https

2002-10-20 Thread Jon Eaves
Henrik Bentel wrote: One of my problems is that I can't find anything in the servlet or tomcat documentation that mentiones any of this behaviour. If there is any, please send me the link. Hi Henrik, I couldn't find anything specific in the Servlet Spec, but in general it's just not a good id

Re: problem with session tracking and redirection http<---> https

2002-10-19 Thread Henrik Bentel
t;Craig R. McClanahan" <[EMAIL PROTECTED]> Reply-To: "Tomcat Users List" <[EMAIL PROTECTED]> To: Tomcat Users List <[EMAIL PROTECTED]> Subject: Re: problem with session tracking and redirection http<---> https Date: Fri, 18 Oct 2002 21:48:36 -0700 (PDT) On Fri, 1

Re: problem with session tracking and redirection http<---> https

2002-10-19 Thread Craig R. McClanahan
On Fri, 18 Oct 2002, Maninder S Batth wrote: > Date: Fri, 18 Oct 2002 19:28:59 -0700 > From: Maninder S Batth <[EMAIL PROTECTED]> > Reply-To: Tomcat Users List <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subject: Re: problem with session tracking and redirection

Re: problem with session tracking and redirection http<---> https

2002-10-18 Thread Maninder S Batth
omcat Users List <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: Re: problem with session tracking and redirection http<---> https yeah, I always encode the redirection URL. it's waird that it works if the session is created which under http, but not under https. bug maybe?

Re: problem with session tracking and redirection http<---> https

2002-10-18 Thread Craig R. McClanahan
On Fri, 18 Oct 2002, Maninder S Batth wrote: > Date: Fri, 18 Oct 2002 20:11:31 -0700 > From: Maninder S Batth <[EMAIL PROTECTED]> > Reply-To: Tomcat Users List <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subject: Re: problem with session tracking and redirect

Re: problem with session tracking and redirection http<---> https

2002-10-18 Thread Maninder S Batth
ion? Craig R. McClanahan wrote: On Fri, 18 Oct 2002, Henrik Bentel wrote: Date: Fri, 18 Oct 2002 23:07:17 + From: Henrik Bentel <[EMAIL PROTECTED]> Reply-To: Tomcat Users List <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: Re: problem with session tracking and redirection

Re: problem with session tracking and redirection http<---> https

2002-10-18 Thread Craig R. McClanahan
On Fri, 18 Oct 2002, Henrik Bentel wrote: > Date: Fri, 18 Oct 2002 23:07:17 + > From: Henrik Bentel <[EMAIL PROTECTED]> > Reply-To: Tomcat Users List <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subject: Re: problem with session tracking and redirection http

Re: problem with session tracking and redirection http<---> https

2002-10-18 Thread Maninder S Batth
omcat Users List" <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: Re: problem with session tracking and redirection http<---> https Date: Fri, 18 Oct 2002 14:13:40 -0700 is the request method changing in redirection, for example post to get ?? if it is, use HttpServletResponse

Re: problem with session tracking and redirection http<---> https

2002-10-18 Thread Maninder S Batth
From: Maninder S Batth <[EMAIL PROTECTED]> Reply-To: "Tomcat Users List" <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: Re: problem with session tracking and redirection http<---> https Date: Fri, 18 Oct 2002 14:13:40 -0700 is the request method changing in redi

Re: problem with session tracking and redirection http<---> https

2002-10-18 Thread Henrik Bentel
yeah, I always encode the redirection URL. it's waird that it works if the session is created which under http, but not under https. bug maybe? From: Maninder S Batth <[EMAIL PROTECTED]> Reply-To: "Tomcat Users List" <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subjec

Re: problem with session tracking and redirection http<---> https

2002-10-18 Thread Henrik Bentel
this behaviour. From: "Henrik Bentel" <[EMAIL PROTECTED]> Reply-To: "Tomcat Users List" <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: Re: problem with session tracking and redirection http<---> https Date: Thu, 17 Oct 2002 04:45:21 + ok, I se

Re: problem with session tracking and redirection http<---> https

2002-10-18 Thread Maninder S Batth
(http or https) "stays put" when redirecting. I haven't found anything in the servlet specification that mentiones anything about this behaviour. From: "Henrik Bentel" <[EMAIL PROTECTED]> Reply-To: "Tomcat Users List" <[EMAIL PROTECTED]> To: [EMA

Re: problem with session tracking and redirection http<---> https

2002-10-18 Thread Craig R. McClanahan
On Thu, 17 Oct 2002, Henrik Bentel wrote: > Date: Thu, 17 Oct 2002 04:45:21 + > From: Henrik Bentel <[EMAIL PROTECTED]> > Reply-To: Tomcat Users List <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subject: Re: problem with session tracking and redirection http<-

Re: problem with session tracking and redirection http<---> https

2002-10-16 Thread Henrik Bentel
L PROTECTED]> >Reply-To: "Tomcat Users List" <[EMAIL PROTECTED]> >To: "Tomcat Users List" <[EMAIL PROTECTED]> >Subject: Re: problem with session tracking and redirection http<---> https >Date: Wed, 16 Oct 2002 23:33:41 -0500 > > >This is

Re: problem with session tracking and redirection http<---> https

2002-10-16 Thread Jacob Kjome
This is the way Tomcat 4.x.x is made to work. The reason for this is security. I think it can be assumed that you were under https for a reason. Maybe you entered your cedit card info and are storing that in the session until the final submit. Now, if you stayed in the same session when m

RE: Problem with Tomcat 4.1.12 SSL

2002-10-08 Thread Tam, Michael
Hi All, Sorry for posting this problem that I didn't look carefully in the my archive. I found it from Remy's post back in September. Michael -Original Message- From: Tam, Michael [mailto:[EMAIL PROTECTED]] Sent: Monday, October 07, 2002 4:41 PM To: Tomcat UserList (E-mail) Subject:

Re: Problem with Tomcat 4.0.2 hanging

2002-10-04 Thread Rob Reed
sers List'" <[EMAIL PROTECTED]> > Sent: Friday, October 04, 2002 3:26 AM > Subject: RE: Problem with Tomcat 4.0.2 hanging > > > > Is the site restricted? I had a similar problem using the JNDI realm, I > > solved the problem by getting Apache to authen

Re: Problem with Tomcat 4.0.2 hanging

2002-10-04 Thread tysonlowery
PROTECTED]> Sent: Friday, October 04, 2002 3:26 AM Subject: RE: Problem with Tomcat 4.0.2 hanging > Is the site restricted? I had a similar problem using the JNDI realm, I > solved the problem by getting Apache to authenticate the user rather than > Tomcat. > > > -Original

RE: Problem with Tomcat 4.0.2 hanging

2002-10-04 Thread Collins, Jim
IL PROTECTED] > Subject: Re: Problem with Tomcat 4.0.2 hanging > > > I'm actually having the problem again right this second. I > went into the > server and did a ps aux. I found about 60 tomcat processes > running. Is > this normal? > > I've be

Re: Problem with Tomcat 4.0.2 hanging

2002-10-03 Thread Thad Humphries
Tomcat 4.0.5? 4.1.12? I was never able to get my application to work under Tomcat 4.0.2--JSPs would constantly error on classpath problems. But it's worked fine under 4.0.1, 4.0.3, 4.0.4, 4.0.5, and 4.1.12. I have no idea why. On Thu, 2002-10-03 at 12:28, [EMAIL PROTECTED] wrote: > I'm actual

Re: Problem with Tomcat 4.0.2 hanging

2002-10-03 Thread tysonlowery
I'm actually having the problem again right this second. I went into the server and did a ps aux. I found about 60 tomcat processes running. Is this normal? I've been struggling with this for over a week. Any advice, suggestions, etc. that you might have would be greatly appreciated. - O

RE: Problem with mod_jk.so

2002-10-02 Thread Henri Gomez
>Just another point on this. >I had the same problem, and upon investigation found that the two files >on the tomcat site (as of yesterday anyway) are identical, and I think >are both the eapi versions. >I recompiled manually from the sources and the problem went away. That's a good inform

RE: Problem with mod_jk.so

2002-10-01 Thread Gary Henson
- From: Ben Ricker [mailto:[EMAIL PROTECTED]] Sent: Wednesday, 2 October 2002 3:36 To: 'Tomcat Users List' Subject: RE: Problem with mod_jk.so Just to let everyone know, I downloaded John Turner's mod_jk.so and the problem went away (have not finished testing, however). T

Re: Problem with classNotFound and multiples contexts

2002-10-01 Thread Ricardo de Souza Moura
ist" <[EMAIL PROTECTED]> >CC: [EMAIL PROTECTED] >Subject: Re: Problem with classNotFound and multiples contexts >Date: Tue, 01 Oct 2002 21:03:22 +0200 > >maybe you should give it to the lib directory of tomcat itself > >At 14:56 01.10.2002 -0400, Rafael Angarita wrote: >

Re: Problem with classNotFound and multiples contexts

2002-10-01 Thread Thomas Eichberger
maybe you should give it to the lib directory of tomcat itself At 14:56 01.10.2002 -0400, Rafael Angarita wrote: >Hi! > >I have a tomcat 3.3.1 server with two contexts, root (default) and c1, > both of them have its own WEB-INF/lib directory. The file j0.jar is > copied in each WEB-INF

RE: Problem with mod_jk.so

2002-10-01 Thread Ben Ricker
Thanks for the info. I will go back through the docs and see what may have happened. I will let you know if I still have the issue after perusing the docs. Ben Ricker On Tue, 2002-10-01 at 10:54, Henri Gomez wrote: > >Just to let everyone know, I downloaded John Turner's mod_jk.so and the > >

RE: Problem with mod_jk.so

2002-10-01 Thread Henri Gomez
>Just to let everyone know, I downloaded John Turner's mod_jk.so and the >problem went away (have not finished testing, however). The URL is: >http://www.johnturner.com/howto/apache-tomcat-howto.html. Do you know that jk 1.2.0 has been released ? http://jakarta.apache.org/builds/jakarta-tomca

RE: Problem with mod_jk.so

2002-10-01 Thread Turner, John
No problem, glad I could help. John > -Original Message- > From: Ben Ricker [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, October 01, 2002 11:36 AM > To: 'Tomcat Users List' > Subject: RE: Problem with mod_jk.so > > > Just to let everyone know, I dow

RE: Problem with mod_jk.so

2002-10-01 Thread Ben Ricker
connectorthe filename suggests > it is. > > Ben Ricker > > > > > > -Original Message- > > > From: Ben Ricker [mailto:[EMAIL PROTECTED]] > > > Sent: Monday, September 30, 2002 1:01 PM > > > To: Tomcat Users List > > > Subject: RE: Problem with mod_

Re: Problem with mod_jk.so

2002-10-01 Thread Henri Gomez
>[root@dev bin]# ./apachectl configtest >Syntax error on line 208 of /usr/local/apache-new/conf/httpd.conf: >Cannot load /usr/local/apache-new/libexec/mod_jk.so into server: >/usr/local/apache-new/libexec/mod_jk.so: undefined symbol: ap_ctx_get ap_ctx_get is a standard Apache definition, are

Re: Problem with mod_jk.so

2002-09-30 Thread Raj Saini
I had the same proplem on Redhat 7.2. I have compiled from source and it worked. Raj Turner, John wrote: > Which one did you download? EAPI or no EAPI? > > John > > > >>-Original Message- >>From: Ben Ricker [mailto:[EMAIL PROTECTED]] >>Sent: Monday, September 30, 2002 12:27 PM >>To:

RE: Problem with mod_jk.so

2002-09-30 Thread Ben Ricker
t; -Original Message- > > From: Ben Ricker [mailto:[EMAIL PROTECTED]] > > Sent: Monday, September 30, 2002 1:01 PM > > To: Tomcat Users List > > Subject: RE: Problem with mod_jk.so > > > > > > On Mon, 2002-09-30 at 11:53, Turner, John wrote: > &g

RE: Problem with mod_jk.so

2002-09-30 Thread Turner, John
t: Monday, September 30, 2002 1:01 PM > To: Tomcat Users List > Subject: RE: Problem with mod_jk.so > > > On Mon, 2002-09-30 at 11:53, Turner, John wrote: > > Which one did you download? EAPI or no EAPI? > > No EAPI...As the download site says: > > * mod_jk

RE: Problem with mod_jk.so

2002-09-30 Thread Ben Ricker
On Mon, 2002-09-30 at 11:53, Turner, John wrote: > Which one did you download? EAPI or no EAPI? No EAPI...As the download site says: * mod_jk-1.3-noeapi.so is for Apache 1.3.x without mod_ssl I do not have mod_ssl installed. Verified that through httpd-l. Ben > John > > > > -Original

RE: Problem with mod_jk.so

2002-09-30 Thread Turner, John
Which one did you download? EAPI or no EAPI? John > -Original Message- > From: Ben Ricker [mailto:[EMAIL PROTECTED]] > Sent: Monday, September 30, 2002 12:27 PM > To: Tomcat Users List > Subject: Problem with mod_jk.so > > > I downloaded the binary of mod_jk.so from Jakarta's downlo

RE: Problem with Tomcat and JServ

2002-09-27 Thread Rossen Raykov
To: Tomcat Users List > Cc: [EMAIL PROTECTED] > Subject: Re: Problem with Tomcat and JServ > > > Hi, > > I had a similar problem some time ago with IE. No matter what > the headers > said, it would refuse to automatically open the Acrobat > reader _unless_ >

Re: Problem with Tomcat and JServ

2002-09-27 Thread Philippe de M. Sevestre
Hi, I had a similar problem some time ago with IE. No matter what the headers said, it would refuse to automatically open the Acrobat reader _unless_ the URL was also fished by ".pdf". In my case, the PDF was generated by a FOP-based servlet and I made it invoked using a URL like that: http://so

RE: problem with connecting Apache2.0.40 and Tomcat4.0.4 installed on diffrent machines with mod_jk

2002-09-19 Thread Venkat Reddy Valluri
Thanks Mike Venkat -Original Message- From: Michael Schulz [mailto:[EMAIL PROTECTED]] Sent: Thu 9/19/2002 3:18 PM To: Tomcat Users List Cc: Subject:RE: problem with connecting Apache2.0.40 and Tomcat4.0.4 installed on diffrent machines with mod_jk Venkat, Yes, I

RE: problem with connecting Apache2.0.40 and Tomcat4.0.4installed on diffrent machines with mod_jk

2002-09-19 Thread Raj Mettai
it will take me a few hours before I can document the details. -Mike Schulz -Original Message- From: Venkat Reddy Valluri [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 19, 2002 12:54 PM To: Tomcat Users List Subject: RE: problem with connecting Apache2.0.40 and Tomcat4.0.4 install

RE: problem with connecting Apache2.0.40 and Tomcat4.0.4 installed on diffrent machines with mod_jk

2002-09-19 Thread Michael Schulz
ember 19, 2002 12:54 PM To: Tomcat Users List Subject: RE: problem with connecting Apache2.0.40 and Tomcat4.0.4 installed on diffrent machines with mod_jk Hi Michael, Can you pl be more specific abou how to configure tomcat server.xml and how to generate mod_jk.conf manually Thks in advance V

RE: problem with connecting Apache2.0.40 and Tomcat4.0.4 installed on diffrent machines with mod_jk

2002-09-19 Thread Venkat Reddy Valluri
: Subject:RE: problem with connecting Apache2.0.40 and Tomcat4.0.4 installed on diffrent machines with mod_jk I was getting to that, but I forget to mention it before I hit send. (:o) -Mike -Original Message- From: Turner, John [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 19

RE: problem with connecting Apache2.0.40 and Tomcat4.0.4 installed on diffrent machines with mod_jk

2002-09-19 Thread Turner, John
Cool! Can't wait to see it. John > -Original Message- > From: Michael Schulz [mailto:[EMAIL PROTECTED]] > Sent: Thursday, September 19, 2002 12:23 PM > To: Tomcat Users List > Subject: RE: problem with connecting Apache2.0.40 and Tomcat4.0.4 > installed on

RE: problem with connecting Apache2.0.40 and Tomcat4.0.4 installed on diffrent machines with mod_jk

2002-09-19 Thread Michael Schulz
I was getting to that, but I forget to mention it before I hit send. (:o) -Mike -Original Message- From: Turner, John [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 19, 2002 11:22 AM To: 'Tomcat Users List' Subject: RE: problem with connecting Apache2.0.40 and T

RE: problem with connecting Apache2.0.40 and Tomcat4.0.4 installed on diffrent machines with mod_jk

2002-09-19 Thread Turner, John
Any thoughts of compiling a HOWTO, by chance? Hint, hint. :) John > -Original Message- > From: Michael Schulz [mailto:[EMAIL PROTECTED]] > Sent: Thursday, September 19, 2002 12:18 PM > To: Tomcat Users List > Subject: RE: problem with connecting Apache2.0.40

RE: problem with connecting Apache2.0.40 and Tomcat4.0.4 installed on diffrent machines with mod_jk

2002-09-19 Thread Michael Schulz
riginal Message- From: Venkat Reddy Valluri [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 19, 2002 10:56 AM To: Tomcat Users List Subject: RE: problem with connecting Apache2.0.40 and Tomcat4.0.4 installed on diffrent machines with mod_jk Even though I didn't copy, Atleast Apche s

Re: problem with connecting Apache2.0.40 and Tomcat4.0.4 installed on diffrent machines with mod_jk

2002-09-19 Thread achana
Venkat Reddy Valluri wrote: > > Hi John, > I followed your documenataion only, That is really awesome, so many of tomcat >guys suggested your documentation Yes I agree... of course u can always make a donation if the project is successful. Wonder what John does -- To unsubscribe, e-mail:

RE: problem with connecting Apache2.0.40 and Tomcat4.0.4 installed on diffrent machines with mod_jk

2002-09-19 Thread Venkat Reddy Valluri
Thank you very much john, I wish you could havce been succesful Thks Venkat -Original Message- From: Turner, John [mailto:[EMAIL PROTECTED]] Sent: Thu 9/19/2002 11:54 AM To: 'Tomcat Users List' Cc: Subject: RE: problem with connecting Apache2.0.40 and T

RE: problem with connecting Apache2.0.40 and Tomcat4.0.4 installed on diffrent machines with mod_jk

2002-09-19 Thread Venkat Reddy Valluri
rs List Cc: Subject: RE: problem with connecting Apache2.0.40 and Tomcat4.0.4 installed on diffrent machines with mod_jk If you want to put Apache and Tomcat on separate boxes, and still run the Tomcat examples, you will have to copy the static (.html) files from the tomcat box to the apache b

RE: problem with connecting Apache2.0.40 and Tomcat4.0.4 installed on diffrent machines with mod_jk

2002-09-19 Thread Turner, John
e up on different boxes a shot, if I have time. It would be an interesting experiment. John > -Original Message- > From: Venkat Reddy Valluri [mailto:[EMAIL PROTECTED]] > Sent: Thursday, September 19, 2002 11:44 AM > To: Tomcat Users List > Subject: RE: problem with

RE: problem with connecting Apache2.0.40 and Tomcat4.0.4 installed on diffrent machines with mod_jk

2002-09-19 Thread Michael Schulz
]] Sent: Thursday, September 19, 2002 10:26 AM To: 'Tomcat Users List' Subject: RE: problem with connecting Apache2.0.40 and Tomcat4.0.4 installed on diffrent machines with mod_jk The lines like "tomcat_home" etc. in workers.properties are optional. (thanks Milt!) You

RE: problem with connecting Apache2.0.40 and Tomcat4.0.4 installed on diffrent machines with mod_jk

2002-09-19 Thread Venkat Reddy Valluri
- From: Venkat Reddy Valluri Sent: Thu 9/19/2002 11:39 AM To: Tomcat Users List Cc: Subject:RE: problem with connecting Apache2.0.40 and Tomcat4.0.4 installed on diffrent machines with mod_jk In tomcat box I added following lines as per documentation That's

RE: problem with connecting Apache2.0.40 and Tomcat4.0.4 installed on diffrent machines with mod_jk

2002-09-19 Thread Venkat Reddy Valluri
ng to TOmcat box, but in mod_jk.log Every thing seems to be fine Thanks in advance Venkat -Original Message- From: Turner, John [mailto:[EMAIL PROTECTED]] Sent: Thu 9/19/2002 11:26 AM To: 'Tomcat Users List' Cc: Subject: RE: problem with connecting A

RE: problem with connecting Apache2.0.40 and Tomcat4.0.4 installed on diffrent machines with mod_jk

2002-09-19 Thread Turner, John
The lines like "tomcat_home" etc. in workers.properties are optional. (thanks Milt!) You only need the worker definitions (like port number, etc). I'm not sure about the Alias /manager question, that is a good question. You don't need mod_jk.so on the Tomcat box, its an Apache module. John

Re: Problem with Tomcat 4.1.10 SOLVED!

2002-09-12 Thread Alexander Schmidt
--- Original Message - From: "Alexander Schmidt" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Thursday, September 12, 2002 3:26 PM Subject: Re: Problem with Tomcat 4.1.10! > Hello! > If I start the Tomcat from DOS-Mode I get the IOExcep

Re: Problem with Tomcat 4.1.10!

2002-09-12 Thread Alexander Schmidt
t Users List" <[EMAIL PROTECTED]> Sent: Thursday, September 12, 2002 3:16 PM Subject: Re: Problem with Tomcat 4.1.10! > Thanks but I don´t have the parameters from yesterday! > Did anyone have? > > Thanks >A. Schmidt > - Original Message - > From: <[EMAIL

RE: Problem with Tomcat 4.1.10!

2002-09-12 Thread Vincent . Gaboriau
tched with Tomcat 4.1.10 configuration. -Message d'origine- De : Alexander Schmidt [mailto:[EMAIL PROTECTED]] Envoyé : jeudi 12 septembre 2002 15:17 À : Tomcat Users List Objet : Re: Problem with Tomcat 4.1.10! Thanks but I don´t have the parameters from yesterday! Did anyone hav

Re: Problem with Tomcat 4.1.10!

2002-09-12 Thread Alexander Schmidt
Thanks but I don´t have the parameters from yesterday! Did anyone have? Thanks A. Schmidt - Original Message - From: <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Thursday, September 12, 2002 3:17 PM Subject: RE: Problem with Tomcat 4.1.10

RE: Problem with Tomcat 4.1.10!

2002-09-12 Thread Vincent . Gaboriau
n Dos mode. After, you could test which parameter missed. -Message d'origine- De : Alexander Schmidt [mailto:[EMAIL PROTECTED]] Envoyé : jeudi 12 septembre 2002 14:56 À : Tomcat Users List Objet : Re: Problem with Tomcat 4.1.10! I installed on platform win2000. But my great problem is t

Re: Problem with Tomcat 4.1.10!

2002-09-12 Thread Alexander Schmidt
#x27;" <[EMAIL PROTECTED]> Sent: Thursday, September 12, 2002 2:42 PM Subject: RE: Problem with Tomcat 4.1.10! Maybe I was wrong and it's not a problem with your jsp file, since Miguel Angel Mulero Martinez had the same problem (running "tomcat in win2000 as a service&qu

RE: Problem with Tomcat 4.1.10!

2002-09-12 Thread Andreas Mohrig
[mailto:[EMAIL PROTECTED]] Sent: Thursday, September 12, 2002 2:34 PM To: Tomcat Users List Subject: Re: Problem with Tomcat 4.1.10! Hi! I have problems with the JSPs. The example also doesn´t work! Is it a bug! With Tomcat 4.0.4 I hadn´t problems. - Original Message - From: "And

Re: Problem with Tomcat 4.1.10!

2002-09-12 Thread Alexander Schmidt
ay, September 12, 2002 2:20 PM Subject: RE: Problem with Tomcat 4.1.10! > Something with the syntax of your jsp file. The line > > >An error occurred at line: -1 in the jsp file: null > > makes me guess at some illegal character or even a missing file (???). Do > you have some

RE: Problem with Tomcat 4.1.10!

2002-09-12 Thread Andreas Mohrig
Something with the syntax of your jsp file. The line >An error occurred at line: -1 in the jsp file: null makes me guess at some illegal character or even a missing file (???). Do you have some kind of index.jsp in your root directory? Do you have a webapp configured for "/"? Try accessing somet

RE: Problem with Tomcat 4.1.10!

2002-09-12 Thread Miguel Angel Mulero Martinez
I've reported the same problem with the versión not LE. The problem is using tomcat in win2000 as a service. Are you in the same case? If yes, try to start it from the command line, with catalina_start. God luck! -Mensaje original- De: Alexander Schmidt [mailto:[EMAIL PROTECTED]] Enviado

RE: PROBLEM with Tomcat 4.10 and Jasper

2002-09-11 Thread Vincent . Gaboriau
À : Tomcat Users List Objet : RE: PROBLEM with Tomcat 4.10 and Jasper Does "FIECONJV1.getCONTCO(vect)" returns a String? -Message d'origine- De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Envoyé : mercredi 11 septembre 2002 17:44 À : [EMAIL PROTECTED] Objet : PROBLEM wi

RE: PROBLEM with Tomcat 4.10 and Jasper

2002-09-11 Thread Vincent . Gaboriau
Does "FIECONJV1.getCONTCO(vect)" returns a String? -Message d'origine- De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Envoyé : mercredi 11 septembre 2002 17:44 À : [EMAIL PROTECTED] Objet : PROBLEM with Tomcat 4.10 and Jasper Hello, I am French, sorry for my englais. I have a pro

Re: PROBLEM with Tomcat 4.10 and Jasper

2002-09-11 Thread Nick Sharples
[EMAIL PROTECTED] writes: > Hello, > > I am French, sorry for my englais. > > I have a problem with Tomcat 4.10 and Jasper > I use tags < jsp:include... >. > That functions very well with Tomcat 4.0.x but not with Tomcat 4.10 > I you sendings my log and my file jsp + file compiled

RE: Problem with getting MAX value

2002-08-28 Thread Turner, John
This doesn't sound like a tomcat question. It might be, but in any case, please provide lots more information: platform/OS, tomcat version, database, database drivers (and their versions), what scenario are you using (JNDI, etc.). John Turner [EMAIL PROTECTED] > -Original Message- > Fr

RE: Problem with IIS Win2K + Tomcat

2002-07-29 Thread Durham David Cntr 805CSS/SCBE
through IIS? If you can't do that, then it they obviously won't work through IIS and your problem is elsewhere. -Dave > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: Monday, July 29, 2002 3:21 PM > To: Tomcat Users List > Subj

RE: Problem with IIS Win2K + Tomcat

2002-07-29 Thread Paul_Anastas
You mentioned mod_jk. I thought that was only for use with an Apache web server. If that's not the case then that's my problem. I don't have one. Thanks, Paul -- To unsubscribe, e-mail: For additional commands, e-mail:

RE: Problem with IIS Win2K + Tomcat

2002-07-29 Thread Turner, John
ECTED] [mailto:[EMAIL PROTECTED]] Sent: Monday, July 29, 2002 3:40 PM To: Tomcat Users List Subject: RE: Problem with IIS Win2K + Tomcat Is that the ISAPI_REDIRECTOR.DLL file? Maybe I should try a newer version. Paul -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For addition

RE: Problem with IIS Win2K + Tomcat

2002-07-29 Thread Paul_Anastas
Is that the ISAPI_REDIRECTOR.DLL file? Maybe I should try a newer version. Paul -- To unsubscribe, e-mail: For additional commands, e-mail:

RE: Problem with IIS Win2K + Tomcat

2002-07-29 Thread Turner, John
lto:[EMAIL PROTECTED]] Sent: Monday, July 29, 2002 2:57 PM To: Tomcat Users List Subject: RE: Problem with IIS Win2K + Tomcat JAVA_HOME is set correctly. When I enter http://localhost:8080/examples/ etc... JSP's execute correctly. This forces Tomcat to be the web server, am I correct?

RE: Problem with IIS Win2K + Tomcat

2002-07-29 Thread Paul_Anastas
JAVA_HOME is set correctly. When I enter http://localhost:8080/examples/ etc... JSP's execute correctly. This forces Tomcat to be the web server, am I correct? Paul -- To unsubscribe, e-mail: For additional commands, e-mail:

RE: Problem with IIS Win2K + Tomcat

2002-07-29 Thread Durham David Cntr 805CSS/SCBE
How do you know that Tomcat is intercepting these requests? It sounds to me like it is not. > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: Monday, July 29, 2002 1:23 PM > To: [EMAIL PROTECTED] > Subject: Problem with IIS Win2K + Tomcat > > > I am

RE: Problem with IIS Win2K + Tomcat

2002-07-29 Thread Turner, John
Any error messages? Sounds like tomcat isn't even getting the JSP requests at all, which would mean a problem with the connector configuration. Just to be sure, you're saying that http://localhot:8080/examples/ doesn't give you anything or doesn't execute properly? John Turner [EMAIL PROTECTED

RE: Problem with IIS Win2K + Tomcat

2002-07-29 Thread Gary_Evans
Is your JAVA_HOME environment variable set to C:\jdk1.4.0 (or wherever jdk 4.1.0_01 lives on your system)? That's likely to be the problem. Cheers, Gary Evans, MCSE, MCP+I Systems Administrator SAIC 850-245- x3329 [EMAIL PROTECTED] -Original Message- From: [EMAIL PROTECTED] [m

RE: Problem with Load Balancing using mod_jk and session affinity.

2002-07-18 Thread Robert Chartier
Users List; [EMAIL PROTECTED] Subject: RE: Problem with Load Balancing using mod_jk and session affinity. It definitely works as I have it working too. What you have to do is also make sure you encodeURL all links and form actions. > -Original Message- > From: Eddie Bush [mailto:

RE: Problem with Load Balancing using mod_jk and session affinity.

2002-07-17 Thread Ricky Leung
It definitely works as I have it working too. What you have to do is also make sure you encodeURL all links and form actions. > -Original Message- > From: Eddie Bush [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, July 17, 2002 10:51 PM > To: Tomcat Users List > Subject: R

Re: Problem with Load Balancing using mod_jk and session affinity.

2002-07-17 Thread Eddie Bush
I believe (and I could be wrong) that you need to specify the _worker name_ for jvmRoute. ubeans.com/tomcat - they do it. He tested it and claims he has it working fine. Check it out. Regards, Eddie Robert Chartier wrote: >Hi, > >I've successfully installed and configured apache and 2 tom

RE: Problem with "Jakarta IIS Redirector"

2002-07-11 Thread Andrew Conrad
ECTED]] Gesendet: Donnerstag, 11. Juli 2002 14:50 An: 'Tomcat Users List' Betreff: RE: Problem with "Jakarta IIS Redirector" If you are using virtual hosts, you need a "jakarta" virtual directory for each virtual host, but you can only have ONE filter...in other wor

Re: Problem with "Jakarta IIS Redirector"

2002-07-11 Thread Rao Manekar
follow the guidelines in http://www.getnet.net/~rbarr/TomcatOnIIS/default.htm modify your code from: # # Sites to be redirected to Tomcat # /193.99.41.1=$(default.worker) /193.99.41.1/*=$(default.worker) to: /*.jsp=$(default.worker) check out above link. Rao >>> "Sebastian Leppert" <

RE: Problem with "Jakarta IIS Redirector"

2002-07-11 Thread Turner, John
If you are using virtual hosts, you need a "jakarta" virtual directory for each virtual host, but you can only have ONE filter...in other words, do not add the redirector as a filter for each virtual host. You only need the filter once. What is the status of the filter? Is it showing a green

RE: problem with tomcat 4.03 on Win2K

2002-07-07 Thread Karamjit (Nick) Singh
the install parameter: -Djava.class.path Thanks -Original Message- From: Joey Kovacs [mailto:[EMAIL PROTECTED]] Sent: Saturday, July 06, 2002 8:36 PM To: [EMAIL PROTECTED] Subject: Re: problem with tomcat 4.03 on Win2K you can go into the command prompt, its actually a long process

Re: problem with tomcat 4.03 on Win2K

2002-07-06 Thread Joey Kovacs
you can go into the command prompt, its actually a long process >From: "Karamjit (Nick) Singh" <[EMAIL PROTECTED]> >Reply-To: "Tomcat Users List" <[EMAIL PROTECTED]> >To: [EMAIL PROTECTED] >Subject: problem with tomcat 4.03 on Win2K >Date: Sat, 6 Jul 2002 14:09:27 -0700 > > > >I am having a prob

Re: problem with manager app

2002-06-25 Thread Avnish Pundir
t;[EMAIL PROTECTED]> Sent: Tuesday, June 25, 2002 7:02 PM Subject: Re: problem with manager app I don't think the manager reload command reloads from the .war file. Instead it reloads from the directory which has been extracted from the .war file. Have you tried reloading after making ch

Re: problem with manager app

2002-06-25 Thread Liam Morley
I don't think the manager reload command reloads from the .war file. Instead it reloads from the directory which has been extracted from the .war file. Have you tried reloading after making changes to the directory? Liam Morley Cory Casler wrote: >I am trying to use the reload command in the

RE: problem with 4.0.4 JSP pages first install

2002-06-24 Thread Andrew Conrad
It's probably obvious to you now, but that was your problem with 1.3. You needed the JDK. I wouldn't get too discouraged about not getting a response. The problem is more along the lines that there are too many emails to read everything daily. Probably like so many other people, I can only read

RE: problem with 4.0.4 JSP pages first install

2002-06-24 Thread Anoop Kumar V
it is just that ur tools.jar is not included in ur classpath.. set that.. and everything will work like clockwork. -Anoop -Original Message- From: STEVE R BURRUS [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 25, 2002 10:28 AM To: Tomcat Users List; [EMAIL PROTECTED] Subject: RE: problem

RE: problem with 4.0.4 JSP pages first install

2002-06-24 Thread STEVE R BURRUS
Clay, I just now used the JSP example that you supplied a link to, and it worked just fine!! --- Clay Graham <[EMAIL PROTECTED]> wrote: > followup: > > I found this error in the log file: > > java.lang.NoClassDefFoundError: sun/tools/javac/Main > > so it seems jasper is failing, because...I ins

RE: problem with 4.0.4 JSP pages first install

2002-06-24 Thread Clay Graham
followup: I found this error in the log file: java.lang.NoClassDefFoundError: sun/tools/javac/Main so it seems jasper is failing, because...I installed JRE, not JDK, which I have now done and it works fine sorry clay -Original Message- From: Clay Graham [SMTP:[EMAIL PROT

Re: Problem with authentication through mod_webapp

2002-06-18 Thread Markus Kirsten
Hi Richard, No, I'm using FORM based authentication and the login page shows up when I try to access a resource inside a protected area, but no matter which account I try to log on with I just get to the login failed page. Does anyone have a JDBC Realm up and running together with mod_webapp (

<    2   3   4   5   6   7   8   9   10   11   >