TC 4.02 error.

2001-04-05 Thread GOMEZ Henri
Hi, Just trying a clean rebuilt of TC 4.0b2 and got : Using CLASSPATH: /var/tomcat4/bin/bootstrap.jar:/opt/IBMJava2-13/lib/tools.jar Using CATALINA_HOME: /var/tomcat4 Starting service Tomcat-Standalone Apache Tomcat/4.0-b2 Exception during startup processing

Re: Fuzzy Math

2001-04-05 Thread Jim Cheesman
At 10:49 PM 4/4/2001, you wrote: 'Fuzzy math' does *not* occur when: a. running Tomcat 3.2.1 with JDK1.2.2_006 (green_threads); b. on JavaWebServer2.0 running JDK 1.2.2_006 (green *or* native threads) in the *same* OS environment as Tomcat, or in its own slightly

RE: How to use SVG-Files?

2001-04-05 Thread Edwards, Peter
Add the following to your web.xml file: !-- Add SVG as a mime type so that browsers can use the correct plug-in -- mime-mapping extension svg /extension mime-type image/svg-xml /mime-type /mime-mapping mime-mapping

Https Connector

2001-04-05 Thread Rams
Hi all, This is the default HttpConnector. Connector className="org.apache.tomcat.service.PoolTcpConnector" Parameter name="handler" value="org.apache.tomcat.service.http.HttpConnectionHandler"/ Parameter name="port" value="8080"/

Creating new session

2001-04-05 Thread Zsolt Koppany
Hi, I understand that I can create a new session if that does not already exist with request.getSession(true) but how can I create a completely new session? My application has to support users that might need several independent sessions for each browser window. Zsolt -- Zsolt Koppany

tomcat 3.3-M2 /admin/contextAdmin/contextList.jsp failure

2001-04-05 Thread Peter B. West
I have been trying to set up a JBDCRealm using postgresql 7.0.2 under redhat linux with tomcat 3.3-M2. I got the authentication to work, but ran into the following problem when trying to access the Context List. Error: 500 Location: /admin/contextAdmin/contextList.jsp Internal Servlet Error:

Sending e-mail

2001-04-05 Thread Garry De Toffoli
Someone know a java-class that can send e-mail? Thank you.

Re: TC 4.02 error.

2001-04-05 Thread Remy Maucherat
- Original Message - From: "GOMEZ Henri" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, April 04, 2001 11:45 PM Subject: TC 4.02 error. Hi, Just trying a clean rebuilt of TC 4.0b2 and got : Using CLASSPATH: /var/tomcat4/bin/bootstrap.jar:/opt/IBMJava2-13/lib/tools.jar

RE: ISAPI filter question

2001-04-05 Thread Ricardo Gladwell
The ISAPI filter is not responsible for starting Tomcat: it merely handles redirecting requests from IIS to Tomcat. You can configure your machine to start Tomcat automatically: http://jakarta.apache.org/tomcat/jakarta-tomcat/src/doc/NT-Service-howto.htm l And you can even configure Tomcat to

Re: Sending e-mail

2001-04-05 Thread Andy C
Use Java Mail library from sun See: http://www.javasoft.com/products/javamail/index.html Andy C - Original Message - From: Garry De Toffoli To: [EMAIL PROTECTED] Sent: Thursday, April 05, 2001 10:25 AM Subject: Sending e-mail Someone know a java-class that

RE: Sending e-mail

2001-04-05 Thread Michaël Bellefroid
you need to have javamail in your classpath -Original Message-From: Garry De Toffoli [mailto:[EMAIL PROTECTED]]Sent: Thursday, April 05, 2001 11:25 AMTo: [EMAIL PROTECTED]Subject: Sending e-mail Someone know a java-class that can send e-mail? Thank you.

RE: tomcat 3.3-M2 /admin/contextAdmin/contextList.jsp failure

2001-04-05 Thread Ignacio J. Ortega
You need to set the trusted="true" attribute in the admin context..$TOMCAT_HOME$/conf/apps-admin.xml file..or start tomcat with the parameter -enableAdmin ( this does the same thing , change the trusted attribute of the admin context ) DOnt forget to change the passwords of the admin root

mod_jk internal server error

2001-04-05 Thread Florian Richter
Hi, maybe somebody can help me, my tomcat works fine at port 8080 but when I use it with apache (mod_jk) I get an internal server Error. The CLASSPATH and PATH Variable is properly set. Here is the Error message from the mod_jk.log: [jk_uri_worker_map.c (344)]: Into

Re: tomcat 3.3-M2 /admin/contextAdmin/contextList.jsp failure

2001-04-05 Thread Peter B. West
Ignacio, This is what I have in app-admin.xml: ?xml version="1.0" encoding="ISO-8859-1"? webapps !-- Special rules for the admin webapplication -- !-- Change "trusted" to true in order to run the admin -- !-- Removed SimpleRealm for testing with JBDCRealm SimpleRealm

Re: Tomcat equivalent of JServ's LogWriter?

2001-04-05 Thread Ed Gomolka
On Wednesday 04 April 2001 20:23, Chris Bailey wrote: Is there an equivalent to Apache JServ's LogWriter (org.apache.java.io.LogWriter) facility in Tomcat? I'm not familiar with LogWriter. Tomcat supports logging as described in the servlet API. (In other words, the ServletContext log methods.)

Certificate based client authentication with standalone tomcat...

2001-04-05 Thread Anindya Saha
I have tried to implement client authentication using certificates on a standalone tomcat server. I have made all the manadated steps (like changing the server.xml file and loading the certificates on server and client). However, what I end up is an empty list of certificates on IE and with an

RE: Certificate based client authentication with standalone tomcat...

2001-04-05 Thread Rams
hi saha, do u have both ssl server,client certs stored in the browser? once u have no client cert, nothing is shown in the personal settings. --Rams -Original Message- From: Anindya Saha [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 05, 2001 4:44 PM To: [EMAIL PROTECTED]

RE: Creating new session

2001-04-05 Thread Michael Wentzel
I understand that I can create a new session if that does not already exist with request.getSession(true) but how can I create a completely new session? My application has to support users that might need several independent sessions for each browser window. I don't know of any way to have

EJB Connection Pool in Tomcat

2001-04-05 Thread Christian Bjørnbak
Hi Does anyone know of a EJB Connection Pool to used in Tomcat? /Christian

Servlet Exception against

2001-04-05 Thread flelievre . cs
Hi all, I'm a new tomcat user and when I want to open a JSP, I have this error : I use Tomcat 4.0 et JDK 1.2.1. A Servlet Exception Has Occurred org.apache.jasper.JasperException: Unable to compile class for JSPerror: Can't write:

RE: Servlet Exception against

2001-04-05 Thread Alexander Jesse
Hi, looks as if your tomcat has no write-permission on ..\work\localhost\Project\Datacapture_0005fProject\ Alexander Jesse -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 05, 2001 2:54 PM To: [EMAIL PROTECTED] Subject: Servlet

A Simple question to the configuration of tomcat

2001-04-05 Thread TOPO graphics GmbH
Hello, since several weeks I am testing tomcat as a Servlet Engine with great success. I use Win98 SE2 with PWS. Now I have a simple problem (I think): What I have to do (in the configuration files) when I want to start my servlets with the URL: http://localhost/servlet/TestServlet and not

Re: tomcat in comb. with apache randomly rejecting requests

2001-04-05 Thread Lyle H. Ward
Not that it is any help, but! I use IE over the net to several secure sites (mostly financial) and see this same behavior. I think it is in the IE code and outside of maybe obtaining the IE source, there isn't any cure. At 08:11 PM 4/4/2001 -0400, you wrote: looks like no-one wants to tackle

Need job scheduling component

2001-04-05 Thread Jack Li
Hello, We need a component for scheduling jobs because some jobs take a long time. The jobs have assigned priorities. We run tomcat 3.2.1 with IIS 5.0 on windows 2000. Will you point me where to find such components? Thanks, Jack Li

Error 500: Internal servlet error

2001-04-05 Thread white_power
Hello everybody ! I'm an absolute beginner in using tomcat, and I have a little (?) problem. The situation is: I'm using RedHat linux + jdk1.3 + tomcat3.2.1. I compiled a simple servlet to the TOMCAT_HOME/classes/session/WEB-INF/classes directory, named ServletSession.class. The web.xml is

RE: Servlet Exception against

2001-04-05 Thread Benoît Jacquemont
Hi all, I'm a new tomcat user and when I want to open a JSP, I have this error : I use Tomcat 4.0 et JDK 1.2.1. First thing, you should check if the directory in which Tomcat is installed is writable for the user you use to start tomcat. Indeed, Tomcat converts JSP pages into Servlets

Problem solved... (Client authentication in standalone tomcat using certificates)

2001-04-05 Thread Anindya Saha
Down below you will find the problem I found a solution for, and the solution is to move to tomcat 4.0b3. Regards, Anindya _-_ I have tried to implement client authentication using certificates on a standalone tomcat server. I

RE: Need job scheduling component

2001-04-05 Thread Michael Wentzel
We need a component for scheduling jobs because some jobs take a long time. The jobs have assigned priorities. We run tomcat 3.2.1 with IIS 5.0 on windows 2000. Will you point me where to find such components? It should be easy enough to write a servlet which handles job scheduling task

Context Realm

2001-04-05 Thread Torgeir Veimo
I'm trying to use Realms on a per Context / web-app basis. I am able to specify a Realm outside of a Context/Context, but if I put a Realm/Realm inside a context, it is ignored. I'm using tomcat 4.0beta3. Is this supported in this release? Also, I could live with having a singleton Realm, if I

Another Servlet Exception

2001-04-05 Thread flelievre . cs
It's against me. For a another problems Thank for your help. A Servlet Exception Has Occurred Exception Report: javax.servlet.ServletException at org.apache.jasper.runtime.PageContextImpl.handlePageException(PageContextImp l.java:481) at

Re: Need job scheduling component

2001-04-05 Thread Anuj Agrawal
I'm not sure if this will meet your needs, but there is a nice Scheduler API called Flux from simscomputing (http://www.simscomputing.com). There's a free 30-day download i believe. HTH. Anuj. Jack Li wrote: We need a component for scheduling jobs because some jobs take a long time. The

IIS 5 and Win200000

2001-04-05 Thread Carlos Gustavo Verbel Martelo
Hello, Tomcat work with IIS5 and Windows 2000? Thanks for your help. Best Regards. Carlos Gustavo Verbel MarteloNetwork Administrator / Administrador de RedTeléfono / Phone (574) 312 2791PRAGMA: Now is Time to get Value. http://www.pragma.com.co ¿Conoce nuestros servicios? Visite

RE: A Simple question to the configuration of tomcat

2001-04-05 Thread Benoît Jacquemont
Hi, You just have to declare a context like this: Context path="" docBase="/path/to/myapp" debug="0" reloadable="false" /Context in your TOMCAT_HOME/conf/server.xml. You should also remove the ROOT context and the ROOT directory that is in the webapp directory. Anyway, in real

RE: Another Servlet Exception

2001-04-05 Thread Randy Layman
The root cause is a NullPointerException in your Request.jsp file. Check your code. Randy -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 05, 2001 9:17 AM To: [EMAIL PROTECTED] Subject: Another Servlet Exception

Where can I get mod_webapps ?

2001-04-05 Thread amit
Hi, I hv installed Tomcat 4.0 Beta3.I'm also runningApache Server 1.3.12 on my Win NT m/c. I would like to couple Tomcat with Apache using mod_webapps.(Similar to mod_jk in Tomcat 3.2 or earlier). But in the tomcat binary distribution , there is no mod_webapps. Can anyone tell me where can

duplicate usebean

2001-04-05 Thread Jacob Shukert
Hi, I'm trying to move an application to Tomcat from another application server and one of my JSP pages won't compile. I get the following error (I replaced the site specific information with ...): # Error: 500 Location: /.../...jsp Internal Servlet Error:

RE: IIS 5 and Win200000

2001-04-05 Thread Randy Layman
Yes. -Original Message- From: Carlos Gustavo Verbel Martelo [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 05, 2001 9:33 AM To: [EMAIL PROTECTED] Subject: IIS 5 and Win20 Hello, Tomcat work with IIS5 and Windows 2000? Thanks for your help. Best Regards. Carlos

RE: IIS 5 and Win200000

2001-04-05 Thread shlomi sarfati
Yes -Original Message[shlomi sarfati]-From: Carlos Gustavo Verbel Martelo [mailto:[EMAIL PROTECTED]]Sent: Thu, April 05, 2001 3:33 PMTo: [EMAIL PROTECTED]Subject: IIS 5 and Win20 Hello, Tomcat work with IIS5 and Windows 2000? Thanks for your help.

test message please delete

2001-04-05 Thread John.Bassinger
test message

RE: Error 500: Internal servlet error

2001-04-05 Thread Samson, Lyndon [IT]
Its usually not a good idea to get political on lists like this, but I just wonder about your email address, it icould/i be considered quite offensive to some people. I'm sure it isn't meant to be. Regarding your error, have you compiled and successfully run the simple hello world servlet,

can SSL an non-SSL run at the same time??

2001-04-05 Thread Alvin Yap
I have setup the Tomcat 4.0b1 running with SSL. Is it possible to run non-SSL in a different context?? It seems to me that whenever i turn on SSL all context will be listening on SSL port. Alvin

RE: tomcat in comb. with apache randomly rejecting requests

2001-04-05 Thread Samson, Lyndon [IT]
Kresimir, You may want to analyse what network traffic originating from the browser, just watch the TCP data that IE sends to the server, if the request is the same the problem is most likely on the server, otherwise the browser may be trying to 'intelligently' ( read: brain dead ) cache and

test message please delete 2

2001-04-05 Thread John.Bassinger
please delete only a test

test 3

2001-04-05 Thread John.Bassinger
test 3

how to unsubscribe this list?

2001-04-05 Thread Trakhtenberg, Victor
Hello! Does anyone how to unsubscribe this list? I've tried to send email to : [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] but this didn't work I still get those mails. Thank you in advans.

Re: can SSL an non-SSL run at the same time??

2001-04-05 Thread Paul Ramos
Check out http://www.apache-ssl.org/#What_is_Apache-SSLlook for "I want to run secure and non-secure server on the same machine. Is that possible?". From: Alvin Yap <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] To: "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> Subject: can SSL an non-SSL run at the

Re: can SSL an non-SSL run at the same time??

2001-04-05 Thread Paul Ramos
Check out http://www.apache-ssl.org/#What_is_Apache-SSLlook for "I want to run secure and non-secure server on the same machine. Is that possible?". From: Alvin Yap <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] To: "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> Subject: can SSL an non-SSL run

Configuration Help

2001-04-05 Thread Ehlert, Andy
I'm trying to get Tomcat to work on my NT4.0 server and have run into a problem. I think I have everything setup correctly, but I can't get the helloworld.html servlet to appear. Here is the output of my isapi.log file for the call. [jk_isapi_plugin.c (408)]: HttpFilterProc started

Re: Tomcat equivalent of JServ's LogWriter?

2001-04-05 Thread Brett Knights
I have done the following: Using Log4J create a singleton ServletAppender that pipes output to Log4J all my servlets check to see if this is initialized and if not they init it with the ServletContext. Servlet logging works normally. Log4J logging methods (called from my non-servlet

RE: how to unsubscribe this list?

2001-04-05 Thread Jason Izatt
Are you sending the unsubscribe email from the email account for which you are subscribed? If you're reading/sending your mail from a central address to which all your aliases (the one for this list, for example) are forwarding, then the mail list won't recognize the unsubscribe because it will

Second request: read will block forever

2001-04-05 Thread Adam Ratica
If I send an empty get request to my servlet, get the inputstream, and do a read will block forever. (eg: just call the servlet from IE or Netscape it just hangs). InputStream in = servletRequest.getInputStream(); byte[] buffer = new byte[bufferSize]; ByteArrayOutputStream byteStream = new

Re: how to unsubscribe this list?

2001-04-05 Thread Bo Xu
"Trakhtenberg, Victor" wrote: Hello! Does anyone how to unsubscribe this list? I've tried to send email to : [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] but this didn't work I still get those mails. Thank you in advans. Hi :-) I am not sure, from a email, I suggest you check that if you

test-tomcat.xml

2001-04-05 Thread berman
I want to verify that my standaloneinstallation is working. (RedHat 7.0/tomcat 3.2.1) When I use test-tomcat: bin/tomcat.sh ant -f conf/test-tomcat.xml client I get 4 FAILs. Two are due to hardcoded machine name in ./Golden/movedwelcome.txt and ./Golden/movedindex.txt. Two seem to

tomcat and SSI

2001-04-05 Thread Edara, Indira
I am using tomcat version 3.1.1, with IIS isapi_redirect.dll plugin. When I include SSI, in .jsp page, it is not getting evaluated. I have a file Source1.jsp with text in it !--#include virtual="/examples/jsp/new.jsp" --, new.jsp has new in its body. When I request Source1.jsp, I am not seeing

Re: Where can I get mod_webapps ?

2001-04-05 Thread Pae Choi
Hi Amit, Look at the TC4.0b3 path\src\connectors\apache-1.3\ direcoty. Let us know how it goes. Regards, Pae -Original Message-From: amit [EMAIL PROTECTED]To: [EMAIL PROTECTED] [EMAIL PROTECTED]Date: Thursday, April 05, 2001 6:33 AMSubject: Where can I

Which version of tomcat to use with JBuilder 4.0(Foundation)?

2001-04-05 Thread qingjian du
I want to install the tomcat servlet, and I have installed JBuilder 4.0(Foundation) on my machine (WinNT). I just wonder if someone knows the version of tomcat (build) I need to install. I tried tomcat 3.1, but failed to run it. Thanks in advance. Qingjian

RE: Servlet Chaining...

2001-04-05 Thread Gaël Oberson
Title: RE: Servlet Chaining... [Gaël Oberson] I think HttpServletRequest inherits getRequestDispatcher(..) from ServletRequest class and does implement it. [Gaël Oberson] You can also get the RequestDispatcher object from ServletContext Yes, you're right, but it'snot what I

RE: Which version of tomcat to use with JBuilder 4.0(Foundation)?

2001-04-05 Thread Benoit Jacquemont
I use JBuilder 4.0 Foundation on a Win200Pro machine with Tomcat 3.2.1. And it works really fine. But I used to use the Tomcat 3.1 sometimes ago and it works great as well. What do you do to run Tomcat under JBuilder ? Benoit I want to install the tomcat servlet, and I have installed

Distrbuted Tomcat / Apache setup problems

2001-04-05 Thread tomcat
I'm a bit new to Tomcat so please pardon me if this issue has been addressed before. I'm trying to configure tomcat and apache so that the apache server and tomcat process run on two separate machines. I've followed (as best as I could) all of the documentation that comes with Tomcat (and

unsubscribe me

2001-04-05 Thread João Folha
unsubscribe me

Tomcat and NES under Netware

2001-04-05 Thread Patric Lichtsteiner
Hi I have a problem with the Tomcat/NES integration under Netware. I installed Tomcat 3.2.1 on my Netware 5.1/SP2a-Server (jdk1.2.2) and configured the integration with Netware/Novell Enterprise Server using nsapi_rd.nlm. Everythings works, but very slow - each request needs about three

RE: Servlet Chaining...

2001-04-05 Thread Varela Santoalla, Daniel
Servlet1 doesn't have to output anything to the standard PrintWriter in your case. You could conditionally output to a buffer and then handle this buffer to servlet2. Maybe some custom object inheriting from Response passed as Request attribute... I assume that you ALSO want servlet1 to be able

RE: Running java on linux (thanks)

2001-04-05 Thread Brandon Cruz
Thanks everyone who helped me with the problem running jdk1.3.3 (and tomcat) on a red hat 6.2 linux machine. It turns out that 1.2.2_007 works fine, so that is what I went with for now. Hopefully Sun will update the newer version of the jdk so that it will be easier to work with on Linux.

Re: Servlet Chaining...

2001-04-05 Thread Pae Choi
Bo, Did you use Cygwin to build the mod_webapp connector? I am having a problem to build it. Can you share the info with us? Pae -Original Message- From: Bo Xu [EMAIL PROTECTED] To: [EMAIL PROTECTED] [EMAIL PROTECTED] Date: Thursday, April 05, 2001 8:57 AM Subject: Re: Servlet

RE: how to unsubscribe this list?

2001-04-05 Thread Milt Epstein
On Thu, 5 Apr 2001, Jason Izatt wrote: Are you sending the unsubscribe email from the email account for which you are subscribed? If you're reading/sending your mail from a central address to which all your aliases (the one for this list, for example) are forwarding, then the mail list won't

integrating Web tier (Tomcat v4.0b1) with an EJB tier (RI v1.2)

2001-04-05 Thread Bryan Basham
Hello Tomcat Users, I am trying to integrate my Web tier with an EJB tier using the Business Delegate pattern. I am having a problem on the Web tier side doing the JNDI lookup on the remote EJB server. ***A very important note: I am using Tomcat (v4.0b1) independently of the EJB tier (using

Re: Servlet Chaining...

2001-04-05 Thread Bo Xu
Gal Oberson wrote: [Gal Oberson] I think HttpServletRequest inherits getRequestDispatcher(..) from ServletRequest class and does implement it. [Gal Oberson] You can also get the RequestDispatcher object from ServletContext Yes, you're right, but it's not what I

TR: Which version of tomcat to use with JBuilder 4.0(Foundation)?

2001-04-05 Thread Benoit Jacquemont
Thanks for your help scott, but I was just trying to help somebody else. I don't have any problem to run Tomcat under Jbuilder. But I think your answer will really help Qingjian Du. Thank you for him ! ;-) Benoit -Message d'origine- De : Scott Sanders [mailto:[EMAIL PROTECTED]] Envoye

Compiling tomcat from source: Error listing.

2001-04-05 Thread Mike Ford
I am installing tomcat from source. I have painstakingly followed all of the directions to do so, and have made modifications to build.xml where necessary. After a long struggle, I have reduced my problem to the following: Buildfile: build.xml prepare: tomcat:

Re: tomcat without apache logging security

2001-04-05 Thread sgoni
Thanks, it works fine like that :-) On Tuesday 03 April 2001 10:47, [EMAIL PROTECTED] wrote: I would like to log all the queries to the database in logs/servlet.log. I put the verbosityLevel to DEBUG which didn't seem to have an effect on the logfile (it only logs the init calls). In

HOW TO UNSUBSCRIBE from tomcat-users

2001-04-05 Thread William Kaufman
Sorry to blast this to everyone, but, since a lot of people are trying to unsubscribe from tomcat-users the wrong way, here's the right way, as taken from the email you were sent when you subscribed: I can handle administrative requests automatically. Please do not send them to the list

Re: Client Authentication

2001-04-05 Thread Mandar Joshi
Hi Rams, I have kept my Client Certificate in the cert store specified by 'keystore' parameter of the SSL connector in TC. while importing it from file to this keystore, I have trusted the Root CA (this is CA of my company). I have same certificate installed on my IE, with Root CA in the Root

remove me please

2001-04-05 Thread Oliver Gottwald
Please remove me from the tomcat mailing list. It's been great. Thanks to all for your insight. [EMAIL PROTECTED] Oliver Gottwald _ Get your FREE download of MSN Explorer at http://explorer.msn.com

Re: jspc classes

2001-04-05 Thread Usha Kolachalam
Hi! all Using the jspc option I have been able to compile the .jsp files and generate .class files. Further I have also generated a web.xml file. I put all the .class files in the web-inf\classes folder. Now the question I have is how do I access these .class files. Earlier I would type in

RE: Servlet Chaining...

2001-04-05 Thread Gaël Oberson
no no no no no no... you all have good ideas, but all these ideas will not work for my problem. The second servlet, wich must process XML - HTML, is Cocoon (xml.apache.org/cocoon), and I have no ideas about the parameters Cocoon Can take!! Cocoon is normally designed to process "static" XML +

Tomcat 4 in Apache 1.3

2001-04-05 Thread Chad LaJoie
Tomcat 4 has the ability to un/deploy web apps on the fly (i.e. without restarting Tomcat). Does anyone know what implications this has on Apache. In Tomcat 3 mod_jk.conf was used to create maps between Apache and your Tomcat webapps. This can only be done at Apache runtime however as

Tomcat/LoadBalancing.

2001-04-05 Thread Vikas Bansal
Hello, I want to enable the load balancer worker on Apache/Tomcat. Even though I have configured the workers.properties file as - worker.loadbalancer.type=lb worker.loadbalancer.balanced_workers=myajp12_1, myajp13_1, myajp12_2, myajp13_2 The load balancer worker is not invoked, for I do see the

mod_jk.conf-auto problem

2001-04-05 Thread berman
Hi. I have a servlet, Hungry, which wants to process all requests which extend a given prefix. No problem in tomcat. I add the following stanza to my webapps web.xml servlet-mapping servlet-nameHungry/servlet-name url-pattern/Hungry/*/url-pattern /servlet-mapping When I

Header lines appearing in body after redirect with IIS.

2001-04-05 Thread Jacob Shukert
Hi, After I changed to using IIS instead of Tomcat's built-in web server, I encountered the following problem: I request a web page that redirects to a second web page after writing some output. The resulting web page contains this initial output plus the following header fields plus the web

trouble compiling mod_jk.so wih Apache 1.3.19 and SunOs 5.8

2001-04-05 Thread Hong-Bing Chen
Hi, I am trying to compile tomcat-apache plugin for Solaris and it fails. The versions are Apache 1.3.19, SunOs 5.8 and Perl 5.6.0. The error message is : "gcc -DSOLARIS -DUSE_EXPAT -I../lib/expat-lite -I/usr/apache1.3.19/include -I../common -I/usr/java1.3/j2sdk1_3_0/include

Re: mod_jk.conf-auto problem

2001-04-05 Thread Milt Epstein
On Thu, 5 Apr 2001 [EMAIL PROTECTED] wrote: Hi. I have a servlet, Hungry, which wants to process all requests which extend a given prefix. No problem in tomcat. I add the following stanza to my webapps web.xml servlet-mapping servlet-nameHungry/servlet-name

Re: Sending e-mail

2001-04-05 Thread Asim Ghaffar
Transport.send(message); message is of type Message it is part of the package javax.mail - Original Message - From: Garry De Toffoli To: [EMAIL PROTECTED] Sent: Thursday, April 05, 2001 2:25 PM Subject: Sending e-mail Someone know a java-class that can send

Re: Header lines appearing in body after redirect with IIS.

2001-04-05 Thread Guntupalli Shanti
Hi Jacob, I had the same problem...but only with IE, with Netscape it was fine. In my case, the connection was kept alive and the output is appended to the response buffer whenever I use sendRedirect method. I added the following line to my code before reading anything from response object (best

RE: mod_jk.conf-auto problem

2001-04-05 Thread GOMEZ Henri
I really suggest you to make apache read a mod_jk.conf you done by hand. Keep the auto generation for information purpose. "Entre truands, les bnfices, a se partage, la rclusion, a s'additionne." -- Michel Audiard -Original Message- From: Milt Epstein [mailto:[EMAIL PROTECTED]]

apache internal server error: problem with servlet initialization?

2001-04-05 Thread Rui M . Silva Seabra
Hello, I am running apache 1.3 and tomcat 3.2.1, and I have a problem I can't seem to resolve and thus I am in need of help. Ever when I start tomcat, it seems like the servlets need to be called some three or four times in order to start running. Until they start, apache just returns

java process question

2001-04-05 Thread Pete Wright
Hey all, I've got apache 1.3.19 running with tomcat 3.2.1 on debian/gnu linux (potato). everything went great with the install! ok got a quick question here tho, i start tomcat then do a ps -A to make sure it's running and notice that i have *a*lot* of java process' running (47 to be exact).

Re: java process question

2001-04-05 Thread Rui M . Silva Seabra
On Thu, Apr 05, 2001 at 03:17:40PM -0400, Pete Wright wrote: this is for a development machine that's pretty underpowered so obviously i'd love the conserve resources. should i even worry about all that java stuff? I think they're threads, but if you have low power machines, mayhap you

Re: java process question

2001-04-05 Thread Pete Wright
yea i thought they were threads. i suppose my question was if all 47 were necc. and if not could i lower the amount of them. pete "Rui M . Silva Seabra" wrote: On Thu, Apr 05, 2001 at 03:17:40PM -0400, Pete Wright wrote: > this is for a development machine that's pretty > underpowered so

Directory traversal exploit - Any fix/workaround?

2001-04-05 Thread Bill . Francis
Hi all, Is there any workaround for the recently announced exploit that exposes directory listings using tomcat? exploits: http://target:8080/%2e%2e/%2e%2e/%00.jsp It is possible to cause the Tomcat server to Listing outside the document root directory scope. I do not use JSP, so if disabling JSP

please remove from list

2001-04-05 Thread Seurien Chou
Please remove me from the tomcat user mailing list. thank you in advance _ Get your FREE download of MSN Explorer at http://explorer.msn.com

Virtual Hosting with Tomcat

2001-04-05 Thread Brandon Cruz
I am hosting several sites on a linux machine with an apache webserver. I want to use tomcat as a servlet/JSP engine. Upon reading some documentation, I have found that their suggested way of linking to virtual hosts on apache is to create a separate instance of a JVM for each virtual host.

about the auto-reloading of jakarta-tomcat-4.0-b2(3)

2001-04-05 Thread Bo Xu
Hi :-) when I use jakarta-tomcat-4.0-b1, I can use the auto-reloading , but when I use jakarta-tomcat-4.0-b2 and jakarta-tomcat-4.0-b3, just from my work, I find I can not use auto-reloading. I have already set reloadable="true" in server.xml, and other setting is similar with TC4.0-b1, and I

RE: Fuzzy Math

2001-04-05 Thread Jeff Crawford
Is anyone running the below (Solaris/JDK 1.2.2_006 or _007) environment that could test our JSP (also below)? It would be a *huge* help to test this in a similar environment. Thanks again! Jeff -Original Message- From: Jim Cheesman [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 05,

RE: Tomcat 4 in Apache 1.3

2001-04-05 Thread GOMEZ Henri
Tomcat 4 has the ability to un/deploy web apps on the fly (i.e. without restarting Tomcat). Does anyone know what implications this has on Apache. In Tomcat 3 mod_jk.conf was used to create maps between Apache and your Tomcat webapps. This can only be done at Apache runtime however as

Re: Fuzzy Math

2001-04-05 Thread Dave Weis
Jeff Crawford wrote: Is anyone running the below (Solaris/JDK 1.2.2_006 or _007) environment that could test our JSP (also below)? It would be a *huge* help to test this in a similar environment. I tried it on Solaris 2.6 with Tomcat 3.2.1, I think the JDK version is 1.3, and got the

unsubscribe me

2001-04-05 Thread Gottwald, Oliver
Please unsubscribe me

RE: Header lines appearing in body after redirect with IIS.

2001-04-05 Thread Jacob Shukert
Hi Shanti, That worked! Thank you very much. Jacob Shukert [EMAIL PROTECTED] (703) 341-2751, VNET 235-2751 Source Systems Development MCI WorldCom -Original Message- From: Guntupalli Shanti [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 05, 2001 2:56 PM To: [EMAIL PROTECTED]

Re: trouble compiling mod_jk.so wih Apache 1.3.19 and SunOs 5.8

2001-04-05 Thread Ed Gomolka
At 02:46 PM 4/5/01 -0400, Hong-Bing Chen wrote: Hi, I am trying to compile tomcat-apache plugin for Solaris and it fails. The versions are Apache 1.3.19, SunOs 5.8 and Perl 5.6.0. The error message is : "gcc -DSOLARIS -DUSE_EXPAT -I../lib/expat-lite -I/usr/apache1.3.19/include -I../common

virtual hosting with tomcat and apache

2001-04-05 Thread Brandon Cruz
I sent a message a while ago, but don't think it went though. Basically, I am using Tomcat as a servlet/jsp engine for a site that uses Apache as the webserver. Only problem is that I am on one server with several virtual host directories. I want to be able to put .jsp files into each vhost

Problem starting Tomcat

2001-04-05 Thread H.F.N. den Boer
It seems I've a last problem with configuring and starting Tomcat. Tomcat 3.2.1 running on Win2k (build 5.00.2195) with IIS 5.0 The isapi filter is installed and works properly. However, when using startup.bat, Tomcat tries to start in a new window. In a flash, I see approx. 2 lines appearing

  1   2   >