Mysql connection error

2001-09-13 Thread agd
Hello, I am new for this list. Posting query for mysql database connectivity within ROOT context. When I place any servelt under /ROOT/WEB-INF/classes/ it gives me error as (For this I use url as http://www.myhost.com/servlet/ServletName ) java.lang.ClassNotFoundException:

Client Authentication in Tomcat

2001-09-13 Thread Ricardo
Hi all and thanks in advance (and sorry, my english is quiet bad :( ... Well, my problem is that i generate a server certificate and a key with = openssl. Later i import this certificate and key in a keystore (usign keytool and = a java program called ImportKey). I configure tomcat for SSL and

Re: Client Authentication in Tomcat

2001-09-13 Thread Pae Choi
Ricardo, Get the JSSE(or similar one) and it comes with a couple of samples if I remember correctly. Also, spend some time to J2 Core Security package as well as Java Security Forums at sun site and comp.lang.jave.security. You should have a plenty of samples and sufficient stuff to start

ApacheModuleJServ.dll is gone?

2001-09-13 Thread Elm Gysel
Hello, Where did ApacheModuleJServ.dll go? I can't seem to find it. Is this being replaced or something? If so, does there anything need to change on the installation configuration? Thanks! Elm

request logging in Tomcat?

2001-09-13 Thread michael . brohl
Hi all, how can I set up Tomcat (standalone) for logging the incoming requests including request path, data/time and - very important - the IP and/or domain of the requester? I enabled all logging (Tomcat, Servlet, JSP and Context Manager) but I didn't get the IP from the requesting client.

-g option in jsp-javac

2001-09-13 Thread Sankar Kondur
Hi, I want the jsp compiler to use -g option when it compiles. in 3.1 I hardcoded the option in SunJavaCompiler.java Is there a way to set this option from web.xml. thanks, SK

RE: help-context not loaded with jakarta-tomcat-3.3-b2.

2001-09-13 Thread Larry Isaacs
Hi Saurabh, See comments below. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 12, 2001 2:16 AM To: Tomcat-User@Jakarta. Apache. Org Subject: help-context not loaded with jakarta-tomcat-3.3-b2. 1) Windows98. 2)

web.xml and servlet mapping problem.

2001-09-13 Thread Paul Downs
IMPORTANT! This message has been blind-carbon-copied to you. Do not reply-to-all or forward it without the author's permission. Hi, This is probably me being extremely stupid but I have the following xml file (for a test). ?xml version=1.0 encoding=ISO-8859-1? web-app display-nameSimple

worker never responding

2001-09-13 Thread Carlos Guardiola
Hi everyone We've got Apache 1.3.20 with Tomcat 3.2.3. Our web server is running in port 8082. We are able to start both services, and use properly the services for a while, but, without any error the jsp pages are no longer working. This is what we get in jk.log:

Help with Tomcat and its path

2001-09-13 Thread Surya Jakhotia
Hi guys, I am using Tomcat as a servlet container with Apache SSL as the webserver. I have my servlets in the TOMCAT_HOME\webapps path and one of these servlets need these DLL's and also need to read this text file. Now my question is where does tomcat actually look for these files in. What

NULL ERROR in SSL

2001-09-13 Thread T.L.TEO
Hi I am reposting this error and I really hope someone can enlighten me on this. I install a SSL cert from Verisgn, and was able to see the cert in the browser when I look for index page. https://mycom.com/index.html But when I try using HttpsURLConnection, I am getting

Tomcat3.2.3 and Apache Integration

2001-09-13 Thread Nagesh Prakashrao Deshpande
hi matt , use Mod_jk.dll to coneect Tomcat and Apache . u will get this file from http://jakarta.apache.org/builds/jakarta-tomcat/release/v3.2.3/bin/win32/i386/ ( for tomcat3.2.3 and windows os. try after/bin/for other os ) then copy this file in Apache_home\modules. when u restart tomcat ,

RE: Multiple Tomcat workers (using mod_jk)

2001-09-13 Thread GOMEZ Henri
I've got a couple of quick newbie questions: Environment: Apache 1.3.20 on Solaris 8; Tomcat 3.2 (using mod_jk); Apache and Tomcat running on the same box. If I configure and run multiple Tomcat workers on the same machine (listening on different ports of course), and let's say they are all

nsapi_redirector

2001-09-13 Thread Avi Karmon
Hi. How to get the nsapi_redirector for Solaris ? Thank you. Avi Karmon

HELP: Lotus Domino Tomcat

2001-09-13 Thread Lars Nielsen Lind
Hi. Anyone who have experience in setting up the Tomcat engine with Lotus Domino? Comments and links to web-pages wanted. Thanks. /Lars Nielsen Lind

New xml parser on startup in Tomcat ?

2001-09-13 Thread Franck Routier
Hi, I'm still fighting with the same problem : Tomcat, just out of the box, won't start and gives me a OutOfMemoryError on startup, then dies. Apparently, it does this while reading it's conf file. The problem occurs with versions 3.3-b2 and 4.0-rc1. The interresting point is that version

Tomcat - Running as non root and thread limiting.

2001-09-13 Thread Paul Downs
IMPORTANT! This message has been blind-carbon-copied to you. Do not reply-to-all or forward it without the author's permission. Hi, Anther two questions (should be the last 2 and then maybe I can help people). Is there any way in configuration to run tomcat as a non root user, or is the

Off-Topic JSERV Question...

2001-09-13 Thread Robert Keddie
I will eventually go to Tomcat but for now I need a quci fix for Jserv... I created a virtual host. This host has jsp files residing in it. Whenever I try to refer to the JSP through a link I get th efollowing response: JSP Error:

Re: web.xml and servlet mapping problem.

2001-09-13 Thread Paul Downs
--On 13 September 2001 14:07 +0200 Alexandre Victoor [EMAIL PROTECTED] wrote: your file seems good but you need also (if it's not done) to change server.xml in the tomcat\conf directory What should I have in server.xml? Currently it is: Host name=url Context path=/

RE: Tomcat on PDA?

2001-09-13 Thread Zachmann, Jens
Thanks! The tools has been there. But there have been missing some other classes which didn't exist in the PDA package. Thanks, Jens -Original Message- From: Randy Layman [mailto:[EMAIL PROTECTED]] Sent: Dienstag, 11. September 2001 12:40 To: [EMAIL PROTECTED] Subject: RE: Tomcat on

error under Linux

2001-09-13 Thread michael . brohl
Hi all, I have installed Tomcat under Linux and set JAVA_HOME, TOMCAT_HOME and PATH . When running the examples, I get the following error : Location: /examples/jsp/num/numguess.jsp Internal Servlet Error: java.lang.NoSuchMethodError at

RE: ApacheModuleJServ.dll is gone?

2001-09-13 Thread Hoggatt Matt - mahogg
I believe the file name has been changed to mod_jk.dll. You can get it here: http://jakarta.apache.org/builds/jakarta-tomcat/release/v3.2.3/bin/win32/i38 6/ -Matt -Original Message- From: Elm Gysel [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 13, 2001 5:04 AM To: [EMAIL

AW: Off-Topic JSERV Question...

2001-09-13 Thread Ralph Einfeldt
Are you really using jserv ? If so, which jsp engine do you use ? If it is gnujsp, you should subscribe to the correct mailing list under: http://www.gjt.org/servlets/MailingLists/SubForm.html/gnujsp (I'm listening there too) To enable us to give better help you should provide more

RE: web.xml and servlet mapping problem.

2001-09-13 Thread Paul Downs
Hi, Please *dont* send me mail off-list like this. I will *never* respond. (well ok just this once then!) Sorry... :-) *ducks* I have recently changed mail clients and seem to be having some problems getting it to behave. It keeps replying to all people and lots of other quite yucky

Shutdown y startup server every time.

2001-09-13 Thread Juan Andres Sanin Pineda
Hi. I have Tomcat 3.2.3. And in the server.xml in the Context element I have the reloadable flag true. nevertheless when I change some servlet, I have to reload server. Are there other flag to set?, other file? Thanks! Juan

RE: Domino Tomcat

2001-09-13 Thread Fred So
There is a wonderful connector available for Domino R5: http://free.tagish.net/domino-tomcat/index.jsp I have been using it and it works great! Fred So -- Anyone who have experience in setting up the Tomcat engine with Lotus = Domino? Comments and

RE: ApacheModuleJServ.dll is gone?

2001-09-13 Thread Larry Isaacs
ApacheModuleJServ.dll is the older mod_jserv derived connector. I doesn't appear that one was build for Tomcat 3.2.3. Since I don't think much has changed, you can try the one in the Tomcat 3.3 beta2 release: http://jakarta.apache.org/builds/jakarta-tomcat/release/v3.3-b2/bin/win32/i386/ Larry

Re: Mysql connection error

2001-09-13 Thread Paul Downs
Hi, java.lang.ClassNotFoundException: org.gjt.mm.mysql.Driver Where is the org.gjt jar file? It is simpler (seeing as it is such a widely used jdbc driver) to put this in the central class path, if you whack it in $TOMCAT_HOME/lib it will be automatically added, or at least it definately

Re: ApacheModuleJServ.dll is gone?

2001-09-13 Thread Elm Gysel
Thanks for the replies! Just to be very sure, if I try mod_jk.dll then I'll have to change this line in /conf/tomcat-apache.conf LoadModule jserv_module modules/ApacheModuleJServ.dll to LoadModule jserv_module modules/mod_jk.dll and all of this will stil work with version 3.2.2? Thanks!! Elm

Can I configure Tomcat to accept HTTP requests from remote machines?

2001-09-13 Thread Raymond Reid
Can I configure Tomcat to accept http requests from remote IP addresses without running another web server at the same time? I currently have Tomcat 3.2.3 installed on NT 4.0 Service pack 6. After configuring Tomcat, I can enter http://localhost8080 into the location field in my browser and see

Re: Can I configure Tomcat to accept HTTP requests from remotemachines?

2001-09-13 Thread Dmitri Colebatch
http://localhost:8080 will just be an alias for http://127.0.0.1:8080 - so doing it on another computer means that you're just trying to request the computer that you are doing the request on. Instead - find out what the ip address is, using ipconfig, or winipcfg (I can never rememeber which is

Re: Can I configure Tomcat to accept HTTP requests from remote machines?

2001-09-13 Thread Peter Davison
Hi Ray. localhost is just that - it is accessible only to the local machine. In order to make your server accessible to other machines you need to specify it's IP address in the server.xml file. In the connectors section of server.xml you need to replace 127.0.0.1 with the IP of your machine.

RE: Can I configure Tomcat to accept HTTP requests from remotemachines?

2001-09-13 Thread Tony Vinayak
I presume you are able to ping the IP addr from the other computer. If you can access Tomcat locally (localhost:8080), you should most certainly be able to access it remotely (e.g. http://192.163.1.100:8080). If not already, don't forget to suffix the IP addr with the port # (8080) IF the above

RE: ApacheModuleJServ.dll is gone?

2001-09-13 Thread Larry Isaacs
Hi Elm, Be aware that ApacheModuleJServ.dll (a.k.a. mod_jserv) and mod_jk.dll are two different connectors, with very different configuration files. tomcat-apache.conf is the auto-generated config file for use with ApacheModuleJServ.dll. mod_jk.conf-auto is the auto-generated config file for

Re: Can I configure Tomcat to accept HTTP requests from remote machines?

2001-09-13 Thread Elm Gysel
heya! You don't need to run apache, but its recommended. here are pro's and contra's from : http://jakarta.apache.org/tomcat/tomcat-3.2-doc/tomcat-apache-howto.html#coo peration_need 1.Tomcat is not as fast as Apache when it comes to static pages. 2.Tomcat is not as

Re: Help: Tomcat 3.2.3 and Apache on FreeBSD **Java newbie**

2001-09-13 Thread nbd95
Thank you Plamen! I can now run the core files. I am still having some problems with failures on the majority of the examples *.jsp from the core cd though. I'm looking into it, I'll post again if I can't find an answer. Two questions and an observation. First, as installed by default I'm able

RE: Off-Topic JSERV Question...

2001-09-13 Thread Andy Bailey
Can you please not send posts to Tomcat User list to personal email addresses. Thanks -Original Message- From: Robert Keddie [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 13, 2001 3:09 PM To: '[EMAIL PROTECTED]'[EMAIL PROTECTED] Subject: Off-Topic JSERV Question... I will

RE: Can I configure Tomcat to accept HTTP requests from remotemachines?

2001-09-13 Thread Tony Vinayak
Interesting,y, if I don't have the inet config line at all in my server.xml, I can access the running Tomcat both locally and remotely without any server.xml config change! - Tony -Original Message- From: Peter Davison [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 13, 2001 10:31

Re: web.xml and servlet mapping problem.

2001-09-13 Thread Vic Cekvenich
Please don't BCC. Paul Downs wrote: IMPORTANT! This message has been blind-carbon-copied to you. Do not reply-to-all or forward it without the author's permission.

RE: Multiple Tomcat workers (using mod_jk)

2001-09-13 Thread Tony Vinayak
Thanks Jan -- that helps! Especially the bit regarding being able to JkMount onto the loadbalancer worker. So...seems like it would be more efficient to create multiple WORKERS of Tomcat on same/different machines and let the loadbalancer work handle the load balancing, as opposed to running

To all people who are mailing me.

2001-09-13 Thread Paul Downs
Hi, Please for gods sake please stop sending me Dont do this emails. It was a mistake. For which I have said sorry. Paul

Two questions

2001-09-13 Thread Renato
Hi all, I'm using Tomcat-3.2.3 on Linux, JVM 1.3.1 Sun, AJP13 protocol. Two quick questions. 1. I was doing some tests with several contexts/domains. All of them has the option 'crossContext=false'. I included about 800 context and when I start Tomcat I have about 800 java linux-threads

Getting Tomcat's Port# in Servlet (using mod_jk)

2001-09-13 Thread Tony Vinayak
Greetings, Am using Tomcat 3.2 with mod_jk and Apache 1.3.20 In my servlet, doing request.getServerPort() tells me the port on which Apache is listening (e.g. 80). How can I get to the Port on which Tomcat connector (ajp13) is listening (e.g. 8007) ?? regards, Tony

RE: bug 1006 - v3.2.3

2001-09-13 Thread GOMEZ Henri
We are using Tomcat 3.2.3, ibm jdk 1.2.2 (aix). (our) Tomcat has a similar symptom than the bug 1006 described in the bug database : Tomcat standlone accumulate blocked thread and stop responding. In TC 3.2.3 the code setSoTimeout is in HttpConnectionHandler ! Isn't it supposed to be fixed in

RE: ApacheModuleJServ.dll is gone?

2001-09-13 Thread GOMEZ Henri
Thanks for the replies! Just to be very sure, if I try mod_jk.dll then I'll have to change this line in /conf/tomcat-apache.conf LoadModule jserv_module modules/ApacheModuleJServ.dll to LoadModule jserv_module modules/mod_jk.dll and all of this will stil work with version 3.2.2? mod_jk use

Re: To all people who are mailing me.

2001-09-13 Thread agc
and what did u do? On Thu, 13 Sep 2001, Paul Downs wrote: Date: Thu, 13 Sep 2001 16:14:09 +0100 From: Paul Downs [EMAIL PROTECTED] To: Tomcat Mailing List [EMAIL PROTECTED] Subject: To all people who are mailing me. Hi, Please for gods sake please stop sending me Dont do this emails.

Re: To all people who are mailing me.

2001-09-13 Thread Paul Downs
Hi, and what did u do? My mail client had the mailing list address as bcc and was automatically cc'ing peoples personal address. I didn't notice until I got the usual flames. Paul

Re: tomcat-users.xml reload.

2001-09-13 Thread Craig R. McClanahan
On Wed, 12 Sep 2001, Benoit Bertrand wrote: Date: Wed, 12 Sep 2001 21:26:35 +0200 From: Benoit Bertrand [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: tomcat-users.xml reload. hello, I have got a question concerning tomcat-users.xml reloading. I am

Re: The pitfalls in restarting tomcat

2001-09-13 Thread Craig R. McClanahan
On Wed, 12 Sep 2001, Jonathan Eric Miller wrote: Date: Wed, 12 Sep 2001 23:57:07 -0500 From: Jonathan Eric Miller [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: The pitfalls in restarting tomcat I agree that there should be a restart.sh. However, it is

RE: bug 1006 - v3.2.3

2001-09-13 Thread Jean-Christophe Salomé
In TC 3.2.3 the code setSoTimeout is in HttpConnectionHandler ! Does that mean that TC 3.2.3 is up to date? (which means that the bug #1006 needs to be updated in the Bug Database). Unfortunately, it doesn't explain why TC still blocks... Any clues? Anybody who faced a similar problem?

Re: request logging in Tomcat?

2001-09-13 Thread Craig R. McClanahan
By default, Tomcat 4 creates access log files for you in the same format that web servers do. It includes all of the stuff you are talking about. Tomcat 3.x does not include this feature, although you could write it yourself. Craig McClanahan On Thu, 13 Sep 2001 [EMAIL PROTECTED] wrote:

Re: New xml parser on startup in Tomcat ?

2001-09-13 Thread Craig R. McClanahan
OutOfMemoryError means that your JVM is not providing enough heap space to run Tomcat. If I remember correctly, the Blackdown JVM has a *very* small default heap size, while the heap size on the Sun and IBM JVMs is much larger. What you need to do is consult the documentation from Blackdown and

Re: Off-Topic JSERV Question...

2001-09-13 Thread Craig R. McClanahan
On Thu, 13 Sep 2001, Robert Keddie wrote: Date: Thu, 13 Sep 2001 09:08:31 -0400 From: Robert Keddie [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: '[EMAIL PROTECTED]'[EMAIL PROTECTED] Subject: Off-Topic JSERV Question... I will eventually go to Tomcat but for now I need a quci fix for

Re: Getting Tomcat's Port# in Servlet (using mod_jk)

2001-09-13 Thread Jan Labanowski
From what I know, you cannot, but you can put the ports in the context parameters in web.xml and get these parameters from within servlets and JSP. context-param param-nameconnectorPort/param-name param-value8007/param-value /context-param which you can retrieve from a servlet by

web.xml and reloading

2001-09-13 Thread Alex Colic
Hi where are these tags set? In the web.xml or servlet.xml files: Context ... reloadable=true ... Loader checkInterval=5/ /Context Thanks Alex

RedHat Linux 7.1, Tomcat 4.0 RC1

2001-09-13 Thread Scott Brinker
I'm having trouble getting Tomcat 4.0 RC1 to start under RedHat Linux 7.1. I have installed the latest release in a directory in /usr/local, installed JSE 1.3.1_01 in /usr/java, and set up JAVA_HOME and CATALINA_HOME environment variables. When I execute ./startup.sh, I get these messages:

Thread limiting in tomcat.

2001-09-13 Thread Paul Downs
Hi, I felt I should probably make this post again, and also a tacet enquiry as to why my posts appear on the list as not coming from me? I think this mail client has some quirks (mulberry for the curious). Anyway, I have tried to limit tomcats threads with the following entry in

Re: tomcat 4 beta 7 - reloading doesn't work

2001-09-13 Thread paul
Craig??? I am still unable to make servlet reloading work on AIX4.3 with tomcat 4 and apache 1.3.19 I have included some of my webapps directory structure and my server.xml The context is ct and the service is tomcat-apache In desperation and frustration trying really hard to use tomcat 4

error 404 with a GET request

2001-09-13 Thread Judith NATAF
I've just installed the jakarta-tomcat-3.2.3 web server. hen I try to send my http GET request: GET http://localhost/index.vxml HTTP/1.0 Accept: */* User-Agent: myClientHttp Connection: close The tomcat web server answers : error 404 When I use Internet Explorer the url works and I get

Re: Help: Tomcat 3.2.3 and Apache on FreeBSD **Java newbie**

2001-09-13 Thread nbd95
Ahhh, ignore tomcat_homeconf/tomcat-apache.conf Add webapps/admin and webapps/test to mod_jk.conf. Restart everything and now core,admin,test,examples all work. Though I cannot get a welcome or index page to work, accessing examples/jsp/ does provide a directory listing. Still digging. DAve

RE: Getting Tomcat's Port# in Servlet (using mod_jk)

2001-09-13 Thread Tony Vinayak
Hmmm...I am actually letting the loadbalancer worker handle the actual allocation of the ajp13 worker (and hence the port#), so I can't hard-code the port# in my web.xml. What I really want to accomplish is to be able to tell within my servlet *which* Tomcat worker is handling it. Port# was the

Re: web.xml and reloading

2001-09-13 Thread Craig R. McClanahan
On Thu, 13 Sep 2001, Alex Colic wrote: Date: Thu, 13 Sep 2001 12:42:59 -0400 From: Alex Colic [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: Tomcat-User [EMAIL PROTECTED] Subject: web.xml and reloading Hi where are these tags set? In the web.xml or servlet.xml files: Context

Re: RedHat Linux 7.1, Tomcat 4.0 RC1

2001-09-13 Thread Craig R. McClanahan
On Thu, 13 Sep 2001, Scott Brinker wrote: Date: Thu, 13 Sep 2001 12:53:29 -0400 From: Scott Brinker [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: RedHat Linux 7.1, Tomcat 4.0 RC1 I'm having trouble getting Tomcat 4.0 RC1 to start under RedHat Linux 7.1. I

Re: web.xml and reloading

2001-09-13 Thread paul
in the server.xml - Original Message - From: Alex Colic [EMAIL PROTECTED] To: Tomcat-User [EMAIL PROTECTED] Sent: Thursday, September 13, 2001 5:42 PM Subject: web.xml and reloading Hi where are these tags set? In the web.xml or servlet.xml files: Context ...

classpath

2001-09-13 Thread Liliana Selea
I'm having the same problem. I tried to run FOP-0.20 on tomcat 3.2.3. I replaced the jaxp.jar from Tomcat/lib with the latest version, and when I run the servlet, the tomcat server shuts down. Does anybody know what's happened? Thanks in advance for help. Liliana Selea

Re: Help: Tomcat 3.x/ 4.x and FreeBSD

2001-09-13 Thread Tim O'Neil
At 03:07 PM 9/12/2001, you wrote: Here is FBSD 4.4RC3, Tomcat 3.2.3, JDK 1.2.2. No problem at all. 0) Upgrade to FreeBSD 4.3 (or wait few days for upcoming 4.4 Release) 1) If possible, allways use ports ! They are ports, you know, something is ported, changed, specific to FreeBSD 2) I'd

Re: To all people who are mailing me.

2001-09-13 Thread Tim O'Neil
At 08:54 AM 9/13/2001, you wrote: Hi, and what did u do? My mail client had the mailing list address as bcc and was automatically cc'ing peoples personal address. I didn't notice until I got the usual flames. It wasn't a big deal until we all started getting cc'd on your emails to

Help with IIS and Tomcat.

2001-09-13 Thread dugan . kc
Hi. I'm trying to get Tomcat to work in our server environment. I've downloaded and installed Tomcat to our server. I've followed both the Tomcat IIS howto and the Minimalistic UG instructions to the best of my knowledge. Please help! We have a team lined up to start JSP programming

Re: custom tag

2001-09-13 Thread Craig R. McClanahan
Looks like you have an old copy of servlet.jar in your Java extensions directory ($JAVA_HOME/jre/lib/ext). Don't do that. Craig On Thu, 13 Sep 2001, Stadie wrote: Date: Thu, 13 Sep 2001 19:39:06 +0200 From: Stadie [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED]

RE: Getting Tomcat's Port# in Servlet (using mod_jk)

2001-09-13 Thread Jan Labanowski
I am not sure how your workers are done, but usually each worker gets its own copies of context files, or its own copy of links to the context files, i.e., each context in each worker has its own copy of the web.xml. But I do not know what you are doing, so I cannot really help... Jan On Thu,

RE: error 404 with a GET request

2001-09-13 Thread Tony Vinayak
Are you using telnet to do the GET? If so, try something like: telnet localhost 8080 GET /index.vxml HTTP/1.0 Press ENTER - Tony -Original Message- From: Judith NATAF [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 13, 2001 1:28 PM To: [EMAIL PROTECTED] Subject: error 404 with a

RE: request logging in Tomcat?

2001-09-13 Thread Schorsch Family
I use the logging in Apache to monitor tomcat requests. Dave -Original Message- From: craigmcc@localhost [mailto:craigmcc@localhost]On Behalf Of Craig R. McClanahan Sent: Thursday, September 13, 2001 11:01 AM To: [EMAIL PROTECTED] Subject: Re: request logging in Tomcat? By default,

RE: Getting Tomcat's Port# in Servlet (using mod_jk)

2001-09-13 Thread Tony Vinayak
Jan, All my workers are running on the same box on different ports. They are all defined in the $TOMCAT_HOME/conf/workers.properties file, and they all share the webapps deployed under $TOMCAT_HOME/webapps. So there is only ONE copy of each deployed webapp with its own web.xml. - Tony

AW: custom tag

2001-09-13 Thread Stadie
I don't think so, cause its a fresh installation of JDK 1.3.1_01. Looks like you have an old copy of servlet.jar in your Java extensions directory ($JAVA_HOME/jre/lib/ext). Don't do that. Craig On Thu, 13 Sep 2001, Stadie wrote: Date: Thu, 13 Sep 2001 19:39:06 +0200

AW: custom tag

2001-09-13 Thread Stadie
Sorry, you're right. Wasn't the servlet.jar, was the j2ee.jar !! Thanx a lot. Looks like you have an old copy of servlet.jar in your Java extensions directory ($JAVA_HOME/jre/lib/ext). Don't do that. Craig On Thu, 13 Sep 2001, Stadie wrote: Date: Thu, 13 Sep 2001

Re: error 404 with a GET request

2001-09-13 Thread David Wall
GET http://localhost/index.vxml HTTP/1.0 Accept: */* User-Agent: myClientHttp Connection: close The tomcat web server answers : error 404 The GET should not include the HTTP URL part. You should connect to port 80 (the http:// part) of 'localhost''s IP address and do a get on just

problem with tomcat4.0.7-beta-Apache2.0.16-beta serving JSP pages

2001-09-13 Thread Samantha Nguyen
Hi All, I just recently installed tomcat4.0.7-beta and apache2.0.16-beta on my sparc solaris 7 box. I am able to start both of the process, but I am unable to get tomcat to serve up JSP pages. One thing I've noticed from various documentations is to configure httpd.conf file to indicate where

Re: AW: custom tag

2001-09-13 Thread Huaxin
I have an sort of irrelant question: when several .jar file specifies the same class, how should we determine which .jar file is responsible for the class currently? Just as we see, too much time has been spent on similar situation like this one below. Thanks a lot! Huaxin On Thu, 13 Sep 2001,

mod_jk failure

2001-09-13 Thread Sheri_Egri
I am attempting to compile mod_jk to enable the SSL VIA apache previously handled by jserv. OS=Solaris2.7 Reading specs from /usr/local/lib/gcc-lib/sparc-sun-solaris2.8/2.95.3/specs gcc version 2.95.3 20010315 (release) Perl version 5.00503 -apxs -o mod_jk.so -DSOLARIS -I/opt/j2sdk1_3_1/include

Off-Topic - JServ and mod_jk

2001-09-13 Thread Richard Bedard
Does anyone know if there is an implementation of ajpv13 for JServ? If no, what problem will i encounter if i code it myself? Can i use mod_jk with jserv if i implement ajpv13 in my jserv? Thanks Richard

Tomcat 4 Standalone not running, NullPointerException..

2001-09-13 Thread Rajah Kalipatnapu
I successfully built tomcat 4, and when I try to run it as a standalone server, I get this error in catalina.out. Any body faced this before, any solution. Thank you. Contents from catalina.out Starting service Tomcat-Standalone Apache Tomcat/4.0-rc1 java.lang.NullPointerException at

AW: custom tag

2001-09-13 Thread Stadie
OK, the test-custom tag is working fine, but I still need the functionallity of javax.servlet.jsp.* and this seems to be a part of the j2ee.jar This one I use is from j2sdkee-1_2_1-win, what should be the right one. Isn't it? Looks like you have an old copy of servlet.jar in

Re: AW: custom tag

2001-09-13 Thread Craig R. McClanahan
On Thu, 13 Sep 2001, Stadie wrote: OK, the test-custom tag is working fine, but I still need the functionallity of javax.servlet.jsp.* and this seems to be a part of the j2ee.jar The servlet API classes are also included in the servlet.jar file included with Tomcat (for Tomcat 4,

RE: request logging in Tomcat?

2001-09-13 Thread Schorsch Family
yes i know, but as logging that he wanted is not available with 3.x.x (as you pointed out) it is not much of a reach to add apache to get the desired logs, i.e. An alternative to your suggestion to write the logging from scratch. dave -Original Message- From: craigmcc@localhost

WEB-INF v. required package subdirectory

2001-09-13 Thread RAndy Peter
I'm using Tomcat 3.2, stand alone. When I put my servlets under WEB-INF/classes, everything works fine. But when I try to place them in the sub-directory required by a package (for example, WEB-INF/classes/aaa/bbb/), Tomcat can no longer find them. I've tried several different placements of

Re: Thread limiting in tomcat.

2001-09-13 Thread Paul Downs
Hi, as to why my posts appear on the list as not coming from me? I think this mail client has some quirks (mulberry for the curious). Damn, all that hassle for nothing. It was the mail client I was using. The dreaded OE is fine. Paul

configuration of mod_jk and tomcat-4.0

2001-09-13 Thread Jesse Farley
Greetings, First, I'd normally opt to figure out this problem by myself, but I'm tempted to jump out of my skin with frustration at this point -- so if anyone could offer me assistance, I would greatly appreciate it. Also, I aplogize for filling your inbox with a long post, but I'd rather

Should be called a 'hopeful tomcat user' grin

2001-09-13 Thread Victor Lombardo
Hello, I'm looking at helping out a student group here at the University of Colorado at Boulder and they need to do some work in Java. My machine is a Win2k Server with IIS5. I don't see where that has been addressed in any of the FAQs. Do you know if Tomcat can work in this environment?

Re: RedHat Linux 7.1, Tomcat 4.0 RC1

2001-09-13 Thread Scott Brinker
Thanks, the log files helped me figure it out (I was pointing at the wrong directory for JAVA_HOME). Thanks again, Scott - Original Message - From: Craig R. McClanahan [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, September 13, 2001 1:37 PM Subject: Re: RedHat Linux 7.1,

Please Help with IIS/Tomcat

2001-09-13 Thread Arafat
I have a win2k box with 2 ip addresses on it. x.x.x.1 and x.x.x.2. ip1 has the default directory that comes with IIS. The home directory for ip2 is /tomcat/webapps/mycontext. I have verified that the redirector works. ip1/mycontext and ip2/mycontext work. Here's the problem... ip2/contact.html

Configuring a Tomcat worker

2001-09-13 Thread Tony Vinayak
Environment: Tomcat 3.2 Apache 1.3.20 mod_jk Solaris 2.8 Am trying to define and use a new Tomcat worker, but getting the 500 error. In the workers.properties file, I defined: worker.list=TonyWorker worker.TonyWorker.port=8006 worker.TonyWorker.host=localhost worker.TonyWorker.type=ajp13 In

context oriented realm and war.file

2001-09-13 Thread Alexander Kogan
Hello, I'm trying to configure custom security realm for just one web-app, e.g. for one context only. I'm deploying the web-app as a war-file, so the context directory doesn't exist yet. I put a Realm description into Context in server.xml. But, Tomcat 4 (rc1) complains that this context

Re: WEB-INF v. required package subdirectory

2001-09-13 Thread Jeff Turner
On Thu, Sep 13, 2001 at 03:09:24PM -0500, RAndy Peter wrote: I'm using Tomcat 3.2, stand alone. When I put my servlets under WEB-INF/classes, everything works fine. But when I try to place them in the sub-directory required by a package (for example, WEB-INF/classes/aaa/bbb/), Tomcat can no

Cloudscape and Tomcat

2001-09-13 Thread bants 73
Hi, I'm using Cloudscape 3.6 / Tomcat 4.0. I've written a very simple hello world kind of servlet, which basically loads the driver and gets the database connection. I'm able to load the driver (COM.cloudscape.core.JDBCDriver), but whenever I'm trying to get the connection using

Re: JDBC Realms 3.3 or maybe 4.0

2001-09-13 Thread Jonathan Eric Miller
You might want to have a look at JNDIRealm in Tomcat 4. If you're also running a LDAP or NIS server, you might be able to tie into that. For example, I'm pretty sure iPlanet Directory Server has account expirations. It depends on what you already have to some extent. I figured that I would

Re: tomcat-users.xml reload.

2001-09-13 Thread Jonathan Eric Miller
IMHO, a reload method in MemoryRealm would be very useful though. IMHO, using JDBC or JNDI in some cases is overkill. For example, if you otherwise had no need for a SQL server or directory server. Jon - Original Message - From: Craig R. McClanahan [EMAIL PROTECTED] To: [EMAIL

Configuring a Tomcat worker

2001-09-13 Thread Tony Vinayak
Environment: Tomcat 3.2 Apache 1.3.20 mod_jk Solaris 2.8 Am trying to define and use a new Tomcat worker, but getting the 500 error. In the workers.properties file, I defined: worker.list=TonyWorker worker.TonyWorker.port=8006 worker.TonyWorker.host=localhost worker.TonyWorker.type=ajp13 In

Re: Using Windows Native Security

2001-09-13 Thread Jonathan Eric Miller
In the future when username login mode authentication is supported in JNDIRealm, you could probably get it to authenticate against ActiveDirectory that way. It wouldn't actually be using NTLM though. Also, I was thinking that it might be cool to have a KerberosRealm class that you could use to

Re: The pitfalls in restarting tomcat

2001-09-13 Thread Jonathan Eric Miller
IMHO, it would still be nice to have a true easy way to completely restart Tomcat. For example, say you were running into memory leak problems or something like that. You might want to schedule a script to run once a day to restart the server. In a perfect world, one would never have to do this,

Re: To all people who are mailing me.

2001-09-13 Thread Jonathan Eric Miller
Yeah, I noticed that this morning. I was going to complain, but, I figured, I'd be nice. ;-) Jon - Original Message - From: Paul Downs [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, September 13, 2001 10:54 AM Subject: Re: To all people who are mailing me. Hi, and what

  1   2   >