apache and tomcat with mod_webapp

2001-12-28 Thread Hitesh Sharma
hi all I am using apache as my webserver and tomcat as the servlet runner. I am able to run servlets transparently with help of warp connector module "mod_webapp". My concern is can I use the webdav capablities of tomcat over warp connector. I tried that but failed. Looking into logs I found that

RE: Win 2K Professional, Tomcat 4.0.1 Service...

2001-12-28 Thread Rama
i guess you are using the executable for installing the tomcat. this is the quick fix: uninstall tomcat and reinstall it. do not forget to backup tomcat files that you modified before uninstalling. Rama > -Original Message- > From: Guido Medina [mailto:[EMAIL PROTECTED]] > Sent: Frida

A little help for apache vhost & tomcat

2001-12-28 Thread Rama
How to set up mod_webapps in the secure virtual host? How to make JSPs work at https://secure/ instead of https://secure/secure/ ? Rama this is the snippets from my httpd.conf: ErrorLog logs/secure-ssl-error_log TransferLog logs/secure-ssl-access_log SSLEngine on SSLCertificateFile /

[FAQ] jGuru FAQ Update

2001-12-28 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 ++ JavaServer Pages (JSP) FAQ: http://www.jguru.com/faq/JSP

RE: get me off this list FW: failure notice

2001-12-28 Thread Ignacio J. Ortega
> This is a permanent error; I've given up. Sorry it didn't work out. > > <[EMAIL PROTECTED]>: I dont know what happen with your email client.., but for sure unsubscribing is not at the address [EMAIL PROTECTED] :) try sending an email to [EMAIL PROTECTED] this should work.., in case of pro

re: get me off this list FW: failure notice

2001-12-28 Thread felix
here is what happens when we email to either tomcat-user-owner or tomcat-user-request. some email filter screws up. -- From: [EMAIL PROTECTED] Date: 29 Dec 2001 00:02:40 - To: [EMAIL PROTECTED] Subject: failure notice Hi. This is the qmail-send program at nagoya.betaversion.org.

GET ME OFF THIS FUCKING LIST

2001-12-28 Thread felix
THE UNSUBSCRIBE IS BROKEN. IT RELIES ON A LONG EMAIL ADDRESS THAT IS PROBABLY BROKEN BY OUTLOOK EXPRESS. GET ME OFF THIS FUCKING LIST. POLITENESS HAS FAILED TO WORK. 4 WEEKS I HAVE TRIED TO GET OFF. I EMAIL THE OWNER OF THE LIST. SOME STUPID EMAIL PATCH REDIRECT FAILS, THE OWNER NEVER GET

Re: How to unsubscribe?

2001-12-28 Thread felix
nice try. considering how obvious that is, don't you think we would have tried that ? when you click the link, it emails you something that says 'click this link' with a really long email. outlook express probably breaks this (though not visibly), so the server doesn't recognize the recepien

servlet JDBC PostgreSQL

2001-12-28 Thread Sanjeev Rathore
If Servlet is able to access meta data of PostgreSQL database running on Tomcat 4.0. Does that mean that JDBC driver is installed correctly even though I am not able to access any of the tables in the database? thanks, sanjeev __ Do You Yahoo!? S

Re: Filter mapping question

2001-12-28 Thread Craig R. McClanahan
On Fri, 28 Dec 2001, Yoav Shapira wrote: > Date: Fri, 28 Dec 2001 15:37:23 -0500 > From: Yoav Shapira <[EMAIL PROTECTED]> > Reply-To: Tomcat Users List <[EMAIL PROTECTED]> > To: Tomcat Users List <[EMAIL PROTECTED]> > Subject: Filter mapping question > > Hi, > I have a servlet and a filter I want

CLIENT-CERT - How do I make it work????

2001-12-28 Thread Chaitresh
Hi all, Heres what I'm using: OS: Win 2000 Tomcat version: 4 Client Browser: IE 5+ I am trying to protect a jsp/servlet resource in my website. I want to give access to the resource if the right certificate is provided by the user. Making a ssl connection with client authentication is not a

Tomcat 3.3: How can I make the mod_jk.conf-auto file have different DirectoryIndex

2001-12-28 Thread Soffen, Matthew
I've been reading the documentation on the Jakarta Site and I've searched the archives to no avail. I have it automatically generate my include file for Apache (/usr/sbin/dtomcat start -jkconf) I'm trying to change it so that when generating the blocks for my servlets it would output D

Filter mapping question

2001-12-28 Thread Yoav Shapira
Hi, I have a servlet and a filter I want to be run when that servlet is accessed. However, the servlet is never accessed directly via the browser. Rather, it's embedded in a frameset and launched using something like this: http://myhost/mycontext/myservlet'; return true;"> click here So in my

Re: Tomcat 4.0.1 Installation Problem (JAXP 1.1 Download)

2001-12-28 Thread Yoav Shapira
Hi, 1) I don't remember having to download JAXP myself for tomcat installation. Doesn't tomcat come with and use Xerces internally? 2) You can get JAXP binaries, including xalan.jar, by download the Java XML Pack (fall '01 is tested with tomcat 4.0.1, I don't know about the latest, winter '01,

Tomcat 4.0.1 Installation Problem (JAXP 1.1 Download)

2001-12-28 Thread Stan Levine
I am trying to install Tomcat 4.0.1 on a Redhat Linux 7.0 box. I am up to the part where I have to download a binary distribution of JAXP 1.1 from http://java.sun.com/xml/download.html. I have downloaded this and it turns out to be a .ps (postscript) file. It doesn't look like a binary file.

RE: SAXParseException: The content of element type "web-app"...

2001-12-28 Thread cam
The order of sections in web.xml is important. Try using the order of sections as specified from the error message. From the error message, the context-param would come before the welcome-file-list. -Cameron Elliott > -Original Message- > From: Craig McDaniel [mailto:[EMAIL PROTECTED

SAXParseException: The content of element type "web-app"...

2001-12-28 Thread Craig McDaniel
When I start up tomcat, I get the following error in my logs: org.xml.sax.SAXParseException: The content of element type "web-app" must match "(icon?,display-name?,description?,distributable?,context-param*,servlet*,servlet-mapping*,session-config?,mime-mapping*,welcome-file-list?,error-page*,ta

RE: startup.sh not recognized

2001-12-28 Thread Martin van den Bemt
chmod +x startup.sh to make the file excecutable.. Mvgr, martin -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Michael Burke Sent: Friday, December 28, 2001 01:08 To: [EMAIL PROTECTED] Subject: startup.sh not recognized When I try to run startup.sh I

Re: JAAS support in Tomcat 4

2001-12-28 Thread Vic Cekvenich
I have used JDBC realms in Tomcat w/Struts. Works great. Vic Craig R. McClanahan wrote: > >On Thu, 27 Dec 2001, Amine AMAR wrote: > >>Date: Thu, 27 Dec 2001 18:33:31 - >>From: Amine AMAR <[EMAIL PROTECTED]> >>Reply-To: Tomcat Users List <[EMAIL PROTECTED]> >>To: Tomcat Users List <[EMAIL PRO

RE: 2 problems with TC 4.01

2001-12-28 Thread Randy Layman
I believe that you webapp is /shop. If that is the case you need to remove it from the URLs below -- all these methods work on the webapp level and take URLs relative to that. Randy > -Original Message- > From: Giovanni Cuccu [mailto:[EMAIL PROTECTED]] > Sent: Friday, D

2 problems with TC 4.01

2001-12-28 Thread Giovanni Cuccu
hi, I have two distinct problems with Tomcat 4.01 running with apache 1.3.14 with warp connector 1) I build a filter and put something like /shop/dealer/* in url-mapping section of the web.xml file but does not work. if I put /* or /*jsp my filter works fine (I must be more selcti

RE: Problem with iso-8859-2 charset

2001-12-28 Thread thanaa
Hello, Dear Maciej, I am new user to tomcat and I am using the same version 3.3 on linux also, I need to configure apache and tomcat to work together, and I am failed, would you please direct me to any documentation that can be helpful. Also, I am using binary version of tomcat, do I need to use

Problem with iso-8859-2 charset

2001-12-28 Thread Maciej Ko³odziej
Hi, I'm using Tomcat 3.3 on Linux Debian unstable system. Everything was fine until I made an upgrade of the distribution. Now all iso-8859-2 chars are returned as two-byte values (Unicode?), and I can see question marks and squares instead of letters. Does anyone have an idea wha

Win 2K Professional, Tomcat 4.0.1 Service...

2001-12-28 Thread Guido Medina
Hi, I had JDK 1.3.1_01 and the Tomcat 4.0.1 service worked fine on Win2k Pro, now I upgraded it to JDK 1.3.1_02 and it didn't, the same with JDK 1.4b3, any help ? I heard something about the registers but I erased that answer, someone can help me please ? Thanks in advance, Guido.

R: startup.sh not recognized

2001-12-28 Thread Vercesi Paolo
yeep, I've forgotten signature ;) > -Messaggio originale- > Da: Vercesi Paolo [mailto:[EMAIL PROTECTED]] > Inviato: venerdì 28 dicembre 2001 15.44 > A: Tomcat Users List > Oggetto: R: startup.sh not recognized > > > I've edited all the *.sh files with joe. My version of vim > opens tho

R: startup.sh not recognized

2001-12-28 Thread Vercesi Paolo
I've edited all the *.sh files with joe. My version of vim opens those file in DOS-mode and so I can't remove the CR chars. I known there are some switch or configuration options that makes vim operating in a binary-like or in a unix-mode, but now I don't remember which are. Look at vim man pages.

Re: startup.sh not recognized

2001-12-28 Thread Alessandro Staltari
> Thanks for the reply Vercesi, could you explain how to replace the CRLF's > with LF? Brute force solution # ftp yourserver > binary > put startup.sh > ascii > get startup.sh startup.sh.nocrlf > del startup.sh > quit Alessandro Staltari -- To unsubscribe: For ad

Trailing slash redirect weirdness

2001-12-28 Thread Alessandro Staltari
It seems Tomcat always redirect trailing slash requests towards http protocol on port 80 even if it was submitted through https. The full story: I'm using Tomcat 4.0.1 behind Apache through proxy connector. I want to use both http and https access to my application, so I let Apache to handle SSL

bug management

2001-12-28 Thread Laurent Michenaud
I would like to use a tool to reference the bugs i'got on my differents projects. I've heard about bugzilla but i would prefer a french interface. Do u know what could i use ? Michenaud Laurent - Adeuza - [ Développeur Web - Administrateur Réseau ] -- To unsubscribe:

Win 2000 Pro Service...

2001-12-28 Thread Guido Medina
I had JDK 1.3.1_01 and the service works fine, now I upgraded it to JDK 1.3.1_02 and it didn't, the same with JDK 1.4 Beta 3, any help ?

Re: startup.sh not recognized

2001-12-28 Thread Michael Burke
Thanks for the reply Vercesi, could you explain how to replace the CRLF's with LF? - Original Message - From: Vercesi Paolo <[EMAIL PROTECTED]> To: Tomcat Users List <[EMAIL PROTECTED]> Sent: Friday, December 28, 2001 3:35 AM Subject: R: startup.sh not recognized Hello, I've had the sa

RE: tomcat 4 can not start

2001-12-28 Thread Randy Layman
> -Original Message- > From: Bill wu [mailto:[EMAIL PROTECTED]] > Sent: Friday, December 28, 2001 7:31 AM > To: Tomcat Users List > Subject: tomcat 4 can not start > - Root Cause - > java.net.BindException: Address already in use: JVM_Bind Something else is running on one of th

tomcat 4 can not start

2001-12-28 Thread Bill wu
hi all i can not start the tomcat4,pls help me error information: //- Catalina.start: LifecycleException: Error creating server socket: java.net.Bin dException: Address already in use: JVM_Bind LifecycleException: Error creating

RE: Clarification needed, please

2001-12-28 Thread Randy Layman
> -Original Message- > From: Nikola Milutinovic [mailto:[EMAIL PROTECTED]] > Sent: Friday, December 28, 2001 4:59 AM > To: Tomcat Users List > Subject: Re: Clarification needed, please > > > This would mean that as long as the JSP is loaded it will > keep a connection open. Is this a

Re: Problem in accessing MYSQL *Urgent*

2001-12-28 Thread Gregor Kovac(
Hi! since you are using NT version, you can use WinMySQLAdmin program to determine all what you want to know. The port number is located in the Variables tab and you can set if in my.cnf or my.ini files. Best regards, Kovi seant wrote: > HiI need your Urgent Help... > I am facin

Re: Clarification needed, please

2001-12-28 Thread Nikola Milutinovic
> > Why? My situation is that I have an n-tree data structure and I wish > > to display the entire subtree for a given node. The task is an e-mail > > address book in my company. I have organizational units in an n-tree > > and e-mail users as leafes of organizational units. I don't think this

Problem in accessing MYSQL *Urgent*

2001-12-28 Thread seant
HiI need your Urgent Help... I am facing the following problem while accessing MYSQL through JSP. I am using TOMCAT,Win 2K,IIS. Normal JSP files are running fine. But when coming to JSP files with Database coding, its giving following Error. "javax.servlet.ServletException: Cannot connect to

RE: Problem with Tomcat 4.0.1 installer: Cannot find JDK!

2001-12-28 Thread Ion Larrañaga
The Tomcat 4.0.1 installer for Windows uses register entries to detect the JDK installation directory. Check the value of CurrentVersion under HKEY_LOCAL_MACHINE/SOFTWARE/JavaSoft/Java Development Kit. For instance, in my computer I have 1.4. Then, check JavaHome under HKEY_LOCAL_MACHINE/SOFTWARE

Java file bug

2001-12-28 Thread Law Kim Soon
Hi all, I can't solve the problem in Lesson14.java.Hope to get some help here. Error message - cannot resolve symbol -basically,the errors are about the classes(DriverManager,ResultSet,PreparedStatement,Connection...) I hope u guys can help me solve these bugs Lesson14.

R: startup.sh not recognized

2001-12-28 Thread Vercesi Paolo
Hello, I've had the same problem, using Tomcat (3.2 and 3.3) in Linux with a Bash. I've replaced all the CRLF sequences with LF, and now it works fine. It seems like a misconfiguration of the Bash... I suggest you to correct all the *.sh files in the bin directory and the file build.sh in the sam

read/write files for /WEB-INF/data

2001-12-28 Thread timothy
Hi expert i am new in tomcat. i want to create an application by using tomcat. inside the application i want to write/read some files to/from /WEB-INF/data by using some helper class my problem is that the helper class cannot have information about the ServletContext. do anyone have sug

Regarding upload files

2001-12-28 Thread Jagan
hi! When i am using JRun as my server i am able to upload any type of file means .txt or .xls or .zip or .jpg etc. if i am using the same file to upload in tomcat server i am able to upload .csv and .rtf or .txt only. if anybody can give me what i am doing wrong? Accept my thanks in advance Reg

Re: problems getting warp to connect

2001-12-28 Thread Alessandro Staltari
> WebApp: Error 500 > (File: pr_warp.c Line: 271) > > Cannot open connection conn > > or one that says web app not deployed yet. This is a common problem when Apache starts before Tomcat. Please ensure Tomcat is already runn

RE: Does security realms encrypt the passwords?

2001-12-28 Thread Jim Cheesman
At 04:58 PM 27/12/01, Roland wrote: >>2 questions/points: >>* You're assuming here that there's no way to fake the session, I presume? >>* How do propose to share this "random number" without Eve the >>Eavesdropper finding it out? >> >>Given that either the session or the "random" number can be