where to find this?

2001-12-09 Thread louie miranda
Hi, 6.Build the Tomcat's mod_jserv.so connector module for Apache Gotcha: Since the build is done in the Tomcat src tree, be sure to copy autochange.so and mod_jserv.so into Apache's libexec/ directory! i found this note somewhere, but i cant

Re: Installation from scratch, retry2 PLS HELP!

2001-12-09 Thread Sri K Ganjam
Hi louie, It depends on which module you want to use for communication between apache and tomcat. Do u want to use mod_jk or mod_webapp. u need to build one of these modules or take the available binary dist and proceed according to the INSTALL.txt which comes along with them.. the config is

Re: Installation from scratch, retry2 PLS HELP!

2001-12-09 Thread louie miranda
i think, ill use mod_jk. i have a lilttle question though, how come tomcat 4.0.1-src, doesnt have all the components like tomcat 3.3-src * have? i hope, this one's clear, and howcome the ver 4.0.1-src on the jakarta-website, doesnt have a install howto? like the old article on tomcat 3.3*

Re: Installation from scratch, retry2 PLS HELP!

2001-12-09 Thread Sri K Ganjam
Hi, I dont know much about this... look here : http://jakarta.apache.org/~hgomez/ajp13-tc4.0/ This page gives complete connectors for tc4.0 along with sources and how-to s . hope it will be of help to you. btw what is your configuration i.e.. OS etc Regards, Sri K Ganjam -- To unsubscribe:

Re: Installation from scratch, retry2 PLS HELP!

2001-12-09 Thread louie miranda
Sri, apache+tomcat on a solaris 5.8 sparc machine. Im done making the apache to handle DSO. - and thats all, im stuck there.. i' have been reading stuffs about the installation for tomcat apache and still could'nt figure it out. btw, after that.. apache (DSO) whats next? i presume, ill

HAHAHAHHA

2001-12-09 Thread louie miranda
YEY, hey GUYS I GOT IT WORKING!! WAHAHhahah =) yupee!!! hehe, ty.. louie *happy* - Original Message - From: louie miranda [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Sunday, December 09, 2001 5:27 PM Subject: Re: Installation from scratch, retry2 PLS HELP!

Re: HAHAHAHHA

2001-12-09 Thread Sri K Ganjam
Hi Louie, Can you explain it in detail.. it would be of help to others.. I am trying to figure out how to use mod_jk with tomcat V4.0.1 .. it seems a lot should be tweaked for it.. where as mod_webapp can be enabled very easily Regards, Sri K Ganjam -- To unsubscribe: mailto:[EMAIL PROTECTED]

what's this error?

2001-12-09 Thread louie miranda
[09/12/2001 11:12:16:904] (EMERGENCY) ajp12[1]: cannot scan servlet headers (500) [09/12/2001 11:12:16:904] (ERROR) an error returned handling request via protocol ajpv12 anyone know what is this error? hm, missing zone properties? ty -- To unsubscribe: mailto:[EMAIL PROTECTED] For

Re: Installing the MM MySQL driver

2001-12-09 Thread Jayson Yu
Hi, First you can try placing it in your TOMCATDIR/webapps/contextname/WEB-INF/lib directory or if you're running several contexts (all using the same mm.mysql driver), then you might want to place it in the TOMCATDIR/common/lib directory. If all things fail you can do the following: 1)

tomcat 4.0.1 with iis5 in win2k

2001-12-09 Thread Ronaldim
My tomcat is working in 8080 and in the iis5 the isapi filter is ok (it's green). But the jsp and servlets is not filtering by the iis. I want to test the examples. I must to copy the examples directory or there is a way that iis read the directory of the tomcat? I used the following guide

create an security directory

2001-12-09 Thread Daniel Knoll
Hi news list I have a question - How can I create a security directory? - some details - user can not be access to the directory, but the application!! when I call www.xxx.xy/application/user directly then no access when I call www.xxx.xy/application/test.jsp then the

Re: Re: : newbie tomcat 4.0.1installation on NT

2001-12-09 Thread John Kilbourne
Thanks. After emptying my JAVA_HOME\jre\lib\ext folder, I don't get error messages of class not found on running catalina.bat run from the tomcat\bin directory. And it works!! (At least the examoles.) Thank you Siriam and Paul! -- Reply Separator

how can I switch off the directory listing

2001-12-09 Thread Daniel Knoll
How can I switch off the directory listing in Tomcat4 that the user can't be make this www.xyz.de/app/user1 and see what in this directory is. has anybody an answer ? daniel knoll -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the

using jswdk with tomcat installed

2001-12-09 Thread John Kilbourne
Now that tomcat is actually running on my machine (thank you all again), I learn that I need to submit my servlet to be run on *jswdk*. Can both tomcat and jswdk exist side by side on my machine? -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED]

RE: Session tracking across virtual hosts?

2001-12-09 Thread Neil Aggarwal
Craig: Does the alias directive work in tomcat 3.2.3? Here is what I put in my server.xml file: Host name=dev.jammconsulting.com Aliasdev.leads-unlimited.com/Alias Context path=/sessionTest docBase=webapps2/sessionTest / /Host You can try it by visiting

tomcat 4.0.1 with apache 1.3 on win2k, or IIS

2001-12-09 Thread Ronaldim
Hi, I need help to configure tomcat on apache. Actually, I have apache in a port 80 and tomcat in a port 8080. What i need to do to configure it? (it's the first time that I use apache). I have tried to install tomcat on IIS 5, but i don't finished with sucesseful. I only put the isapi filter,

RE: how can I switch off the directory listing

2001-12-09 Thread Reynir Hübner
yes. by going into the /$tomcathome/conf/web.xml and changing the listings attribute of the servlet configuration to false --- cut from my web.xml -- servlet servlet-namedefault/servlet-name servlet-classorg.apache.catalina.servlets.DefaultServlet/servlet-clas s init-param

Tomcat won't start: java.lang.ArrayStoreException

2001-12-09 Thread Graham Leggett
Hi all, After upgrading my system (but not my Blackdown JDK v1.3.0 nor my Tomcat v4.0.1) Tomcat suddenly refuses to start. The following exception is thrown on startup in catalina.out: ERROR reading /var/tomcat4/conf/server.xml At Line 58 /Server/Service/Connector/

Possible To Share A Session Across Ports 8080 and 8443?

2001-12-09 Thread David White
Due to problems with my cable modem, please respond via email as well as to the list if possible. Thanks... I am running Tomcat 3.2.x in development mode with default http on port 8080 and default https on port 8443. My web application needs to switch in and out of https on occasion while

Re: Possible To Share A Session Across Ports 8080 and 8443?

2001-12-09 Thread Matt Egyhazy
i think sessions are webapp specific. matt - Original Message - From: David White [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Sunday, December 09, 2001 4:22 PM Subject: Possible To Share A Session Across Ports 8080 and 8443? Due to problems with my cable modem, please respond via

a newbie is becoming mad ...

2001-12-09 Thread Arnauld Dravet
hello * I installed tomcat on my linux server yesterday, and i have a few problems I think i've read all availables docs i have found, but it didn't really help me :( My server is now using apache 1.3.22 + Tomcat 4.0.1 and i have updated my httpd.conf as explained in the webapp INSTALL file. I

Load balance with mod-webapp

2001-12-09 Thread Andy Olliver
Hi Looking through archives and doco and cannot find anything on this. Does anybody have any pointers on where i can find info. ie. config instructions for setting up multiple instances of Tomcat behind single Apache instance when using mod_webapp. thanks Andy -- To unsubscribe:

RE: Load balance with mod-webapp

2001-12-09 Thread William Tansill
If you're using mod_web_app, you're probably using Tomcat 4.01. A number of people have commented in the recent past that this version of Tomcat does not support load balancing. -Original Message- From: Andy Olliver [mailto:[EMAIL PROTECTED]] Sent: Sunday, December 09, 2001 19:14 PM To:

Some help out a newbie with tomcat and iis

2001-12-09 Thread Yau Chin
hi, i've recently set up tomcat on my system. i've been trying to set up tomcat with iis so that iis goes to tomcat to render a .jsp page. i've followed instructions i've found on the web, and so far, i have it so that the examples work in the localhost:8080/examples/ directory, as well as the

mod_webapp error

2001-12-09 Thread Preston Hogue
I noticed some people had the same issue in the past, I was unable to find the resolution. Any help would be greatly appreciated. I am currently attempting to Run Apache, Tomcat, JDK 1.3.1 on a Solaris 8 (Sun Installed Netra) and I am getting the following error: Cannot load

tomcat in w2k under apache a simple problem

2001-12-09 Thread Ronaldim
My apache is initializing first by tomcat and then, I must restart the apache because if apache starts first, the directory of tomcat is not readable by apache. -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the list: mailto:[EMAIL

RE: Unable to include *.sum files (Again)

2001-12-09 Thread Kusel, Jonathan J
Hi all, Thanks for all the responses(including the debate) to this question! It made some real interesting reading material after the SHORT weekend! To get back to August's suggestion: we've tried it but our problem is that the file content is generated by a VB program and contains some funny

Re: AW: security issue: tomcat on port 80

2001-12-09 Thread E B
Dr. Evil: Have you tried asking your question in the linux mailing lists ? What do those guys got to say about this restriction to bind to ports 1024 in the present day server systems? --- Dr. Evil [EMAIL PROTECTED] wrote: The VM itself is typically writen in C/C++, so I wouldn't beg on