Cocoon and Tomcat in RedHat 7.3

2002-08-18 Thread Martin Polley
Hi Tomcat experts! I hope you can help out a Tomcat newbie with an annoying problem: I have just got Tomcat running on my RedHat 7.3 machine (RPMs from http://jakarta.apache.org/builds/jakarta-tomcat-4.0/release/v4.0.4/rpms/ ), but I cannot get Cocoon running. I downloaded the latest Cocoon

Re: Where are the connector binaries???

2002-08-18 Thread Scott Adamson
Apache won't start. Get the following in apache/logs/error_log - No such file or directory: Error while opening the workers conf/workers.properties contains the following - workers.tomcat_home=/usr/local/jakarta-tomcat-4.0.4 workers.java_home=/usr/java/jdk1.3 ps=/ worker.list=ajp12, ajp13

virtual hosting for muliple applications

2002-08-18 Thread Alon Lutzker
Hi All, I'm a bit new to the whole tomcat/apache/mod_jk thing, so I was looking for some advice on virtual hosting. I would like to run tomcat with 2-3 different applications, with 2-5 loadballanced tomcat instances for each application. from RTFMing, I have seen that the way to do this would

buffer error with tomcat 4.1.9-LE

2002-08-18 Thread capr1ce
Hi all. I've just upgraded to Tomcat 4.1.9-LE. I have a buffer page directive at the top of each of my JSP pages: %@ page buffer=50k % With the new version on tomcat, i'm getting this error: org.apache.jasper.JasperException: /jsp/logon.jsp(2,0) jsp.error.buffer.invalid It works fine if I

Re: BasicDataSourceFactory and TC 4.1.9

2002-08-18 Thread Simon T
Paul, I have mysql working ok with mm.mysql-2.0.11-bin.jar file in the common/lib I am using the jdk1.3.1 with the full tomcat 4.1.19 installation. Which JDK are you using? The context web.xml needs to be

Re: DBCP borrowObject failed

2002-08-18 Thread Simon T
Your server xml is missing usersname and password, mybe you left this out in the email. web.xml is fine, but it need to be the one under PSI/WEB-INF I am running oracle fine wtih JDK1.3.1 as a window service, have not got going with JDK1.4.0 yet. My url has no username in front of it.

Re: BasicDataSourceFactory and TC 4.1.9

2002-08-18 Thread Nikola Milutinovic
Paul McGovern wrote: Upon further investigation, I found that the config I use below does work if, and only if, I access the servlet from localhost:8080. I'm using mod_webapp with Apache 1.3.24 and have the following entry, which seems to work fine, in httpd.conf: Lookup archives. This

forwardinf from a servlet path context

2002-08-18 Thread Billy V. Kantartzis
hi listers , i need am tryin gto forward from a servlet to a jsp in a deferent path here is the tree structuere dms(application root ) |-- jsp (the path of the jsps) |-servlet | | |-dms (package with servlet) | servlet | TestServlet the servlet this is what i do RequestDispatcher

Re: Fw: Still can't get Apache to forward to Tomcat

2002-08-18 Thread Niket Anand
Hi Robert, I am using Apache2.0.4, jakarta-tomcat-connectors-4.0.4-src,JBoss-2.4.6_Tomcat-4.0.3 and JDK1.3.1. I am unable to configure apache with tomcat+Jboss. I have gone through your doc file and followed all instructions, but it is giving following error. ###

RE: buffer error with tomcat 4.1.9-LE

2002-08-18 Thread Andrew Conrad
I was under the impression the buffer should be in 'kb' ie %@ page buffer=50kb % - Andrew -Original Message- From: capr1ce [mailto:[EMAIL PROTECTED]] Sent: Sunday, January 13, 2002 7:24 AM To: [EMAIL PROTECTED] Subject: buffer error with tomcat 4.1.9-LE Hi all. I've just

anyone recieve this email?

2002-08-18 Thread neal
Can anyone hear me? Is anyone recieving this email? Please respond. -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Tomcat - IP binding for multiple web apps

2002-08-18 Thread neal
I would like to run multiple web applications from the same instance of tomcat. I have set this up in my dev environment, no problem. The problem is this: I can not figure out how to bind an IP address (one seperate IP per web app) to each of these web apps. Actually, I haven't even seen in

RE: anyone recieve this email?

2002-08-18 Thread Andrew Conrad
recieved -Original Message- From: neal [mailto:[EMAIL PROTECTED]] Sent: Sunday, August 18, 2002 3:09 PM To: Tomcat Users List Subject: anyone recieve this email? Can anyone hear me? Is anyone recieving this email? Please respond. -- To unsubscribe, e-mail:

RE: anyone recieve this email?

2002-08-18 Thread Jacob Hookom
Respond | -Original Message- | From: neal [mailto:[EMAIL PROTECTED]] | Sent: Sunday, August 18, 2002 2:09 PM | To: Tomcat Users List | Subject: anyone recieve this email? | | Can anyone hear me? Is anyone recieving this email? Please respond. | | | -- | To unsubscribe, e-mail:

Yes, we are receiving you.

2002-08-18 Thread Michael Armstrong
Yes. - Original Message - From: neal [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Sunday, August 18, 2002 12:09 PM Subject: anyone recieve this email? Can anyone hear me? Is anyone recieving this email? Please respond. -- To unsubscribe, e-mail:

RE: Tomcat - IP binding for multiple web apps

2002-08-18 Thread Andrew Conrad
Modify your Http/1.1 Connector and add an address attribute to specify which IP address to listen on. By default, the Connector listens on ALL IP addresses. Connector class=org.apache.catalina.connector.http.HttpConnector address=127.0.0.1 /

Re: Yes, we are receiving you.

2002-08-18 Thread STEVE R BURRUS
Mike Armstrong responded back to your query, Neal, affirmatively when you asked (apparently in some state of mental agony/anguish) if anybody in the tomcat users newsgroup was hearing u or not!!! i wanna ask you what question and/or problem that you might have using tomcat you need help with??! I

Need help w. Tomcat Installation

2002-08-18 Thread STEVE R BURRUS
Hello all, this is steve burrus.I am an admitted Tomcat newbie user, and I find myself in need again of some advice from someone/somebody about just how the hell do you first install tomcat??! I am trying to install Tomcat 4.0.4, and I get everything alright EXCEPT for getting an error msg. in

RE: Need help w. Tomcat Installation

2002-08-18 Thread Jacob Hookom
| -Original Message- | From: STEVE R BURRUS [mailto:[EMAIL PROTECTED]] | Sent: Sunday, August 18, 2002 3:55 PM | To: [EMAIL PROTECTED] | Subject: Need help w. Tomcat Installation | | Hello all, this is steve burrus.I am an admitted Tomcat newbie user, | and I | find | myself in need

RE: Tomcat - IP binding for multiple web apps

2002-08-18 Thread neal
Thanks. You point out two things: (1) how to specify which IPs to listen on, and (2) how to associate a context with a host, where the host name is the URI pointing to the webapp. In Microsoft IIS, you bind an IP to each virtual host, and its the DNS servers job to point you to the right IP,

RE: Need help w. Tomcat Installation

2002-08-18 Thread Randall R Schulz
Steve, At 14:04 2002-08-18, Jacob Hookom wrote: | -Original Message- | From: STEVE R BURRUS [mailto:[EMAIL PROTECTED]] | Sent: Sunday, August 18, 2002 3:55 PM | To: [EMAIL PROTECTED] | Subject: Need help w. Tomcat Installation | | Hello all, this is steve burrus.I am an admitted

RE: Tomcat - IP binding for multiple web apps

2002-08-18 Thread Andrew Conrad
I can't tell you exactly, because I didn't write it, but here is what I have conferred from watching this list. A connector binds directly to your TCP/IP stack, and allows access via those addresses and ports. Tomcat then reads the Request information and determines the host and context.

Re: Tomcat 4.0.4: Unnecessary $TOMCAT/temp/ directory?

2002-08-18 Thread Eddie Ruvinsky
Thanks Glenn. The following Java API link has a quick blurb about the java.io.tmpdir system property: http://java.sun.com/j2se/1.3/docs/api/java/io/File.html#createTempFile(java.lang.String, java.lang.String, java.io.File) The JDK sets the default value for this property to be /tmp on Unix and

Re: Tomcat 4.0.4: Unnecessary $TOMCAT/temp/ directory?

2002-08-18 Thread Craig R. McClanahan
On Sun, 18 Aug 2002, Eddie Ruvinsky wrote: Date: Sun, 18 Aug 2002 17:52:18 -0700 (PDT) From: Eddie Ruvinsky [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: Re: Tomcat 4.0.4: Unnecessary $TOMCAT/temp/ directory? Thanks

tomcat/unix security manager questions

2002-08-18 Thread Richard Smith
Hi All, Just wondering if you could help me clarify a few questions I have about tomcat and catalina.policy. Im running tomcat 4.0.4 (w/ security manager) with mod_jk on solaris with about 300+ users, all of whom can deploy jsp/servlets from their public_html directory. A user requirement