Re: help with apache tomcat webserver

2002-07-12 Thread Jonathan Zhang
yes Ping is fine. I think this is a problem related to DNS. I thought it only goes through DNS if it's a host name, but ip address does not need to go through DNS ? maybe I'm just ignorant. - Original Message - From: Gunter D'Hondt [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL

RE: Cannot load mod_jk.dll into server!

2002-07-12 Thread Gunter D'Hondt
I've tried it all but still I'm getting this error. Hasn't anybody else got this message and found a solution to it? I've tried installed mod_webapp first but that gave me the same error so now I'm trying with mod_jk but also with no luck. how can I connect my apache with tomcat then? I'm out

AW: Cannot load mod_jk.dll into server!

2002-07-12 Thread Ralph Einfeldt
Just a shot in the dark: Have you verified, that the user that runs tomcat has the right to read that file? (As the access time changes, I assume that he has at least enough rights to read the directory) -Ursprüngliche Nachricht- Von: Gunter D'Hondt [mailto:[EMAIL PROTECTED]]

RE: Cannot load mod_jk.dll into server!

2002-07-12 Thread Gunter D'Hondt
Thanks for the tip but that also didn't fix it... it has full control for admins and everyone... i start apache and tomcat manually from the prompt so i'm using an admin user... Any other tips? Gunter -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of

RE: How to hide a download file

2002-07-12 Thread Michael Rimov
At 11:43 AM 7/11/2002 -0500, you wrote: I'm going to have to inevitably add it to my site soon, I was going to approach it the same way, but with a servlet isn't it possible to pipe a file by setting the response mime type and streaming it out as a PDF or EXE. Of course IE does it's own thing no

RE: Why doesn't my classes see the oracle driver?

2002-07-12 Thread Vikramjit Singh
same in my case too. do one thing, added classes12.zip in your classpath. hope that helps. Regards, Vikram -Original Message- From: Jacob Kjome [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 11, 2002 9:57 PM To: Tomcat Users List Subject: Re: Why doesn't my classes see the oracle

RE: Why doesn't my classes see the oracle driver?

2002-07-12 Thread andre . powroznik
A file named nlscharset12.zip or something like that is also needed (at least here). Regards, André POWROZNIK -Original Message- From: Vikramjit Singh [mailto:[EMAIL PROTECTED]] Sent: 12 July 2002 09:11 To: 'Tomcat Users List' Subject: RE: Why doesn't my classes see the oracle driver?

Manager App Help

2002-07-12 Thread Joern . Karthaus
Hello List When I Install a Web Application with the Manager App .../manager/install... the Application runs correkt. But when I restart the Server the Application is not accessible. How can I tell the manager App to write the installed Configuration Data to Disk. Thanks Joern Karthaus

BasicDataSourceFactory (dbcp)

2002-07-12 Thread Marc Logemann
Hi, i just read http://jakarta.apache.org/tomcat/tomcat-4.1-doc/jndi-datasource-examples-howto.html and saw that dbcp uses username as a property for their DataSource Implementation. I allways thought that the specs say that one should use user. Shouldnt this be consistent across all

Tomcat 3.3.1 stops by itself

2002-07-12 Thread Attila Szegedi
I have Tomcat 3.3.1 running on a PA RISC machine under HP-UX 11.00 OS, using the HP-supplied 1.3.1_01 Java VM. We are experiencing that the java process running the Tomcat exits occasionally (approximately once a week). The real mistery is that the Tomcat apparently performs a clean shutdown -

LD_LIBRARY_PATH

2002-07-12 Thread Johnny
To all Tomcat users : How can I set LD_LIBRARY_PATH in setclasspath.sh? or is there any alternate way to set the LD_LIBRARY_PATH in Tomcat 4.0.3 in Linux? Regards, Johnny. -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: documentation on mod_jk

2002-07-12 Thread Nikolas A. Rathert
Ukiah, there are several places where you could find information. The most detailed one could be found here: http://atlassw1.phy.bnl.gov/jakarta-tomcat/mod_jk-howto.html If there still are questions go to http://www.galatea.com/flashguides/index Cheers and good luck, Nick Ukiah Smith

Re: Cannot load mod_jk.dll into server!

2002-07-12 Thread Nikolas A. Rathert
Gunter - there is a solution, I finally got my servers working together. But not with the include thing. Make sure that you use the right mod_jk that has been compiled (if you did it not on your own) for your Version of Apache! I then made some changes to the httpd.conf and server.xml. Here is

JNI and Tomcat Classloaders

2002-07-12 Thread Jhair Tocancipa Triana
Hi, I do have the following problem. Suppose the following class: class Bridge{ /* ... */ static{ System.loadLibrary( jni_tester ); } /* ... */ } It is possible to create/destroy instances of Bridge inside Tomcat in such a way that the shared library jni_tester is loaded

access files under WEB-INF ??

2002-07-12 Thread Serdar BOZDA
hello to everyone can I access a directory under WEB-INF in tomcat. For instance can I access c:\root\WEB-INF\project (I can access lib and classes directory of WEB-INf indirectly when I call a servlet, etc. but what about other folders under WEB-INF?) thanks in advance, serdar.

RE: Issue on Tomcat 4.0.4 configuration

2002-07-12 Thread Telesis Support - Bangalore
hi, I have installed jdk1.4 beta version and after configuration , i received the following error. The thing is the servlets in the examples folder is going thro, only for jsps of examples folder, i got these sort of errors. Apache Tomcat/4.0.4 - HTTP Status 503 - Servlet jsp is currently

getRemoteUser in Tomcat 3.3.1 does not work

2002-07-12 Thread Andreas Lehmann
Hi, I am trying to get the remote user under tomcat 3.3.1 and apache 1.3.12 on NT4 and Win2k. The authentification is done by apache and the ntlm module. If I try getRemoteUser() I only get a null value. I tryed NTLM and BASIC authentification - nothing works. I tryed various mod_jk.dll

Re: Altering file extensions

2002-07-12 Thread Steven Elliott
From: Jim Bartram [EMAIL PROTECTED] Date: Thu, 11 Jul 2002 21:16:30 -0700 To: [EMAIL PROTECTED] Subject: Altering file extensions I'm using Tomcat 4.0 in a very simple way, hosting some straightforward .jsp files. Instead of the client seeing files served with the *.jsp extension, I'd

Apache+tomcat under Linux

2002-07-12 Thread ZXSPRCR2A017, Ext
does anybody know how to configure apache and tomcat 4 under Mandrake Linux 8.2 ? thanks, Frederic x Frederic Duffau, Cyber Angel - Technical Intranet Team Transiciel Technologies for ASTRIUM

RE: getRemoteUser in Tomcat 3.3.1 does not work

2002-07-12 Thread Telesis Support - Bangalore
hi, whats the size of your mod_jk.dll.. Is it 120 kb..?.. just confirm me.. bye, Murugan -Original Message- From: Andreas Lehmann [mailto:[EMAIL PROTECTED]] Sent: Friday, July 12, 2002 3:13 PM To: 'Tomcat Users List' Subject: getRemoteUser in Tomcat 3.3.1 does not work Hi, I am

Re: help with apache tomcat webserver

2002-07-12 Thread Martin Jacobson
Jonathan Zhang wrote: Everything is in default condition as provided by apache tomcat 4.0. People in foreign countries such as hk and china can not view it while people in US can. if it helps here's my ip addr: http://64.161.27.180:8080/index.html thanks for the help -jonathan I

intranet application - plz help

2002-07-12 Thread # Lalit Nagpal #
how to run an application on an intranet. I want my servlets to be accessible only for the comps on my LAN. I am using tomcat 4 - 80 port is for our website now do i have to use some other port for intranet application - if yes how to configure tomcat to listen to two ports. Thanks is advance

Re: Altering file extensions

2002-07-12 Thread Martin Jacobson
Jim Bartram wrote: I'm using Tomcat 4.0 in a very simple way, hosting some straightforward .jsp files. Instead of the client seeing files served with the *.jsp extension, I'd like to be able to substitue anothe extension instead -- like *.html :-). Is there a way to do that in Tomcat ? If

Re: BasicDataSourceFactory (dbcp)

2002-07-12 Thread Martin Jacobson
Marc Logemann wrote: Hi, i just read http://jakarta.apache.org/tomcat/tomcat-4.1-doc/jndi-datasource-examples-howto.html and saw that dbcp uses username as a property for their DataSource Implementation. I allways thought that the specs say that one should use user. Shouldnt this be

RE: mod_jk.so for HP-UX 11

2002-07-12 Thread Antonio Trigo
Ravi, Can u send me the binary version of mod_jk.so for HP-UX 11. Thanks in advance. Trigo -Original Message- From: Ravi Verma [mailto:[EMAIL PROTECTED]] Sent: sexta-feira, 14 de Junho de 2002 3:37 To: 'Tomcat Users List' Cc: [EMAIL PROTECTED] Subject: mod_jk.so for HP-UX 11 Dear

Re: Classes in WEB-INF/classes not visible to JSP pages

2002-07-12 Thread Vel
Hi Larry and RS, Thanks for your feedback. I did try importing the unpackaged classes, but with jdk 1.4 it gives an error that '.' is not found in the import statement, meaning i have to package. I will do it hereafter, but for my older applications i can not use 4.x.x and should be

Re: BasicDataSourceFactory (dbcp)

2002-07-12 Thread Marc Logemann
Hi, I have posted several times regarding this! In answer to your question, sorry to bother you :) it ought to be, but because there is no standard DTD for servlet containers, or EJB containers, everybody can do his own thing! :-( i dont know if a DTD would help out, i mean we cant define

AW: getRemoteUser in Tomcat 3.3.1 does not work

2002-07-12 Thread Andreas Lehmann
I tried the 120kB Version and the 116kB Version - nothing works. BTW what about version-numbers in mod_jk?? I think it would be a great idea... -Ursprüngliche Nachricht- Von:Telesis Support - Bangalore [SMTP:[EMAIL PROTECTED]] Gesendet am:Freitag, 12.

Mailer TAG question

2002-07-12 Thread Kevin Passey
Why does this not work? mt:setrecipient type=to address='%= request.getParameter(Email) %'/ Thanks Kevin Passey -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Decode Interceptor: charset from session. How to get rid of it in tomcat 3.3

2002-07-12 Thread Antonio Aparicio
As you can read in the subect, this trace or whatever, is appearing in the console on everyr request made to tomcat(v3.3, novell6,jdk1.3.0.1). I've tried everything with the decodeinterceptor entry (ie: debug -1 or 0) in server.xml, but it is still there. I´ve readt it's fixed in Tomcat 3.3.1,

Need help - intranet application

2002-07-12 Thread # Lalit Nagpal #
how to run an application on an intranet. I want my servlets to be accessible only for the comps on my LAN. I am using tomcat 4 - 80 port is for our website now do i have to use some other port for intranet application - if yes how to configure tomcat to listen to two ports. Thanks in advance

RE: mod_jk.so for HP-UX 11

2002-07-12 Thread PELOQUIN,JEFFREY (Non-HP-Boise,ex1)
Trigo, You could try downloading the HP provided apache/tomcat located at www.hp.com/products/webservers/apache/index.html the 2.0 version uses mod_jk and the provided binary might work for you. We use the warp connection for our work but if I get a chance I might try compiling mod_jk and see

Re: BasicDataSourceFactory (dbcp)

2002-07-12 Thread Martin Jacobson
Marc Logemann wrote: Hi, I have posted several times regarding this! In answer to your question, sorry to bother you :) I wasn't complaining - it was merely an observation; I 'discovered' this a month back, and have posted several replies to people in difficulty. it ought to be,

Re: Cannot load mod_jk.dll into server!

2002-07-12 Thread Frederick Aubert
Hi, I am experiencing more or less the same problem. I just got an hand on a mod_jk version (120kb) and Apache is telling me it can't load it properly (module not found) although the mod_jk.dll is correctly located and the path is set to match its location... However a couple of monthes ago, I

Re: getRemoteUser in Tomcat 3.3.1 does not work

2002-07-12 Thread Nikolas A. Rathert
Mine has 120 kB and is for Apache 1.3.26. Nick Telesis Support - Bangalore wrote: hi, whats the size of your mod_jk.dll.. Is it 120 kb..?.. just confirm me.. bye, Murugan -Original Message- From: Andreas Lehmann [mailto:[EMAIL PROTECTED]] Sent: Friday, July 12, 2002 3:13

Correct version of mod_jk.dll for Apache 2.0.39

2002-07-12 Thread Gunter D'Hondt
Who can send the correct version mod_jk.dll for Apache 2.0.39??? As I can see a lot of people are experiencing the same problem probably coz of the wrong (older) version of mod_jk.dll so if someone is running apache2.0.39 with mod_jk.dll running okay then send us your apache/modules/mod_jk.dll

AW: Cannot load mod_jk.dll into server!

2002-07-12 Thread Andreas Lehmann
Just a tip... Did you have any spaces in the directory path to apache.exe? If so - mod_jk.dll would not load!! bye Andreas -Ursprüngliche Nachricht- Von:Frederick Aubert [SMTP:[EMAIL PROTECTED]] Gesendet am:Freitag, 12. Juli 2002 13:44 An:

Re: Correct version of mod_jk.dll for Apache 2.0.39

2002-07-12 Thread Nikolas A. Rathert
Is this not the newest version for Win32 based systems? http://www.acg-gmbh.de/mod_jk/ Cheers, Nick Did you finally switch to the other Apache Version? Gunter D'Hondt wrote: Who can send the correct version mod_jk.dll for Apache 2.0.39??? As I can see a lot of people are experiencing the

RE: Cannot load mod_jk.dll into server!

2002-07-12 Thread Gunter D'Hondt
I've got Apache installed under C:\Apache\ so that shouldn't do it for me I can see in the file properties of mod_jk.dll that it has been accesssed but that's all... Gunter -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Andreas Lehmann Sent:

Re: intranet application - plz help

2002-07-12 Thread Christoph Fischer
make an additional conncetor in server.xml: !-- Define a non-SSL HTTP/1.1 Connector on port 8080 -- Connector className=org.apache.catalina.connector.http.HttpConnector port=80 minProcessors=5 maxProcessors=75 enableLookups=false redirectPort=8443

Error 500? ClassNotFound - org.apache.jsp.frames ?

2002-07-12 Thread Daniel Leong
Hi, I've just tried running a site I develop on 4.1.7 beta, and it's stopped working. It worked on 4.0.3 just fine. The error I'm getting is (root cause) java.lang.ClassNotFoundException: org.apache.jsp.frames$jsp. Trace provided below. Very dull. Can anyone suggest what I should look for

RE: JNI and Tomcat Classloaders

2002-07-12 Thread Cox, Charlie
yes, it is true that jni_tester will only be loaded once. Your code that uses Bridge only has to be in the \lib directory if Bridge uses any of those classes. If your other code is just calling Bridge, it can go into the web-inf/lib for your context. Charlie -Original Message-

Few questions with XSS vulnerability

2002-07-12 Thread daniel . jarboe
Regarding the recent XSS vulnerability reported with Tomcat 4.0.3. The recommended solution is to upgrade to 4.1.3-beta (I see 4.1.7-beta has been released). The alert doesn't mention any other version of apache tomcat besides 4.0.3, but probably 4.0.4 is vulnerable too? I'm on a linux

RE: getRemoteUser in Tomcat 3.3.1 does not work

2002-07-12 Thread Larry Isaacs
To use Apache's authentication, you must update the Ajp13Connector to set tomcatAuthentication false in your server.xml (it defaults true), i.e.: Ajp13Connector port=8009 tomcatAuthentication=false / There is a little bit of documentation concerning this in the server.xml, above the

RE: Correct version of mod_jk.dll for Apache 2.0.39

2002-07-12 Thread Gunter D'Hondt
YES!!! The mod_jk.dll on the link below is the one that works for me and I'm using 2.0.39! The mod_jk.dll that I was using was 120kb while this one is about 70kb Gunter -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Nikolas A. Rathert Sent: vrijdag

Differences between versions

2002-07-12 Thread Iain Downie
Would there be any huge differences between Tomcat 4.01 and Tomcat 4.03? I'm using a webapp on a Linux machine with 4.03 on it. I can't get it to work on an NT machine with 4.01 on it. Cheers Iain Migration Watch http://www.bto.org/migwatch -- To unsubscribe, e-mail: mailto:[EMAIL

RE: Correct version of mod_jk.dll for Apache 2.0.39

2002-07-12 Thread Makota, Tarik
Here you go or visit: http://www.acg-gmbh.de/mod_jk/ Tarik -Original Message- From: Gunter D'Hondt [mailto:[EMAIL PROTECTED]] Sent: Friday, July 12, 2002 7:49 AM To: 'Tomcat Users List' Subject: Correct version of mod_jk.dll for Apache 2.0.39 Who can send the correct version

Re: Classes in WEB-INF/classes not visible to JSP pages

2002-07-12 Thread rsequeira
I don't use JDK1.4. But if you get an error while importing classes without a package name, it may be a bug. And if you can confirm that you should probably file it with Sun. As for you packaging your classes, any specific reason for you to package you classes in org.apache.jsp? I think what

Re: LD_LIBRARY_PATH

2002-07-12 Thread Fabio Mengue
Hi, Create in $TOMCAT/bin a file called setenv.sh. In there, put LD_LIBRARY_PATH and any other env variable you want (I have the entire db2profile file on setenv.sh). Fabio. Johnny wrote: To all Tomcat users : How can I set LD_LIBRARY_PATH in setclasspath.sh? or is there any alternate

RE: Decode Interceptor: charset from session. How to get rid of it in tomcat 3.3

2002-07-12 Thread Larry Isaacs
DecodeInterceptor debug=-1 / worked for me. Larry -Original Message- From: Antonio Aparicio [mailto:[EMAIL PROTECTED]] Sent: Friday, July 12, 2002 7:14 AM To: [EMAIL PROTECTED] Subject: Decode Interceptor: charset from session. How to get rid of it in tomcat 3.3 As

Re: Correct version of mod_jk.dll for Apache 2.0.39

2002-07-12 Thread Nikolas A. Rathert
The 120 kB is for Apache 1.3.x Version not for 2.0.x Gunter D'Hondt wrote: YES!!! The mod_jk.dll on the link below is the one that works for me and I'm using 2.0.39! The mod_jk.dll that I was using was 120kb while this one is about 70kb Gunter -Original Message- From:

AW: Few questions with XSS vulnerability

2002-07-12 Thread Ralph Einfeldt
See below: -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Gesendet: Freitag, 12. Juli 2002 14:18 An: [EMAIL PROTECTED] Betreff: Few questions with XSS vulnerability Since I can't upgrade to the latest beta (trying to stick with RPM's), the

Two Questons about Tomcat

2002-07-12 Thread Serdar BOZDA
Hi, I have two questions about tomcat. 1. Can I access from browser to a folder under the WEB-INF folder. 2. How can I add another server (on port 85 for instance) in Tomcat thanks in advance, Serdar

Error - Please Help

2002-07-12 Thread Sunit Munjal
Hi, I just installed Tomcat and setup JDK, but can't see any thing. I always get an error. I was trying the same thing in WebLogic before, but had an error over there. I can view the index.html page fine on my local host, but when I try to view a JSP page. I ge the following error: The

Re: Error - Please Help

2002-07-12 Thread Nikolas A. Rathert
It seems to be the wrong JDK-Version. Try J2SDK1.4 It looks like you only installed the run-time. But this is not sufficient. You need the whole thing with javac, javaw etc. Cheers, Nick Sunit Munjal wrote: Hi, I just installed Tomcat and setup JDK, but can't see any thing. I always get an

RE: Error - Please Help

2002-07-12 Thread Turner, John
Please provide more information. Have you followed the installation instructions and HOW-TO documents? What port is tomcat listening on on your computer? Are you using a webserver in conjunction with tomcat, or just tomcat? What are the values of JAVA_HOME and CATALINA_HOME on your computer?

AW: Two Questions about Tomcat

2002-07-12 Thread Ralph Einfeldt
See below: -Ursprüngliche Nachricht- Von: Serdar BOZDAG [mailto:[EMAIL PROTECTED]] Gesendet: Freitag, 12. Juli 2002 15:18 An: tomcatGroup Betreff: Two Questions about Tomcat 1. Can I access from browser to a folder under the WEB-INF folder. No. 2. How can I add another server

RE: Error - Please Help

2002-07-12 Thread Reynir Hübner
put tools.jar from your jsdk into tomcats classpath (for example into tomcat/common/lib/ ) that should fix it -reynir -Original Message- From: Sunit Munjal [mailto:[EMAIL PROTECTED]] Sent: 12. júlí 2002 13:18 To: [EMAIL PROTECTED] Subject: Error - Please Help Hi, I just

Re: Error - Please Help

2002-07-12 Thread Sunit Munjal
I do have JDK 1.4 installed. How do I get javac, javaw. I just went to the sun site and downloaded an exe for J2RE1.4. If this is the wrong one, which one do I need to download? -- This e-mail may contain confidential and/or privileged information. If you are not the intended recipient

Re: mod_jk.so for HP-UX 11

2002-07-12 Thread John Whitley
Trigo, We succesfully use mod_jk.so in the HP version of Apache 1.3.26 on both 11.00 and 11.11i. The recently fixed versions are at FTP Access: ftp://apache:[EMAIL PROTECTED]/ I don't know if these have been translated in to product bundles yet. John PELOQUIN,JEFFREY

Re: Error - Please Help

2002-07-12 Thread Nikolas A. Rathert
This is wrong. You need J2SDK 1.4. I think this one http://java.sun.com/j2se/1.4/download.html is right. Cheers, Nick Sunit Munjal wrote: I do have JDK 1.4 installed. How do I get javac, javaw. I just went to the sun site and downloaded an exe for J2RE1.4. If this is the wrong one,

Re: Error - Please Help

2002-07-12 Thread Nishant_Awasthi
Sunit j2RE1.4 is just the runtime environment for java. You need to install J2SDK 1.4 from http://java.sun.com/j2se/1.4/download.html From this link download SDK and not JRE version that is the second column in the table not the first one... tell me if you have some problems...

RE: Error - Please Help

2002-07-12 Thread Sunit Munjal
Yes, I have followed instructions on the installation instructions and HOW-TO documents. I'm just using Tomcat and it is listening on port 80. What file do I find out from what values JAVA_HOME and CATALINA_HOME on my computer. I can't view any examples. thanks.

RE: Error - Please Help

2002-07-12 Thread Sunit Munjal
Where do I get it. Its not in my J2RE1.4.0 folder? Message History From: Reynir Hübner [EMAIL PROTECTED] on 07/12/2002 01:15 PM GMT Please respond to Tomcat Users List [EMAIL PROTECTED] To:Tomcat Users

RE: Error - Please Help

2002-07-12 Thread andre . powroznik
You would better have download the JSDK, not the JRE! ;-) Andre POWROZNIK -Original Message- From: Sunit Munjal [mailto:[EMAIL PROTECTED]] Sent: 12 July 2002 15:33 To: Tomcat Users List Subject: RE: Error - Please Help Where do I get it. Its not in my J2RE1.4.0 folder?

RE: Error - Please Help

2002-07-12 Thread Turner, John
Well, all due respect, but that can't quite be true now, can it? Try this document, it explains all the things you need, Windows or UNIX: http://jakarta.apache.org/tomcat/tomcat-4.0-doc/RUNNING.txt If, after you follow that, you're still having problems getting tomcat to serve JSPs and

Re: Two Questions about Tomcat

2002-07-12 Thread Serdar BOZDAG
thanks but when i add another http connector how will the context elements know to use the correct connector. for instance there are two ports (connectors) 80 and 85 and in server.xml two contexts Context path= docBase=c:\folder1 debug=0/ and Context path= docBase=c:\folder2 debug=0/

Re: Error - Please Help

2002-07-12 Thread Nikolas A. Rathert
Sorry, I forgot: you need the All languages SDK not the JRE. Nikolas A. Rathert wrote: This is wrong. You need J2SDK 1.4. I think this one http://java.sun.com/j2se/1.4/download.html is right. Cheers, Nick Sunit Munjal wrote: I do have JDK 1.4 installed. How do I get javac,

Re: AW: Few questions with XSS vulnerability

2002-07-12 Thread daniel . jarboe
Ahh, here's something in my catalina.out. ERROR reading java.io.FileInputStream@67ff4773 At Line 265 /web-app/servlet-mapping/ ERROR reading java.io.FileInputStream@4190770 At Line 265 /web-app/servlet-mapping/ Apache Tomcat is returning 404's for various URLs. This is after I comment out the

NoSuchMethod at Ajp13Connector.run()

2002-07-12 Thread Gunter D'Hondt
Now that I finally got the mod_jk running with my apache2.0.39 and tomcat4.0.4 now I'm getting this error in my tomcat dos box: java.lang.NoSuchMethodError: java.net.Socket: method setKeepAlive(Z)V not found at org.apache.ajp.tomcat4.Ajp13Connector.run(Ajp13Connector.java, Compiled Code)

Re: Cannot load mod_jk.dll into server!

2002-07-12 Thread Jacob Kjome
Hi Gunter, Grab the Apache-2.0.39 compatible version of mod_jk from: http://www.acg-gmbh.de/mod_jk/ Something changed in the modules between Apache-2.0.36 and 2.0.39 to cause the older modules to quit working. Jake At 01:43 PM 7/12/2002 +0200, you wrote: Hi, I am experiencing more or less

RE: Error - Please Help

2002-07-12 Thread Sunit Munjal
I just installed the SDK for all languages and it still doesn't work. Reynir mentioned something about putting the tools.jar into my tomcats classpath. What does that mean. Just copying and pasting the file in tomcat/common/lib/ directory or does it involve changing/adding a path

Re: Error - Please Help

2002-07-12 Thread Sunit Munjal
Alright, it works now. I just copied tools.jar into that directory. Thanks everyone for the help. -- This e-mail may contain confidential and/or privileged information. If you are not the intended recipient (or have received this e-mail in error) please notify the sender immediately and

RE: Error - Please Help

2002-07-12 Thread Reynir Hübner
either of the two, I suggested copying would be a simple way to achive this. just copy and try agian. -reynir -Original Message- From: Sunit Munjal [mailto:[EMAIL PROTECTED]] Sent: 12. júlí 2002 14:07 To: Tomcat Users List Subject: RE: Error - Please Help I just installed

RE: Error - Please Help

2002-07-12 Thread Arnaud HERITIER
Have you setted a JAVA_HOME environment variable to your new SDK installation directory ?? -Message d'origine- De : Sunit Munjal [mailto:[EMAIL PROTECTED]] Envoyé : vendredi 12 juillet 2002 16:07 À : Tomcat Users List Objet : RE: Error - Please Help I just installed the SDK for

RE: Error - Please Help

2002-07-12 Thread rsequeira
You could either copy the tools.jar from JAVA_HOME/lib to CATALINA_HOME/common/lib (or create symbolic link if you are using some flavor of Unix). This will resolve the problem of your jsps not compiling. This is the error that you been getting. RS Sunit Munjal [EMAIL PROTECTED] on

RE: Error - Please Help

2002-07-12 Thread Jacob Lund
An installation of sun java does not set environmental variables! You have to go to system in your control panel and add it your self! /Jacob -Original Message- From: Sunit Munjal [mailto:[EMAIL PROTECTED]] Sent: 12. juli 2002 16:07 To: Tomcat Users List Subject: RE: Error - Please

Re: access files under WEB-INF ??

2002-07-12 Thread Jacob Kjome
You can certainly do this from within a servlet or other java class as far as reading config file and whatnot, but you cannot publicly serve static content from there. You could, if you wanted, load up the document into memory and serve it as a stream via the servlet, but there is no direct

context in server.xml doesn't reload

2002-07-12 Thread Mark Thill
I'm running tomcat 4.0.3 and I have created a context path in my server.xml file which looks something like this: Context path=/foo docBase=C:\some\path debug=0 Resource name=JDBC/SEC_POOLCONN auth=Container type=javax.sql.ConnectionPoolDataSource/ ResourceParams name=JDBC/SEC_POOLCONN

Tomcat 4.0.4 Realm Question

2002-07-12 Thread Kevin Andryc
I was wondering how I can protect certain servlet subdirectories. For example, lets say that in WEB-INF/classes I have two subdirectories: app1 and app2. How do I use the security-constraint to protect (force the user to login) app1 but not have them login to classes in app2? I have tried this in

Re: Debugging Servlets

2002-07-12 Thread Jacob Kjome
I use bugseeker 1.0.2 for Java2: http://www.karmira.com/products/bugseeker2/ I created a new environment variable: JPDA_FLAGS = -Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=8000 Then I created a Tomcat Service which I use exclusively for

setting index.html as default for directories

2002-07-12 Thread cruegger
We have a situation where we are generating links to *directories* under Tomcat, each of which has an index.html file in it. (Long story but this is the situation we are stuck with). Is there a way to get Tomcat to serve up index.html in any directory by default when linking to the directory?

Tomcat 4.0.4 Not Creating mod_jk auto conf for Apache 1.3

2002-07-12 Thread Allistair Crossley
Hello All, I have Apache 1.3 and Tomcat 3.2.1 running with mod_jk. I want to upgrade to Tomcat 4.0.4. I have followed a set of instructions that I found, i.e 1) Added to server.xml under 8005 server line Listener className=org.apache.ajp.tomcat4.config.ApacheConfig

RE: Error - Please Help

2002-07-12 Thread jeff . guttadauro
Shouldn't moving the tools.jar be unnecessary if JAVA_HOME is set properly?? Jacob Lund

RE: LD_LIBRARY_PATH

2002-07-12 Thread Sexton, George
Add the directory to /etc/ld.so.conf and run ldconfig. -Original Message- From: Johnny [mailto:[EMAIL PROTECTED]] Sent: 12 July, 2002 1:49 AM To: Tomcat Users List Subject: LD_LIBRARY_PATH To all Tomcat users : How can I set LD_LIBRARY_PATH in setclasspath.sh? or is there any

Re: Tomcat 4.0.4 Not Creating mod_jk auto conf for Apache 1.3

2002-07-12 Thread Nikolas A. Rathert
Start the server. It will be created automatically. Cheers, Nick Allistair Crossley wrote: Hello All, I have Apache 1.3 and Tomcat 3.2.1 running with mod_jk. I want to upgrade to Tomcat 4.0.4. I have followed a set of instructions that I found, i.e 1) Added to server.xml under 8005

RE: Tomcat 4.0.4 Not Creating mod_jk auto conf for Apache 1.3 - Server was started

2002-07-12 Thread Allistair Crossley
Yes of course I did that!! :)) I use CATALINA_HOME/bin/startup.sh and the process does start and listing ports listened to using netstat -tln I can see the port open. But no AUTO file! -Original Message- From: Nikolas A. Rathert [mailto:[EMAIL PROTECTED]] Sent: 12 July 2002 15:50 To:

Servlet dying silently under ssl.

2002-07-12 Thread Christopher Mark Balz
Running tomcat 3.2 on Win2K with MySql. Use Cygwin and Emacs dev tools. I have a simple servlet running under ssl (public-private key) that is dying silently and unexpectedly. It was working flawlessly and then stopped working without there being any change anywhere on my entire machine

Problem calling JAVA BEAN in JSP

2002-07-12 Thread Mahesh Balakrishnan
Respected Sir/Madam, we have created a web application in tomcat and added jsp's to a directory , we are finding problem in calling bean in jsp files... we want to know where to deploy bean classes in our application. ** DO WE HAVE TO ANY CHANGES IN THE PROPERTIES FILE ** thanking you..

RE: Problem calling JAVA BEAN in JSP

2002-07-12 Thread Allistair Crossley
as far as I know you just put them in the CLASSES folder of your web app's WEB-INF folder. -Original Message- From: Mahesh Balakrishnan [mailto:[EMAIL PROTECTED]] Sent: 12 July 2002 09:42 To: [EMAIL PROTECTED] Subject: Problem calling JAVA BEAN in JSP Respected Sir/Madam, we have

RE: context in server.xml doesn't reload

2002-07-12 Thread PELOQUIN,JEFFREY (Non-HP-Boise,ex1)
We noticed the same thing. The load option does not appear to check to see if a context entry exists within the server.xml Our solution was to write a script that removed the existing webapp directory and manually unwarred the new war file into the correct directory and then use the manager

Re: Tomcat 4.0.4 Not Creating mod_jk auto conf for Apache 1.3 - Serverwas started

2002-07-12 Thread Nikolas A. Rathert
Ok, sorry. :) New idea: see below. 1) Added to server.xml under 8005 server line Listener className=org.apache.ajp.tomcat4.config.ApacheConfig modJk=/usr/local/apache/modules/mod_jk.so jkDebug=info ^ I have that not in my

RE: Tomcat 4.0.4 Not Creating mod_jk auto conf for Apache 1.3 - Server was started

2002-07-12 Thread Allistair Crossley
Danke Nikolas... When you use the ^^ arrows here, do you mean that you do not have the entire section OR that you do not have mod_jk.so as the value?? Listener className=org.apache.ajp.tomcat4.config.ApacheConfig modJk=/usr/local/apache/modules/mod_jk.so jkDebug=info

AW: AW: Few questions with XSS vulnerability

2002-07-12 Thread Ralph Einfeldt
It loks like tomcat can't parse your web.xml file completely. Did you remove/disable the servlet-mapping and the servlet entry for the invoker servlet ? -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Gesendet: Freitag, 12. Juli 2002 15:53 An: Tomcat

RE: context in server.xml doesn't reload

2002-07-12 Thread Mark Thill
Thanks for the tip. That will solve our problem for the time being. Mark --- PELOQUIN,JEFFREY (Non-HP-Boise,ex1) [EMAIL PROTECTED] wrote: We noticed the same thing. The load option does not appear to check to see if a context entry exists within the server.xml Our solution was to write a

Re: AW: AW: Few questions with XSS vulnerability

2002-07-12 Thread daniel . jarboe
Thank you, that did it! The mapping for the invoker servlet was in a lower part of tomcat's web.xml file, and I didn't realize it was there. Once I removed it too, of course my problems were solved. Thank you! ~ Daniel [EMAIL PROTECTED] wrote: It loks like tomcat can't parse your web.xml

RE: Problem calling JAVA BEAN in JSP

2002-07-12 Thread Ron Day
Its a little more complex than this. It is very wise to put beans in packages, as there are some issues with using the default package for these classes. Assuming you use a package in the java code, make sure you put the class files under WEB-INF/classes in the appropriate directory structures

RE: Problem calling JAVA BEAN in JSP

2002-07-12 Thread Allistair Crossley
Yes, that's what I meant, wasn't too clear :) If you had a bean... com.somecompany.beans.Bean your web app structure would be webapps +- appname +- WEB-INF +- classes +- com +- somecompany +- beans +-

Where is the MOD_JK 2 bin or src for Linux...cannot find it on jakarta.apache.org!!

2002-07-12 Thread Allistair Crossley
Where is the MOD_JK 2 bin or src for Linux...cannot find it on jakarta.apache.org!! All the folders in jakarta-tomcat-connectors are empty for JK2 Allistair Crossley Lead Technical Developer Obvious Solutions (Global) Ltd. “Delivering the vision for a mobile lifestyle”

Re: Manager App Help

2002-07-12 Thread Craig R. McClanahan
On Fri, 12 Jul 2002 [EMAIL PROTECTED] wrote: Date: Fri, 12 Jul 2002 08:38:19 +0200 From: [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Manager App Help Hello List When I Install a Web Application with the Manager App

  1   2   >