Re: mod_jk2-2.0.2 + Apache 2.0.48

2003-12-28 Thread Bill Barker
My first guess is that you have the Solaris 'make' ahead of the GNU 'make' in your path. You need to use GNU 'make' to compile Jk2. "Vitor Domingos" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hello. > > I'm trying to compile jakarta-tomcat-connectors-jk2-2.0.2 with apache > 2.0

Re: help w/ Tomcat configuration

2003-12-28 Thread akki
hi actually all is there in server.xml and http://localhost is getting u the /$tomcat_home/webpass/ROOT/index.jsp new contexts are defined in webapps using xml file ..some samples u can get in /$tomcat_home/webapss/ alos for glossory u can search in web its all available in plenty On Sat, 27 De

Re: Context docBase + linux

2003-12-28 Thread Jerry Ford
Algirdas: Maybe this will help: http://www.katzenjammer.us/~jford/apache/tomcat/webapps.pdf Jerry Algirdas M. wrote: Hello, I've created user /home/webapptest (with WEB-INF/classes, etc.) for java web applications and added in server.xml line restarted Tomcat. And application with path

Why Tomcat shutdown unprovokedly?

2003-12-28 Thread Mark.he
Hi All, I have encountered a problem when using Tomcat4.1.29. I changed the appbase to my appliaction's directory (not in $TOMCAT_HOME/webapps) and add a context like this: The application isn't a standard webapp. There is no web.xml in the application's directory. Everything works well after

Context docBase + linux

2003-12-28 Thread Algirdas M.
Hello, I've created user /home/webapptest (with WEB-INF/classes, etc.) for java web applications and added in server.xml line restarted Tomcat. And application with path /w doesn't work. Tomcat logs are showing: StandardContext[/w]: Error initializing resources: Document base /h

Re: Tomcat 5 Fine Tune Config

2003-12-28 Thread Martin Gainty
Construct the WAR and copy to webapps Tomcat will deploy for you check out this blurb from IBM about WAR A War typically contains a.. Servlets b.. JavaServer Pages (JSP) files c.. Utility classes d.. Static documents, such as HTML files, images, and sound. e.. Client-side applets, beans

tomcat-mailman integration

2003-12-28 Thread BaÂșak
Hi, This question might be a bit outside the topic of this mailing list. Sorry for that but I hope someone could help. I am trying to install mailman on jakarta tomcat 4.1.27. I have done installation successfully I suppose, but I don't know how to integrate mailman with my web server tomcat. I

Mod JK2 - stickySession not implemented?

2003-12-28 Thread achim
Hi, I just made some tests with Mod JK2 version 2.0.43 on windows. My loadbalancing is working fine, but I want to disable sticky sessions. The documentation states, that 'stickySession' is a valid property of a loadbalancer definition and defaults to 1. So I changed worker2.properties this way :

Unsubscibing

2003-12-28 Thread Lee Mahan
Perhaps the list moderator, or the list program itself has been celebrating the new year a little early, I've attempted multiple times to sign off this list to now avail. And yes I did try to contact mailman first and went to the web site (before I get flamed for sending this to the list). I

help w/ Tomcat configuration

2003-12-28 Thread Gustavo Nieto
To whom it may concern: Hi!, I recently installed Tomcat on my Laptop (I have to install it on my Company's Server, which is a Windows 2003 Server, but since this is my first time doing so I begun with my laptop). I already got the http://localhost:8080/ working, but let me tell y

org.xml.sax.SAXParseException

2003-12-28 Thread Bkraabel
I'm having trouble getting tomcat 5.0.14 running on win ME. I have not set my classpath. I have set CATALINA_HOME (C:\jakarta-tomcat-5.0.14) and CATALINA_BASE and JAVA_HOME. I get the following error: > > > INFO: Processing Context configuration file URL > file:C:\jakarta-tomcat-5.0.14\conf

RE: How to: Tomcat 5.0.16 as Windows Service

2003-12-28 Thread Mladen Turk
> -Original Message- > From: David Frankson [mailto:[EMAIL PROTECTED] > > I pulled down a snapshop of the tomcat source, and I > couldn't find the procrun.h file. Could someone create some > docs on configuring the new Tomcat 5 service, and place it > where some newbs can find?

Tomcat 5 Fine Tune Config

2003-12-28 Thread Graham Kendall
I have already created some servlets and copied them into the webapps/ROOT/WEB-INF/classes/servletname/ directory in my Tomcat directory, with associated *.htm and *.jsp files in the webapps/ROOT/ file. What do I have to do so that I can have these servlets working when they are copied into th

Re: How to: Tomcat 5.0.16 as Windows Service

2003-12-28 Thread David Frankson
I pulled down a snapshop of the tomcat source, and I couldn't find the procrun.h file. Could someone create some docs on configuring the new Tomcat 5 service, and place it where some newbs can find? Thanks - Original Message - From: "Bill Barker" <[EMAIL PROTECTED]> To: <[EMAIL PROT

Re: Errors when connecting Tomcat to Apache

2003-12-28 Thread Erezl
you shoule create the worker properties file - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Sunday, December 28, 2003 5:59 PM Subject: Errors when connecting Tomcat to Apache > > I'm using the mod_jk module to connect Tomcat to Apache

RE: Admintool cannot save changes to servers.xml

2003-12-28 Thread George Sexton
Do the log files contain no information? -Original Message- From: news [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Sunday, December 28, 2003 2:06 AM To: [EMAIL PROTECTED] Subject: Re: Admintool cannot save changes to servers.xml George Sexton wrote: > I use the admin a

Fwd: Need Help - JDBC MySQL + Velocity - Apache 2.0.48 + Tomcat 4.1.29 + Mod_jk2 + Windows 2000 Server ( No IIS)

2003-12-28 Thread Lenny Sorey
I couldn't tell if this email went through on 12/27/2003 when I sent it. If it did, please accept my apologies. Thanks for your help. Lenny Sorey ==BEGIN FORWARDED MESSAGE== >From: "Lenny Sorey" <[EMAIL PROTECTED]> >To: "Tomcat Users Group" <[EMAIL PROTECTED]> >C

Errors when connecting Tomcat to Apache

2003-12-28 Thread annimandary
I'm using the mod_jk module to connect Tomcat to Apache but I get the following errors when I start the Tomcat server: mod_jk location: modules\mod_jk.dll Make sure it is installed corectly or set the config location Using Can't find workers.properties at C:\jakarta-tomcat\conf\jk\workers.p

mod_jk2-2.0.2 + Apache 2.0.48

2003-12-28 Thread Vitor Domingos
Hello. I'm trying to compile jakarta-tomcat-connectors-jk2-2.0.2 with apache 2.0.48 on Solaris 9 x86. I've installed Apache and Tomcat 5.0.16 correctly. They are both working. On tomcat-connectors i'm doing this: bash-2.05# pwd /var/tomcat/software/jakarta-tomcat-connectors-jk2-2.0.2-src/jk/na

tomcat isn't using Jikes for compiling jsps

2003-12-28 Thread Hans Steinraht
Hay there, Because of the outOfMemory errors I get while compiling the (large number of) jsp's I like to use Jikes to compile them. In conf/web.xml I try to configure Tomcat to use Jikes as followed: jsp org.apache.jasper.servlet.JspServlet logVerbosityLevel

SV: [OFF-TOPIC] Tomcat web hosting

2003-12-28 Thread Mobinor.no
try www.mobinor.com Tore -Opprinnelig melding- Fra: Pitre, Russell [mailto:[EMAIL PROTECTED] Sendt: 8. desember 2003 22:24 Til: Tomcat Users List Emne: [OFF-TOPIC] Tomcat web hosting Hello All- Sorry to bother you with another one of my questions.. Can anyone suggest a goo

Problems with RequestFilterValve

2003-12-28 Thread Slavik Markovich
Hi All, I'm having some problems with using RemoteAddrValve to allow only certain addresses to access an Engine. I'm using tomcat 4.1.27 with jdk1.3.1 on Solaris. I've configured the following: under the engine. I know I should have escaped the '.' (regexp) but it should work as is. I'm rece

Re: Admintool cannot save changes to servers.xml

2003-12-28 Thread [EMAIL PROTECTED]
Jacob Kjome wrote: [...] You don't have to edit server.xml. In fact, you probably shouldn't if you can avoid it. You should be able to provide a context configuration file where you can put all the stuff you would normally put in server.xml for you webapp, but instead this is a standalone xml

Re: Admintool cannot save changes to servers.xml

2003-12-28 Thread [EMAIL PROTECTED]
George Sexton wrote: I use the admin app and it works for me. Does the user that Tomcat run under have permissions to the file and directory? Hi George, I checked this already. In /etc/init.d/tomcat, I have: TOMCAT_USER=root and authorizations are: drwxr-xr-x 3 root root 264 2003-12-2

2 way SSL ( client authentication)

2003-12-28 Thread Amjad Shahrour
Hi all, I am trying to implement 2 way SSL ( client authentication) on tomcat 4. I am following all steps. But still have something missing. ( all documentations descrips how to deal with certificates that are varified by CA). I need to know how to generate a normal self-signed certi