Re: Multiple Developers using Tomcat

2000-10-24 Thread Richard Wooding
Hi, Yes we do something just like that at our development company. We are using Apache/Tomcat on Redhat Linux 6.2. You can do this my configuring Tomcat for multiple JVMs or by using Virtual Hosting with multiple JVMs. (Each JVM does carry a memory footprint/overhead though :-( ). You can find ou

Cannot load my Cocoon producer with Tomcat.

2000-10-24 Thread Robert Nicholson
Anybody know where Cocoon loads it's producer's from? I have Cocoon working in Tomcat and I have my customer producer class in the classpath that Tomcats using but I get. java.lang.RuntimeException: Error creating com.elastica.cocoon.RequestProducer: class is not found at org.apache.coco

AW: Converting from JRun

2000-10-24 Thread Merdes, Matthias
hi bill, sorry to bother you, but how did you connect from your webserver to tomcat in the first place (compared to connecting to jrun)? we use o'reilly website pro on nt4 that connects to jrun using \connectors\jrun.isa. maybe you can give me an idea how to establish this connection from web ser

Tomcat setup permissions under linux

2000-10-24 Thread Pierre Métras
Hi all, I want to test my application in a deployment context and try it under linux. I have set up a new PC with linux Debian 2.2, Sun JRE 1.3 and Tomcat 3.2B6. When I untar the tomcat bin file, in the "/usr/local" directory, I noticed that all files where owned by a user "500" and group "500".

Re: Tomcat bug?

2000-10-24 Thread Jeff Sum
sorry this only typing mistake.. my application was typed correctly but still doesn't work - Original Message - From: "Mike Bremford" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, October 24, 2000 6:14 PM Subject: RE: Tomcat bug? > It may be a typo in your example, but

[tomcat-user] Re: Tomcat and Style sheets

2000-10-24 Thread kenneth topp
the tomcat/conf/web.xml is not read at all in the 3.2 tomcat branch. This is known, and alluded to in places (in 4.0 documentation mostly). However, no one has cleaned up the documentation. I'd try ${context.home}/WEB-INF/web.xml or in apache/conf/httpd.conf... Good Luck, Kenneth Topp ---

JCE In Tomcat gets a java.lang.SecurityException

2000-10-24 Thread John Ellis
Hi, I have seen several emails, here and on the forums at javasoft with this same problem, but I have not seen an answer. If I use the jce cryptography in the same VM as tomcat, I get the exception stack trace below. Unfortunately, the JCE does not distribute with source, so I cannot look there

Tomcat and Style sheets

2000-10-24 Thread William Brogden
I am getting weird results when trying to get Tomcat to serve pages that link to style sheets. Example link: Catalog Information http://localhost:8080/XmlBook/catalog/catalog.css" type="text/css" media="screen" > I tried adding css text/css

jakarta and mod_jk

2000-10-24 Thread Hans K. Yoon
I tried to use mod_jk, but failed. please help me. I'm using 3.3dev version. worker(connector) works well. jk.log file has the following messages. [jk_uri_worker_map.c (295)]: Into jk_uri_worker_map_t::uri_worker_map_open, there are 3 rules [j

RE: admin user/password

2000-10-24 Thread Mike Tinnes
I'm also using 3.2b6 which may be a factor. -Original Message- From: Joe Emenaker [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 24, 2000 6:05 PM To: [EMAIL PROTECTED] Subject: Re: admin user/password > but the login still fails after 3 attempts. I don't have to change the realm > d

Re: admin user/password

2000-10-24 Thread Joe Emenaker
> but the login still fails after 3 attempts. I don't have to change the realm > do I? Beats me, here's what worked for me: === /etc/tomcat/tomcat-users.xml === == /usr/share/tomcat/webapps/admin/WEB-INF/web.xml (portion) ==

RE: admin user/password

2000-10-24 Thread Mike Tinnes
Thanks for the reply, but it's still not cooperating.. I've added 'tomcat' to the web.xml with.. admin tomcat but the login still fails after 3 attempts. I don't have to change the realm do I? -Original Message- From: Joe Emenaker [mailto:[EMAIL PROTECTED]] Sent: Tuesday, Octo

Re: Converting from JRun

2000-10-24 Thread Joe Emenaker
> ie, in JRun, one would add a line to rules.properties > such as: > > /url/ Yourservlet Sounds like you're using an older JRun. The version of JRun I was playing with recently seemed to conform pretty closely to the servlet 2.2 spec. Anyway First off, you need to go to your /etc/tomcat/s

Re: admin user/password

2000-10-24 Thread Joe Emenaker
> > What bugs me is that, if you enter a valid username/password > > combination, > > tomcat gives no indication that they're valid... it behaves > > as though the > > name/password are invalid. I would have expected that it > > would come up with > > a page that said that I didn't have the appro

Re: Converting from JRun

2000-10-24 Thread robert
Look in your contents web.xml file for servlet definitions and servlet-mapping definitions. On Tue, 24 Oct 2000, Bill Stearns wrote: > Can anyone point me to any documentation regarding > JRun -> tomcat conversions ? Specifically in the area of > mapping a URL to a servlet ?? > > ie, in JRun, o

SSL- keystore help..

2000-10-24 Thread nell
Hi all, After entering keystore password, I am getting following in the DOS shell keytool error: java.security.NoSuchAlgorithmException: RSA KeyPairGenerator not available Can any one help me, What might be the error? Thanks, nell ___ CoolEmail --

Re: mod_jerv compilation

2000-10-24 Thread Tamara Monson
Bruce: I had the same error trying to build on a Solaris 8 machine; the only thing that worked was getting the Tomcat source code and building mod_jserv.so myself. Some very basic instructions are at: http://jakarta.apache.org/tomcat/jakarta-tomcat/src/doc/tomcat-apache-howto. html --Tamara

Re: startup fail

2000-10-24 Thread Stephen Adkins
Hi, I am exactly at the same point in my transition from JServ to Tomcat. I just got over the problem you mention. The problem is that Tomcat is trying to listen on a port that is already being listened to by another process. In my case, I already had an Apache web server running on 8080/8443 (

RE: admin user/password

2000-10-24 Thread Steven Newton
> What bugs me is that, if you enter a valid username/password > combination, > tomcat gives no indication that they're valid... it behaves > as though the > name/password are invalid. I would have expected that it > would come up with > a page that said that I didn't have the appropriate right

mod_jerv compilation

2000-10-24 Thread Bruce Williams
I am having trouble compiling a mod_jserv.so on the following system: gcc -v Reading specs from /hf/local/lib/gcc-lib/sparc-sun-solaris2.6/2.95.2/specs gcc version 2.95.2 19991024 (release) uname -a SunOS fayette 5.6 Generic_105181-20 sun4u sparc SUNW,Ultra-5_10 perl -v

Re: admin user/password

2000-10-24 Thread Joe Emenaker
> Hello, > How do I determine/change/etc. the username and password for the /admin > security context? I've tried the username/passwords from the > tomcat-users.xml file, but these must relate to something else. I don't know why nobody talks about this. I've seen numerous postings from people t

RE: TOMAT slowing down a lot after a while

2000-10-24 Thread Federico Tello Gentile
- Mensaje original - De: Kurt Bernhard Pruenner <[EMAIL PROTECTED]> > It might be a bug, but it definitively isn't a Tomcat bug - which JDBC driver > were you using? Of course is not Tomcat's. It's not a JDBC-ODBC Dirver bug, as I thought before. You have to close statements explicitly.

startup fail

2000-10-24 Thread Nelson Chan
Hi all. Our site was running Apache+Jserv, and we decided to switch to Tomcat to add JSP support. I downloaded Tomcat and tried to start it up, and I got the following error message: [root@atari bin]# ./startup.sh Guessing TOMCAT_HOME from tomcat.sh to ./.. Setting TOMCAT_HOME to ./.. Using cl

Re: Multiple Developers using Tomcat

2000-10-24 Thread Rick Anderson
Shouldn't it be possible to setup one version of Tomcat the hooks into Apache and allows each user to execute their own servlets? This would occur in each user public_html directory. --Rick Anderson __ Rick Anderson | [EMAIL PROTECTED] __

RE: confusion on running Stand alone

2000-10-24 Thread Josh Knowles
try http://localhost:8080 -Original Message- From: Stephen Adkins [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 24, 2000 2:13 PM To: [EMAIL PROTECTED] Subject: RE: confusion on running Stand alone Hi, Are you really entering something like http://192.9.2.200:8080/index.html or

RE: confusion on running Stand alone

2000-10-24 Thread Stephen Adkins
Hi, Are you really entering something like http://192.9.2.200:8080/index.html or are you literally entering http://serverip:8080/index.html ? If you are doing the second, you are misunderstanding that "serverip" should be replaced with the IP address of your server as in the first exam

Converting from JRun

2000-10-24 Thread Bill Stearns
Can anyone point me to any documentation regarding JRun -> tomcat conversions ? Specifically in the area of mapping a URL to a servlet ?? ie, in JRun, one would add a line to rules.properties such as: /url/ Yourservlet What is the equivelent in Tomcat ?? thanks, Bill

mod_jk vs ApacheModuleJserv.dll on WinNT

2000-10-24 Thread Bill Stearns
I'm a little confused. In the documentation on http://jakarta.apache.org/tomcat/jakarta-tomcat/src/doc/mod_jk-howto.html It recommends that, if you're including tomcat.conf or tomcat-apache.conf in the Apache httpd.conf file, you should remove these to use the mod_jk module instead of the mod_jse

RE: confusion on running Stand alone

2000-10-24 Thread John Bateman
Hi Yeah, weird eh? The browser (IE) tells me "DNS Error or Cannot Find Server". As an aside I'm running apache on Port 80 and it serves up the web pages fine (for other websites, NOT the ones Tomcat points to). I appreciate your help. > -Original Message- > From: Ben Souther [mailto:[EM

RE: confusion on running Stand alone

2000-10-24 Thread John Bateman
Hi Thanks for the reply. I tried that also, and since there's a connector entry , as seen below, for 'root' I put an index.html file (verified all permissions on it) and called http://serverIpd:8080/index.html also nothing. Very strange but then again it is the holloween season over here

Re: confusion on running Stand alone

2000-10-24 Thread Ben Souther
You're getting DNS errors when you enter the "IP" number? - Original Message - From: Jagannathan, Giri (c) <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, October 24, 2000 4:51 PM Subject: RE: confusion on running Stand alone > jus try accessing http://serverip:8080 without

RE: confusion on running Stand alone

2000-10-24 Thread Jagannathan, Giri (c)
jus try accessing http://serverip:8080 without the file index.html!! It worked for me.. -Original Message- From: John Bateman [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 24, 2000 4:53 PM To: Tomcat-User (E-mail) Subject: confusion on running Stand alone Hi I'm a bit confused ove

confusion on running Stand alone

2000-10-24 Thread John Bateman
Hi I'm a bit confused over all the documentation I've been reading. It tells me to run the tomcat server in stand alone mode and verify that I can get the servlets working before I try running it in or out of process with another webserver. This I understand, but I can't seem to find an example

RE: WEB-INF/lib

2000-10-24 Thread Kent
This is a known bug of Tomcat. |-Original Message- |From: [EMAIL PROTECTED] |[mailto:[EMAIL PROTECTED]] |Sent: October 24, 2000 12:17 PM |To: [EMAIL PROTECTED] |Subject: WEB-INF/lib | | |Hi All, |

Re: TOMAT slowing down a lot after a while

2000-10-24 Thread Paul Russell
On Tue, Oct 24, 2000 at 04:57:11AM -0400, Ted Husted wrote: > I need to select a DBMS for an online auction application soon. Was > going to use MySQL, but the PostgreSQL transaction support sounds > attractive. Comments welcome. Personally, I wouldn't go near any database system that doesn't sup

Re: java.awt package

2000-10-24 Thread Drasko Kokic
actually you just helped me as I was trying to find a way to generate some charts on fly ... thanks :-) have you manage to make it work? Drasko --- Leon Palermo <[EMAIL PROTECTED]> wrote: > Drasko, > > I hava a .jsp which accesses classes on the server > that create charts and > graphs. They u

Re: help with generated servlet and IllegalStateException

2000-10-24 Thread William Brogden
Elisabeth Freeman wrote: > > Hi, > I have noticed that the servlets being generated from my JSPs *always* grap > the PrintWriter "out", even if I am not using it in my JSP. This causes > serious problems when I want to redirect - I get an IllegalStateException > which seems to hang the thread

Re: compiling SSL files..

2000-10-24 Thread Trevor Little
Guess I'm exactly one step ahead of you in this process. I've also been setting up tomcat and ssl. You first must copy the jars in jsse1.0.2/lib into JAVA_HOME/jre/lib/ext. After that you should be able to compile SSLSocketFactory just fine. [EMAIL PROTECTED] wrote: > > Hi, > I am using Tom

WEB-INF/lib

2000-10-24 Thread TDSlusser
Hi All, I am trying to put my JDBC jar file in the application/WEB-INF/lib directory but Tomcat doesn't add the jar file to its classpath automatically. Is there a config parameter in one of the xml files to do this? Also the default "build" script for NT machines says to put the jars in applic

help with generated servlet and IllegalStateException

2000-10-24 Thread Elisabeth Freeman
Hi, I have noticed that the servlets being generated from my JSPs *always* grap the PrintWriter "out", even if I am not using it in my JSP. This causes serious problems when I want to redirect - I get an IllegalStateException which seems to hang the thread in my application, so after a few hundre

Re: JavaBean at JSP

2000-10-24 Thread Julio Serje (@Canada)
Hi, Mirek I think that your problem is that you are probably adding two directory levels between your docbase and your WEB-INF... If your docBase is /usr/adissys/pok_JSP then your WEB-INF directory should be located at /usr/adissys/pok_JSP/WEB-INF , and you say you have it at /usr/adissys/p

RE: Tomcat IIS - 404 File not found (isapi_redirect.dll)

2000-10-24 Thread Nattu Natraj
We had the same problem and it seems to be the ISAPI redirector that is causing it. We are testing 3.2b6 with a locally compiled version of isapi_redirect.dll and have not been able to reproduce the problem. Nattu. -Original Message- From: Scott Clegg [mailto:[EMAIL PROTECTED]] Sent: Tue

compiling SSL files..

2000-10-24 Thread nell
Hi, I am using Tomcat3.2 and jsse1.0.2. Could any one help me, how to compile or build SSLSocketFactory and other files in net package. thanks, nell ___ CoolEmail -- Now you're talking. Get Free Email-By-Phone Today. http://www.CoolEmail.com

RE: Error running ./startup.sh

2000-10-24 Thread John Bateman
Title: RE: Error running ./startup.sh I thank you all for your support and input over the last few trying days.   This is, by far, the most interactive (and interesting) list I've participated in.   Thanks. -Original Message- From: John Bateman [mailto:[EMAIL PROTECTED]] Sen

Tomcat IIS - 404 File not found (isapi_redirect.dll)

2000-10-24 Thread Scott Clegg
I noticed I was able to reproduce this issue only on a dual CPU NT server. On a single CPU NT server, this issue never occurred. If the number of CPU is the case, then is it a Microsoft issue with IIS or Tomcat's isapi issue? For a temporary work around on this issue, I upgraded the user's b

admin user/password

2000-10-24 Thread Mike Tinnes
Hello, How do I determine/change/etc. the username and password for the /admin security context? I've tried the username/passwords from the tomcat-users.xml file, but these must relate to something else. Thanks, Mike

RE: save a attachment

2000-10-24 Thread Josh Knowles
there are examples of working with attachments in the javamail documentation -Original Message- From: Pablo Trujillo [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 24, 2000 11:13 AM To: [EMAIL PROTECTED] Subject: save a attachment I am developing a service of e-mail in Web and I nee

RE: Error running ./startup.sh

2000-10-24 Thread Josh Knowles
You either already have an instance of tomcat running or something else is using the port that it needs -Original Message- From: John Bateman [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 24, 2000 11:04 AM To: Tomcat-User (E-mail) Subject: Error running ./startup.sh Hi I'm getting

RES: [Tomcat-users] tomcat searching for files

2000-10-24 Thread Sergio Stateri Jr
Usually Tomcat can't find classes that aren't in the CLASSPATH environment variable when it was run. Change file /bin/tomcat.sh and put in the beginning of file : For Linux / Solaris : CLASSPATH=$CLASSPATH:: export CLASSPATH For Win32 : set CLASSPATH=%CLASSPATH%;;; Save the tomc

RE: Pb with session

2000-10-24 Thread Kitching Simon
> -Original Message- > From: Steve Weiss [SMTP:[EMAIL PROTECTED]] > Sent: Friday, October 20, 2000 4:04 AM > To: [EMAIL PROTECTED] > Subject: Re: Pb with session > > Kitching Simon wrote: > > > > [Kitching Simon] > > Hmm, yes I see. > > > > If a browser re

RES: [Tomcat-users] Error running ./startup.sh

2000-10-24 Thread Sergio Stateri Jr
There're two possible problems : 1) Tomcat is already running. Solution : Stop it running /bin/shutdown.sh or /bin/tomcat.sh stop 2) There's another application running in the TCP ports that Tomcat is set. Solution : change the ports of Tomcat's Connection Handlers in file /conf/server.xml :

save a attachment

2000-10-24 Thread Pablo Trujillo
I am developing a service of e-mail in Web and I need help to be able to save a received attachment

Re: tomcat and iserver

2000-10-24 Thread Duane Gran
Doug, Are you talking about setting this up on a Virtual Server from iServer? I have instructions online for this particular issue: http://www.spinweb.net/kb/show.php?getid=1240 Duane Gran spinweb.net On Wed, 25 Oct 2000, Doug Shumway wrote: >Does anyone have experience setting up Iser

RE: Error running ./startup.sh

2000-10-24 Thread lblackburn
Title: RE: Error running ./startup.sh I got this error when I was just starting to configure tomcat. Turns out we had an installation of oracle 9i that had started the jserv listener on port 8007.  The other problem was that the port tomcat was using for the stand alone web server was also i

RE: WML & tomcat 3.1

2000-10-24 Thread Keith McNeill
Nope, we are using post. And note that it works if the container is JRun, but not tomcat. Keith -Original Message- From: Jon Skeet [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 24, 2000 9:38 AM To: [EMAIL PROTECTED] Subject: Re: WML & tomcat 3.1 > just a random guess, but are you

Re: Error running ./startup.sh

2000-10-24 Thread Ben Souther
I've run into the same problem running Tomcat 3.1 on RedHat7 with jdk1.2.2 Installing the updates from the Redhat Errata page cleared it up. - Original Message - From: Craig May <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, October 25, 2000 1:00 AM Subject: Re: Error

Re: tomcat searching for files

2000-10-24 Thread Craig May
You haven't added them to your classpath. Linux: export CLASSPATH=$CLASSPATH:/your/new/file.jar Windows: set CLASSPATH=$CLASSPATH;/your/new/file.jar This should be done in tomcat.sh/tomcat.bat On Tue, 24 Oct 2000 18:00:21 GoldenDawn Fan wrote: > Why is it that tomcat can not find some clas

Re: Error running ./startup.sh

2000-10-24 Thread Craig May
You have a service running on the port you're attempting to start tomcat on. Chances are it's another instance of tomcat. Use the shutdown.sh script to end it. On Tue, 24 Oct 2000 18:03:44 John Bateman wrote: > Hi > > I'm getting an error when I try and run tomcat in stand alone mode. The log

tomcat searching for files

2000-10-24 Thread GoldenDawn Fan
Why is it that tomcat can not find some class files? __ Do You Yahoo!? Yahoo! Messenger - Talk while you surf! It's FREE. http://im.yahoo.com/

Error running ./startup.sh

2000-10-24 Thread John Bateman
Hi I'm getting an error when I try and run tomcat in stand alone mode. The logs don'e show anything wrong. Error: [root@opus bin]# ./startup.sh Using classpath: .:/usr/local/tomcat/lib/ant.jar:/usr/local/tomcat/lib/jasper.jar:/usr/local/ tomcat/lib/servlet.jar:/usr/local/tomcat/lib/test:/usr/lo

Re: Configuration Files in /conf directory

2000-10-24 Thread Steve Weiss
server.xml is the one that's used to generate tomcat-apache.conf, but at least as of 3.1 final it did not correctly copy over the full path for new contexts unless they are added under /webapps. So If you want your context to live somewhere else you'll need to modify (i.e. correct) tomcat-apache.c

help for run cocoon on tomcat

2000-10-24 Thread Xidong Wang
tomcat 3.1 OS linux Cocoon 1.8 kweelt 1.0 I have problem when I want to run cocoon in tomcat. If I run tomcat as a standalone server, the I can run cocoon on it. such as if I access http://tux01.cs.wisc.edu:8080/cocoon/Cocoon.xml (8080 is tomcat's port), then I can get the correct result. Bu

RE: jdbc/Class not found exeption

2000-10-24 Thread Josh Knowles
Did you unpack the rpm? If so where did you put the driver's jar/class file? -Original Message-From: Ben Souther [mailto:[EMAIL PROTECTED]]Sent: Monday, October 23, 2000 10:47 AMTo: [EMAIL PROTECTED]Subject: jdbc/Class not found exeption Using RedHat7, Postgesql 7.2, Jdk

RES: [Tomcat-users] automatic compiling

2000-10-24 Thread Sergio Stateri Jr
When you use JSP it do this, but when you change a class called by JSP you need to restart Tomcat, then it compile the updated classes. Sergio Stateri Jr [EMAIL PROTECTED] Tesla Tecnologia Sao Paulo (SP) Brazil -Mensagem original- De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]Em nome

To use Apache or not

2000-10-24 Thread Tim McNerney
I am trying to understand any disadvantages of using Tomcat directly, without going through Apache. I've read the points listed in the HOWTO, but by in large they don't apply. We will have very little static data, mostly consisting of GIFs. We are starting from scratch, so we have no investment in

automatic compiling

2000-10-24 Thread GoldenDawn Fan
Hi, how can I let tomcat compile my source file automatically? __ Do You Yahoo!? Yahoo! Messenger - Talk while you surf! It's FREE. http://im.yahoo.com/

Re: TOMAT slowing down a lot after a while

2000-10-24 Thread Kurt Bernhard Pruenner
Federico Tello Gentile wrote: > You were right! > I was closing the ResultSets but not the Statements. > Now I've fixed it and it works a lot better. > However it is still a bug, because when I wasn't loading the servets on > startup the conection with the DB was closed but the Statement objects t

Configuration Files in /conf directory

2000-10-24 Thread Bill Stearns
Hi, We're running Apache 1.3.12 with Tomcat 3.1 and have several questions regarding the configuration files in the /conf directory (Windows NT) I read in the documentation that the tomcat-apache.conf file is generated when you start Tomcat. Are any of the other files used as input to To

Sending compressed XML to XMLHTTP object in IE5

2000-10-24 Thread Andrew Jarman
I know this is a little off topic, but I think it may be of interest to many developers... I have a servlet that generates XML. We also have a web application that runs in the IE 5.x and later browsers, which use the XMLHTTP ActiveX object to do POST operations to send and receive the XML. The

tomcat and iserver

2000-10-24 Thread Doug Shumway
Does anyone have experience setting up Iserver for JSPs Thankx - Doug

RE: TOMAT slowing down a lot after a while

2000-10-24 Thread August Detlefsen
Are you sure you are closing your JDBC connections? Those can add up real quick if you are doing 3-5 database hits per page... -August --- "Lacerda, Wellington (AFIS)" <[EMAIL PROTECTED]> wrote: > Take a look on the list's history, because I saw > something like you're > describing related with

Re:Where is the wrapper.properties template file?

2000-10-24 Thread DIEGO RODRIGO
the documentation says it's in http://jakarta.apache.org/cvsweb/index.cgi/~checkout~/jakarta-tomcat/src/etc/wra pper.properties?rev=1.1 -- Diego Rodrigo Vates S.A. [EMAIL PROTECTED] +54(11)4346-6658 Reply Separator Subject:Where is the wrapper.prope

READ THIS First! Mailing-list archive and good tips

2000-10-24 Thread Wolfgang Stein
To unsubscribe from this list To stop subscription for an alternate account (e.g. [EMAIL PROTECTED]) send an eMail to [EMAIL PROTECTED] Before posting any questions --- + We welcome open discussion of Tomcat issues at both advan

Re: Tomcat 3.2 availability

2000-10-24 Thread John Elia
I have been trying to find mod_jk.so , but for the life of me can't. Can anyone give me a heads up? John Elia [EMAIL PROTECTED] - Original Message - From: "William Au" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, October 24, 2000 11:20 AM Subject: Tomcat 3.2 availability

RE: TOMAT slowing down a lot after a while

2000-10-24 Thread Federico Tello Gentile
You were right! I was closing the ResultSets but not the Statements. Now I've fixed it and it works a lot better. However it is still a bug, because when I wasn't loading the servets on startup the conection with the DB was closed but the Statement objects that were stil open weren't closed. I gu

RE: Where is the wrapper.properties template file?

2000-10-24 Thread Jacob Kjome
There is one there if you have the 3.2 betas. At least the 3.2b6 has it. I think even 3.2b3 had it. 3.1 does not. You will have to find it from the cvs source in that case, or just download 3.2b6, grab the wrapper.properties file and discard the rest. Jake -Original Message- From: Wa

Tomcat/IIS via JNI: working in beta6?

2000-10-24 Thread Dave_Smith
Hi, Can anyone confirm for me that Tomcat 3.2 beta 6 works correctly, in terms of setting up Tomcat to run in the IIS process, using JNI? I've used Tomcat a lot, but this is my first attempt at setting it up in process. It isn't working for me, although I think I've followed the instructions in

Where is the wrapper.properties template file?

2000-10-24 Thread Walker, Chris
Hi, The howto doc for jk_nt_service says "Locate the wrapper.properties template file in your Tomcat conf directory". There is no such file in the conf directory, and I can't find a template for it anywhere on the Jakarta site. Can anyone suggest where I might find it? Chris Walker Brainbench

RE: memory leak

2000-10-24 Thread Ed Gomolka
I'm sure that the following has nothing to do with the original problem in this thread, but I have to disagree with the idea that Java doesn't have memory leaks. Java memory leaks are different from C++ memory leaks, but they are very real, and can be a serious pain in the butt. The easiest way I

Some questions...

2000-10-24 Thread Antonio Vázquez
Hi all, what is the recommended way to authenticate users using Apache+Tomcat, with Cookies or with Sessions ID? And could anybody tell me about a good tutorial that explains the Tomcat application framework?   Thanks in advance.

Tomcat 3.2 availability

2000-10-24 Thread William Au
Any idea when the release build of Tomcat 3.2 will be available? Bill

Tomcat and PUT requests

2000-10-24 Thread Philip Good
Can anyone help me with how to set up Tomcat for PUT requests? I can setup Apache to automatically save uploaded files via put to a specific directory. I would like to handle this in Tomcat via a doPut servlet. Thanks -- Philip Good Research and Development Manager BizBlast.com Complete E-commer

Question on

2000-10-24 Thread Jan Heise
Hi all, I'm trying to use for a form in a JSP. On a first try, this broke delivery of parameters from the form to the servlet. I just want to ask if "multipart/form-data" is allowed by the spec before diggin into the docs. someone got a hint? jan

RE: help with linking tomcat to apache

2000-10-24 Thread lblackburn
Title: RE: help with linking tomcat to apache Hey that worked great!  Thanks for the help.  Next step is for me to figure out how to properly configure apache to only provide access to the servlets on one virtual host.  Right now every port the server listens on has access to "/examples/serv

Re: Can't find SAXParserFactory

2000-10-24 Thread P . Gloor
The tomcat 3.2b6 distribution contains this files.

RE: SSL help..

2000-10-24 Thread David Oxley
On this question: Am I right in thinking that you only need to do special SSL config in tomcat when not connected to a webserver (i.e. port 8080). -Original Message- From: Trevor Little [mailto:[EMAIL PROTECTED]] Sent: 24 October 2000 14:11 To: [EMAIL PROTECTED] Subject: Re: SSL help..

Re: Can't find SAXParserFactory

2000-10-24 Thread William Brogden
Mike Campbell wrote: > > > > Exception in thread "main" java.lang.NoClassDefFoundError: >javax/xml/parsers/SAXParserFactory > > > > > The file should be within $TOMCAT_HOME/lib/xml.jar. > > > > Which version did you download tomcat ? > > I downloaded the binary version 3.1 (from >http://jak

Re: Can't find SAXParserFactory

2000-10-24 Thread Mike Campbell
> > Exception in thread "main" java.lang.NoClassDefFoundError: >javax/xml/parsers/SAXParserFactory > > The file should be within $TOMCAT_HOME/lib/xml.jar. > > Which version did you download tomcat ? I downloaded the binary version 3.1 (from http://jakarta.apache.org/builds/tomcat/release/v3

Re: WML & tomcat 3.1

2000-10-24 Thread Jon Skeet
> just a random guess, but are you specifying method="get" in the tag? I > don't think nokia phones support post-ing form data Nokia *phones* do, but the emulator doesn't (at least the old one - I believe the latest one might). Jon

Re: how to configure the Servlet Cookie

2000-10-24 Thread Matt Goss
Here you go Saritha, Cookie c = new Cookie("name", "value");//creats the cookie with a name value pair c.setMaxAge(30*24*60*60); // in seconds c.setPath("/");//sets the cookie to be sent with every request from this domain resp.addCookie(c);//adds the cookie to the resp

Re: WML & tomcat 3.1

2000-10-24 Thread Rob Agar
just a random guess, but are you specifying method="get" in the tag? I don't think nokia phones support post-ing form data Rob - Original Message - From: "Keith McNeill" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: 23 October 2000 16:07 Subject: WML & tomcat 3.1 > Using the Ph

Re: SSL help..

2000-10-24 Thread Trevor Little
Read server.xml in the conf/ directory. It explains how to do it. [EMAIL PROTECTED] wrote: > > Hi all, >Just I downloaded Tomcat3.2. Could any one help me, how to configure SSL and >where can I get jsse.jar. Is any other jar files are required to add in classpath. > Any help would be gra

Apache and Tomcat - the Scret Key Error

2000-10-24 Thread John Elia
Second post, sorry.. I have configured Tomcat ( it's running on 8080 ) and Apache ( it's on 80 ), but when I include the tomcat-apache.conf file, I am getting first a core dump, and then an error telling me I have to disable Secret Key ( wich I have). Has anyone had a similar problem, or couls s

Re: Servlet Directory

2000-10-24 Thread Corey A. Johnson
That helps immensely. Thank you for the info! Cj Kitching Simon wrote: > Hi, > > Just to spell things out a bit clearer: > > The code for a servlet class, and any non-library > classes it uses, must be in the classpath. Your > best options are: > (a) put them under {yourwebapp}/WEB-INF/classe

RE: Tomcat as a service

2000-10-24 Thread P . Gloor
Make shure your wrapper.properties file contains a class_path to jaxp.jar and parser.jar. The appropriate section should look like this: wrapper.class_path=$(wrapper.tomcat_home)\classes wrapper.class_path=$(wrapper.tomcat_home)\lib\ant.jar wrapper.class_path=$(wrapper.tomcat_home)\lib\jaxp.jar

Jweb

2000-10-24 Thread Christian Moller
My name is Christian,   I need to use the "old and worn out" jweb cartridge from orcale on the next project I am working on. However I can not get it to work with tomcat (my production environment).   What should I do. I am using win2000. Do you have any ideas of what I could do ? Is it possi

RE: Using https INSIDE tomcat

2000-10-24 Thread Peter . Binney
The Java 1.x (at least) java.net.URL doesn't support HTTPS. When I use it, I use a copy of the real URL, but without the "s" (ie: http://.) in order to use the class's more handy methods, such as getHost() and getFile(). -Original Message- From: Graeme Wallace [mailto:[EMAIL PROTECTED

RE: Servlet Directory

2000-10-24 Thread Kitching Simon
Hi, Just to spell things out a bit clearer: The code for a servlet class, and any non-library classes it uses, must be in the classpath. Your best options are: (a) put them under {yourwebapp}/WEB-INF/classes, in a subdirectory that matches your package structure. (b) put them in a jar file, in {

Re: JavaBean at JSP

2000-10-24 Thread Mirek . Subrt
Hi Kurt, thank you (and Gorazd Bozic) very much for your explanation, now I understand it! (I hope). I think, I will use this idea (for example): 1) to have the only (!) context defined at server.xml (/usr/adissys/pok_JSP ), because I do not want to change server.xml often (!); 2) to have more

Re: JavaBean at JSP

2000-10-24 Thread Mirek . Subrt
Hi Gorazd, thank you (and Kurt Bernhard Pruener) very much for your explanation, now I understand it! Have a nice day! Mirek Subrt Gorazd Bozic

  1   2   >