Re: workers.properties and virtual hosts

2004-03-23 Thread Michael Kastner
Hello Staf, thank you very much for your reply. That was exactly what I needed to know. You saved me a lot of time. Sincerely Michael Kastner staf wagemakers schrieb: staf wagemakers schrieb: It has been a while since I've setup apache with tomcat virtual hosting, so I dont know it by heart.

RE: tomcat certificate

2004-03-23 Thread Idoia Murua Belacortu
We are using Tomcat 5.0.19 over Linux. Idoia "Mark Thomas"

Re: Tomcat 5 Multiple SSL certificates (virtual hosts)

2004-03-23 Thread Peter Rossbach
Hello Arthur, I have successfull tested those system with mulple IP Interfaces and different certs. One thing is a good practice: have small Service for admin web application The Engine name are Catalina of this service. Here my example configuration with one Catalina Service an two IP Ser

RE: Possible thread "crossing"

2004-03-23 Thread Ralph Einfeldt
That the problem is just happening for users that have the highest volume, might indicate that you have a threading problem. (Like a variable that should only be visible in the current request, is visible to concurrent requests) If there is a threading problem it's most likely in your applica

Re: Possible thread "crossing"

2004-03-23 Thread David Rees
Denise Mangano wrote, On 3/23/2004 9:01 PM: I just wanted to point out again that this data appears to be getting "crossed" only with the clients that have the highest volume This is why I am thinking it's a java/Tomcat issue. Perhaps my java isn't using enough memory? (old-newbie guess?) How

Re: Tomcat 5 Multiple SSL certificates (virtual hosts)

2004-03-23 Thread Bill Barker
IMHO, using separate keystore files is the easiest option. However, it should also be possible to specify which cert to use via the 'keyAlias' attribute on the Connector. "D'Alessandro, Arthur" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] We'd like to implement a single Tomcat 5 se

Problem in Welcome-file-list and security

2004-03-23 Thread shanmugampl
Hi, I am using 5.0.19 & I have the following definition in my web.xml file * /jsp/test.jsp* Secured Core Context * /jsp/** * FORM /login/login.jsp /login/login.jsp Now if i access my application as http://loca

GetContext() Problem

2004-03-23 Thread Umer Rashid
I have used this statement on JBoss to get images from another "war" and it works perfectly well: getServletContext().getContext("/outSideWar").getRealPath("/images"). but I get error while running this on Tomcat 4.1 . Can anyone please sort out my problem? -

getContext Problem

2004-03-23 Thread Umer Rashid
I am have used this statement on JBoss to get iamges from another War and it works perfectly well: getServletContext().getContext("/outSideWar").getRealPath("/images"). but I get error while running this on Tomcat 4.1 . Can anyone please sort out my problem? ---

RE: Error while trying to integrate apache and tomcat with jni

2004-03-23 Thread David Short
Don't know, you'll have to ask the developers. I read it here on the list. Just trying to help you avoid a little pain. -Original Message- From: Zheng Neil [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 23, 2004 8:22 PM To: [EMAIL PROTECTED] Subject: RE: Error while trying to integrate ap

RE: Struts 1.1 +Tomcat 4.0.4 -- RequestProcessor - Exception

2004-03-23 Thread Namasivayam, Sudhakar (Cognizant)
Hi, No luck in that mailing list :( May be i thought this might have to do some thing with tomcat... I am using the default RequestPrcessor only. I m using the default package of struts! Thanks, sudhakar -Original Message- From: Adrian Lanning [mailto:[EMAIL PROTECTED] Sent: Tuesda

RE: Possible thread "crossing"

2004-03-23 Thread Denise Mangano
I just wanted to point out again that this data appears to be getting "crossed" only with the clients that have the highest volume This is why I am thinking it's a java/Tomcat issue. Perhaps my java isn't using enough memory? (old-newbie guess?) How would I check something like that, and if i

RE: Possible thread "crossing"

2004-03-23 Thread Denise Mangano
Can I please verify something? This webapp has been live since last year and I have never had this problem. I recently reformatted my server changing versions of Tomcat, Apache and RH. The programs and web pages I am using are the same - pulled from backups so nothing has changed. This is my ja

RE: Error while trying to integrate apache and tomcat with jni

2004-03-23 Thread Zheng Neil
Thank you for telling me this.But can i ask why? Yes,I have already have apache2.0.40 and tomcat5.19 running together using ajp13. From: "David Short" <[EMAIL PROTECTED]> Reply-To: <[EMAIL PROTECTED]> To: "'Tomcat Users List'" <[EMAIL PROTECTED]> Subject: RE: Error while trying to integrate apac

Cannot open connection "conn"

2004-03-23 Thread Douglas Bergere
I am running Mac OS X Server 10.3.3. I recently applied an OS patch called Application Server Update an now my Tomcat apps will not run. I am getting 400 and 404 errors telling me that my apps are not deployed. Everything has been working fine for months prior to this update. I was running Tomc

RE: Error while trying to integrate apache and tomcat with jni

2004-03-23 Thread David Short
I don't believe you can run Tomcat inprocess with Apache on Unix. You need to use sockets. -Original Message- From: Zheng Neil [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 23, 2004 7:58 PM To: [EMAIL PROTECTED] Subject: Error while trying to integrate apache and tomcat with jni Hi, I

Error while trying to integrate apache and tomcat with jni

2004-03-23 Thread Zheng Neil
Hi, I tried hard these days to make tomcat and apache work together with jni but only to find this in the [apache_home_dir]/logs/error_log * error_log * [Tue Mar 23 08:37:46 2004] [notice] Apache/2.0.49 (Unix) mod_jk2/2.0.2 configure d -- resuming normal operations [Tue Mar 23 08:3

Re: Sun One Web Server connection to tomcat

2004-03-23 Thread E Cunningham
It's called nsapi_redirector.so or .dll You can find info about it on the jakarta site. e --- "Blumenstein, Mary K." <[EMAIL PROTECTED]> wrote: > Does anyone have any experience or knowledge of how > to send url requests through Sun One Web server to > the Tomcat application server? > > We hav

Sun One Web Server connection to tomcat

2004-03-23 Thread Blumenstein, Mary K.
Does anyone have any experience or knowledge of how to send url requests through Sun One Web server to the Tomcat application server? We have an extranet environment with 3 tiers. Our web server (Sun One Web Server 6.1 SP1) is in our DMZ, the Tomcat application is on our application server in ou

RE: tomcat 3.3.1 takes a high time for Minor GC

2004-03-23 Thread Larry Isaacs
Filling the survivor space is part of the GC collection process, not the result of new objects being created. My understanding is that a minor collection with the default collector involves copying to the "target" survivor space, the "live" objects in Eden and the other survivor space, maybe excep

RE: JK2 Connections from Apache2 URL Rewriting

2004-03-23 Thread Peter Johnson
Thanks for the reply but they are referring to a Host Name Alias not a URI alias. i.e. www.company.com == company.com (to steal their example) I require /bar == /foo/bar. I don't believe that mod_alias will work because it operates in a similar fashion to symlinks in *nix. It creates a virtual path

RE: JK2 Connections from Apache2 URL Rewriting

2004-03-23 Thread Yansheng Lin
Hey, Tomcat does support alias! take a look at the Host element:). http://jakarta.apache.org/tomcat/tomcat-5.0-doc/config/host.html Can you use apache mod_alias directive instead of the mod_proxy directive? -Yan -Original Message- From: Peter Johnson [mailto:[EMAIL PROTECTED] Sent: Tue

RE: Apache+Tomcat + MOD_JK on different machine

2004-03-23 Thread Hari Om
Please check the logs 3 files ERROR_LOG [Tue Mar 23 15:50:39 2004] [notice] Apache/2.0.47 (Unix) mod_jk/1.2.2 configured -- resuming normal operations - ACCESS_LOG - [23/Mar/2004:15:51:33 -0700] "GET / HTTP/1.1" 200 1456 [23/Mar/2004:1

RE: Error Tomcat

2004-03-23 Thread Yansheng Lin
sounds to me like a path problem. why would you want to use two JDK's on one machine? -Original Message- From: Aquison - A. Angeloni & Cia Ltda. [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 23, 2004 10:03 AM To: [EMAIL PROTECTED] Subject: Error Tomcat Hi all I have a Sun Box wit

RE: Apache+Tomcat + MOD_JK on different machine

2004-03-23 Thread Randall Svancara
Hmmm...I did not even configure any virtual hosts, although I know you can but I rarely do for my implementations. Look in your /var/log/httpd/ directory and send a snippet of your logs so we can see what apache is chocking on. Also might send a snippet of your mod_jk.log. I know it is just so

RE: Apache+Tomcat + MOD_JK on different machine

2004-03-23 Thread Hari Om
Thanks Randall again I tried that but in vain. I am still getting the same error... "HTTP 400 Bad Request" error...wonder why? It is even NOT working for examples application. Does is have to do something with Virtual Host? Thanks again! HARI OM From: "Randall Svancara" <[EMAIL PROTE

Tomcat 5 Multiple SSL certificates (virtual hosts)

2004-03-23 Thread D'Alessandro, Arthur
We'd like to implement a single Tomcat 5 server running multiple ip address aliases, each with it's own SSL certificate assigned. I do not see a configuration option, other than potentially trying to utilize a different keystore file (each with it's own tomcat alias cert) for each virtual host.

RE: Apache+Tomcat + MOD_JK on different machine

2004-03-23 Thread Randall Svancara
Oh, one other thing, make sure your workers.properties file, your ajp13.port is pointing to port 8009. -Original Message- From: Randall Svancara [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 23, 2004 3:23 PM To: Hari Om; Tomcat Users List Subject: RE: Apache+Tomcat + MOD_JK on different

RE: Apache+Tomcat + MOD_JK on different machine

2004-03-23 Thread Randall Svancara
Sorry about the blank reply. Ok, I tried to mock up your configuration as best I could with the examples webapp of tomocat. So here are the configuration files that I am using. --- httpd.conf --> very last line add this:

Re: TC5 Nightly : ClassCastException using Cluster manager

2004-03-23 Thread Aadi Deshpande
As an additional side effect, since this is happening on session expiry the session count keeps getting higher and higher... right now I have 8942 sessions on a single instance! :-) -a Aadi Deshpande wrote: ( let me know if comments regarding nightly builds should be in the tomcat-dev mail

RE: Tomcat and Apache on diff m/c's

2004-03-23 Thread Steven Perry
Sorry, forgot to mention the connector I was using. I to connect using JK. --Steven --- "Dale, Matt" <[EMAIL PROTECTED]> wrote: > > Are you trying to perhaps use JNI to connect them? > Thats the only thing I can think of. > > -Original Message- > From: Steven Perry [mailto:[EMAIL PROTE

TC5 Nightly : ClassCastException using Cluster manager

2004-03-23 Thread Aadi Deshpande
( let me know if comments regarding nightly builds should be in the tomcat-dev mailing list instead ). Hi, I have a nightly build of Tomcat 5 ( mainly because i need some fixes in HEAD to resolve cross context issues ) , and I've set up the Cluster Manager ( in the updated format ) as specifie

RE: Apache+Tomcat + MOD_JK on different machine

2004-03-23 Thread Hari Om
Thanks again Randall and Henry for your reply... appreciate that! When I try http://my_web_server/abc, it shows "HTTP 400-Bad Request" BUT when I try http://my_web_server/pqr, it shows "HTTP 404 - File Not Found" BUT when I try http://my_web_server, it works fine...which means that APACHE IS NOT

JK2 Connections from Apache2 URL Rewriting

2004-03-23 Thread Peter Johnson
I have been reading through http://jakarta.apache.org/tomcat/tomcat-4.1-doc/jk2/ and other sources via google trying to work out the best way of mapping live URLs to specific webapps. e.g. Map www.mydomain.com/myshortcut -> www.domain.com/mywebapp/subpath/url My environment is Apache2 mod_jk2 an

Fw: default Locale, how to set or change

2004-03-23 Thread Paul
it is alright, found answer myself, as follows: forced the locale setting for Tomcat/Java by adding following lines to the file named, workers2.properties OPT=-Duser.language=en OPT=-Duser.region=US - Original Message - From: Paul To: Tomcat Users List Sent: Tuesday, March 23, 2004 4

RE: tomcat 3.3.1 takes a high time for Minor GC

2004-03-23 Thread Akash Jauhar
Larry Thanks for the note. A few questions A) my understanding of GC makes me think that no garbage can be generated when young generation is being collected. As mentioned that for young generation we use the default stop the world collector. When that happens all other application threads stop. H

Re: ClassNotFoundException implementing new WebappLoader

2004-03-23 Thread Antonio Fiol BonnĂ­n
Did you have your class in .../server/classes/com/spss/catalina/loader or directly in .../server/classes ? If it was the former, it would probably be interesting to file a bug on that. Antonio Fiol Setera, Craig wrote: Yoav, I didn't even think to try using a jar file because it should have

default Locale, how to set or change

2004-03-23 Thread Paul
how does the default Locale get set in Java 1.4 / Tomcat 4.x? having an issue with real numbers displaying with commas instead of period for decimal separator. currently have en_CA locale, but want en_US locale. -paul.

RE: form-based authentication question

2004-03-23 Thread Koes, Derrick
It may be good for someone to answer this, but I figured out my problem. I accidentally used the login page name where the welcome page name should have been in the servlet configuration. Cockpit error. -Original Message- From: Koes, Derrick Sent: Tuesday, March 23, 2004 2:49 PM To:

form-based authentication question

2004-03-23 Thread Koes, Derrick
Using Tomcat 4.1.X, I'm attempting to switch a web app from basic auth to form-based. I'm having difficulty in one area. After creating the new form and posting to j_security_check, I wish to GET my "welcome" page. It appears to be doing this from the URL in the address bar, but the page looks e

RE: tomcat 3.3.1 takes a high time for Minor GC

2004-03-23 Thread Larry Isaacs
I'm not a GC expert, so please note that the following speculation is based upon memories of some GC document I read a while back. I vaguely recall that GC performance drops if the survivor space fills up while collecting the young generation. I think the result is that what might have been short

RE: Loading JDBC driver with jdbc.drivers property

2004-03-23 Thread FRANCOIS Dufour
wel sory for my bad english simply copy mysql-connector-java-3.0.10-stable-bin available from mysql download page under your comon/lib folder and under you app/lib folder your config file should look like this com.mysql.jdbc.Driver jdbc:mysql://localhost:port/database root ive tried it under to

RE: tomcat certificate

2004-03-23 Thread Mark Thomas
Which version of tomact are you using? Mark > -Original Message- > From: Idoia Murua Belacortu [mailto:[EMAIL PROTECTED] > Sent: Tuesday, March 23, 2004 5:00 PM > To: Tomcat Users List > Subject: RE: tomcat certificate > > > I have configured the files as you said in the e-mail, but >

RE: Simulation of POST HTTP (I can not use a GET)

2004-03-23 Thread Shapira, Yoav
Howdy, >The servlet that make de POST have this code > > { >String event; >event = request.getParameter("event-source"); >URL url = new URL( "http", "localhost", , "/servletDEST"); >URLConnection connection = url.openConnection(); >

Simulation of POST HTTP (I can not use a GET)

2004-03-23 Thread Narciso Rodrigues
Hi there... I see your post on TomCat User List >If you mean simulate a POST HTTP operation, that's significantly more >complicated so I won't go into it unless that's what you really want. >Yoav Shapira And i need help on this I'm trying to do a post from a servlet to another servle

RE: Tomcat's default web.xml

2004-03-23 Thread Schalk
The reason I ask this is, I am very comfortable with the web.xml structure and use it on a daily basis but, I am currently developing a site for a client hosted by a third party and there seems to be a problem with processing JSP's. When you click on a link to a JSP page, it start to load in the s

Tomcat's default web.xml

2004-03-23 Thread Schalk
Hi there Can anyone point to a place where I can see the basic layout of the Tomcat web.xml. The located at TOMCAT_HOME/conf/web.xml Kind Regards Schalk Neethling Web Developer.Designer.Programmer.President Volume4.Development.Multimedia.Branding emotionalize.conceptualize.visualize.rea

RE: AJP13 errors with Tomcat

2004-03-23 Thread Reis, Tom
I guess my problem is I don't know exactly what to configure. Is there any documentation or anything on this. -Original Message- From: E Cunningham [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 23, 2004 12:06 PM To: Tomcat Users List Subject: Re: AJP13 errors with Tomcat The error is b

Loading JDBC driver with jdbc.drivers property

2004-03-23 Thread RobWunderlich
With Tomcat 4 or 5, with JDK 1.4, I cannot load my JDBC drive from a *.jar in shared\lib, unless that driver has already been loaded by a webapp class using Class.forName(). I normally use the system property "jdbc.drivers=xxx" mechanism to allow java.sql.DriverManager to load the driver. For

Re: error running JSP Config on tomcat examples - tomcat 5.0.19

2004-03-23 Thread Erin O'Neill
I found out what my configuration error was! I'm sending it to this list so if another newbie has problems they might google out this answer! :) (I really hate it when someone just replies to the list -- oh never mind I got it! and then doesn't give the answer!) I found this link: http://johntu

Re: FileNotFoundException - how is /work/Catalina/localhost dir created

2004-03-23 Thread todd runstein
I've switched to version 5.0.16 and the problem went away. Could this be an issue with 5.0.19? --- todd runstein <[EMAIL PROTECTED]> wrote: > I've deployed 2 war files to $TOMCAT_HOME/webapps. > The first is working fine. The second appears to > not > compile the jsps. > > This nonworking app

Re: error running JSP Config on tomcat examples - tomcat 5.0.19

2004-03-23 Thread todd runstein
Erin, Thank you! Your post looks a lot like mine, which gave me an idea. The "Unable to compile class for JSP" has only shown up for me in version 5.0.19. I switched to tomcat 5.0.16 and the problem is gone. Trying switching to a different version of tomcat and see if the problem disappears fo

RE: ClassNotFoundException implementing new WebappLoader

2004-03-23 Thread Setera, Craig
Yoav, I didn't even think to try using a jar file because it should have been the same. But, it turns out that a jar file works in this case for some reason. Thanks for the tip. Craig -Original Message- From: Shapira, Yoav [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 23, 2004 11:2

Re: workers.properties and virtual hosts

2004-03-23 Thread staf wagemakers
> staf wagemakers schrieb: > > > >It has been a while since I've setup apache with tomcat virtual hosting, > >so I dont know it by heart. > > > >Basically you've to define the hosts in the server.xml as describes in the > >howto and configure jk1 as usual. Add the JkMounts within the virtualhosts >

Re: AJP13 errors with Tomcat

2004-03-23 Thread E Cunningham
The error is basically stating that IIS can not write to the AJP13 socket. This is probably a result of a configuration problem. --- "Reis, Tom" <[EMAIL PROTECTED]> wrote: > I am running Tomcat version 4.0.4 with IIS 5.0 with > tha AJP13 > connector. I am receiving the following message in

catalina-ant task (deploy) question

2004-03-23 Thread Brice Ruth
I was reading up on the context.xml file yesterday in the Tomcat-5.0 documentation on the main Jakarta Tomcat site and came across the information that the context.xml file can be placed in conf/Catalina/localhost -OR- it can be placed in the META-INF directory of your web-app. Now, when I use

tomcat 3.3.1 takes a high time for Minor GC

2004-03-23 Thread Akash Jauhar
Hi All Cisco CNAMS application runs on the following platform OS: Solaris 9 Webserver: Apache 1.3.27 JDK: JDK 1.4.2 build 28 Servlet Engine: tomcat 3.3.1a We are noticing some weird GC behaviour when the tomcat does Minor GC. I am pasting some garbage collection logs below 231867.984: [GC 231867

RE: Tomcat 3.x mailing list

2004-03-23 Thread Shapira, Yoav
Hi, This is it. Yoav Shapira Millennium Research Informatics >-Original Message- >From: Akash Jauhar [mailto:[EMAIL PROTECTED] >Sent: Tuesday, March 23, 2004 12:49 PM >To: Tomcat Users List >Subject: Tomcat 3.x mailing list > >Shapira > >Can you please let me know what is the tomcat 3.x

Tomcat 3.x mailing list

2004-03-23 Thread Akash Jauhar
Shapira Can you please let me know what is the tomcat 3.x mailing list. Our application currently uses tomcat 3.x and I wanted to be a part of that list so that I cud get better answers to issues that we face with tomcat 3.x. Would appreciate if you cud let me know the tomcat 3.x mailing list th

Re: Tomcat documentation in "book format" (in contrast to the myriad files in a Web documentation)

2004-03-23 Thread Chong Yu Meng
I use Docbook to write my documentation, and the same docbook XML file can be used to generate a single PDF document. Problem is, when you use it to generate HTML, the filenames are sometimes randomly generated. This can play havoc on search engines, like Google, because the location can change

RE: Tomcat documentation in "book format" (in contrast to the myriad files in a Web documentation)

2004-03-23 Thread Shapira, Yoav
Hi, I suppose some background information is in order. All of tomcat's documentation (and a vast majority of Apache documentation in general, so this will have wide applicability) is in XML format. Much of that for tomcat is visible at http://cvs.apache.org/viewcvs.cgi/jakarta-tomcat-catalina/we

RE: Tomcat documentation in "book format" (in contrast to the myriad files in a Web documentation)

2004-03-23 Thread Rudolf Nottrott
I'm not really sure what this involves. It didn't occur to me that documentation might be written as an Ant task. What would be the benefits of that? Any examples of that kind of thing somebody else might have done for other documentation? Rudolf At 09:40 AM 3/23/2004 -0500, you wrote: Hi,

RE: ClassNotFoundException implementing new WebappLoader

2004-03-23 Thread Shapira, Yoav
Hi, Hmm... I'd guess it should go in the same repository as the normal WebappLoader, which is $CATALINA_HOME/server/lib. $CATALINA_HOME/server/classes should be functionally equivalent for unpacked classes, so it's strange you get the CNFE when you put your loader there. Try packaging your loader

Re: error running JSP Config on tomcat examples - tomcat 5.0.19

2004-03-23 Thread Erin O'Neill
Thanks for your input. I've already checked what version of java I've got: > $JAVA_HOME/bin/java -version java version "1.4.2_03" Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_03-b02) Java HotSpot(TM) Client VM (build 1.4.2_03-b02, mixed mode) My first impulse was that I was missin

RE: tomcat certificate

2004-03-23 Thread Idoia Murua Belacortu
I have configured the files as you said in the e-mail, but when I start Tomcat I get the following error in "catalina.out" file: Exception creating UserDatabase MBeans for UserDatabase javax.management.MalformedObjectNameException: Invalid character '=' in value part of property And it is be

Error Tomcat

2004-03-23 Thread Aquison - A. Angeloni & Cia Ltda.
Hi all I have a Sun Box with Solaris 8, Progress 91D08, Tomcat 4.1 and a Java aplication. I'm try using Tomcat with Java instaled from progress, but de Tomcat not running with is java instalation. Using the Java Instalation 1.4.2 (Sun), Tomcat running perfectly. # Environment Vari

AJP13 errors with Tomcat

2004-03-23 Thread Reis, Tom
I am running Tomcat version 4.0.4 with IIS 5.0 with tha AJP13 connector. I am receiving the following message in the error log and was trying to understand what it means I would appreciate any help. Thanks. [Mon Mar 22 22:43:52 2004] [jk_ajp13_worker.c (381)]: Error ajp13_process_callback

ClassNotFoundException implementing new WebappLoader

2004-03-23 Thread Setera, Craig
Hello, I'm trying to implement and register a new WebappLoader implementation with Tomcat 5.0.19. I've created a subclass of the standard WebappLoader class. In addition, I have added the Loader element to my Context element with my new class name specified. When starting the server, I get a

RE: Which Engine is Which

2004-03-23 Thread Schalk
Thanks Kind Regards Schalk Neethling Web Developer.Designer.Programmer.President Volume4.Development.Multimedia.Branding emotionalize.conceptualize.visualize.realize Tel: +27125468436 Fax: +27125468436 email:[EMAIL PROTECTED] web: www.volume4.com This message contains information that is conside

FileNotFoundException - how is /work/Catalina/localhost dir created

2004-03-23 Thread todd runstein
I've deployed 2 war files to $TOMCAT_HOME/webapps. The first is working fine. The second appears to not compile the jsps. This nonworking application is deployed on another system, and it works there. It requires ssl, which I've got up and running on both systems using a self-cert (I can hit ht

screen template '/Home.vm' not found!!

2004-03-23 Thread Inandjo Taurel
hi all, i have been having this error for the past week and any modifications on my side on the TurbineResources.properties file hasn't given out any concrete result. I am using tomcat 4.0, along with turbine 2.1 and velocity, on a unix machine! What could be other causes to the screen template

RE: Apache+Tomcat + MOD_JK on different machine

2004-03-23 Thread Randall Svancara
Your workers.properties should be on your webserver where apache is located. I typically place the workers.properties in the same directory where httpd.conf is located. workers.properties is needed for mod_jk so it makes sense that it needs to be in the same machine where mod_jk and apache ar

Re: Apache+Tomcat + MOD_JK on different machine

2004-03-23 Thread Henry Martin
On Tuesday, March 23, 2004, at 09:55 AM, Hari Om wrote: My MOD_JK.CONF file is AUTOGENERATED on my AppServer. I start my App Server FIRST which AUTOGENERATES "mod_jk.conf" file. So, how can I reference this file on my HTTPD.CONF ("Include conf/mod_jk.conf") - which is indeed located on a differ

Can I use Ajp13Connector instead of CoyoteConnector in Tomcat5.x?

2004-03-23 Thread Galam
Hi, Can I use the Ajp13Connector instead of the CoyoteConnector in Tomcat5.x? I know the Ajp13Connector is available in Tomcat4, but I don't see any example of using it in Tomcat5. Is it discontinued and no longer supported? Below is two samples from 4.x and 5.x. Connector in Tomcat

Ajp13Connector Versus

2004-03-23 Thread Galam
Connector in Tomcat5.x --- Connector in Tomcat4.x Do you Yahoo!? Yahoo! Finance Tax Center - File online. File on time.

Re: IOException while loading persisted sessions: java.io.WriteAbortedException: writing aborted; java.io.NotSerializableException: org.apache.commons.logging.impl.Log4JLogger

2004-03-23 Thread Mark Shifman
Shapira, Yoav wrote: Hi, No I am using the default out-of-the-box manager. It worried me that I didn't see Session.ser (or whatever) anywhere which is what made me think I somehow farkled the permissions. I mispelled the file name, it's sessions.ser as others have pointed out. (Don't del

RE: Apache+Tomcat + MOD_JK on different machine

2004-03-23 Thread Hari Om
Thanks Randall for your reply... appreciate that! My MOD_JK.CONF file is AUTOGENERATED on my AppServer. I start my App Server FIRST which AUTOGENERATES "mod_jk.conf" file. So, how can I reference this file on my HTTPD.CONF ("Include conf/mod_jk.conf") - which is indeed located on a different ma

Re: workers.properties and virtual hosts

2004-03-23 Thread Michael Kastner
Hello Staf, thanks for the reply. I wasn't explicit when I was asking about the differences. I need to know what the differences in the workers.properties file are regarding the virtual name hosts and whether each virtual host requires a separate worker. If not so, how would I assign several

Is it possible to auto generation the mod_jk conf in Tomcat 5.1.19?

2004-03-23 Thread Galam
Hi, Is it possible to auto generation the mod_jk conf in Tomcat 5.1.19? I knows how to do that in Tomcat 3.x and Tomcat 4.x, but I don't see it in the Tomcat5.x's documentation. Thanks! Galam Do you Yahoo!? Yahoo! Finance Tax Center - File online. File on time.

Re: workers.properties and virtual hosts

2004-03-23 Thread staf wagemakers
On Tue, Mar 23, 2004 at 04:14:56PM +0100, Michael Kastner wrote: > > >Depends on what you mean by "virtualhosts", if you have one tomcat > >server with several virtualnamehosts it's possible to do it with one > >ajp > >connector. > > > >http://jakarta.apache.org/tomcat/tomcat-4.1-doc/jk2/jk2/vhost

Re: Which Engine is Which

2004-03-23 Thread Adrian Lanning
Hi, Let's define some terminology so we don't confuse ourselves. Engine - when talking about Tomcat "engine" means as per tomcat's configuration file. Servlet - programs that process / handle requests. The program (servlet) that processes jsps is a servlet just like any custom servlet you write.

RE: Which Engine is Which

2004-03-23 Thread Shapira, Yoav
Hi, >This is probably something I should know but, for clarification, is the >"engine" that processes jsp's different to the one that processes servlets? >Also what is the name of the engine that processes JSP's and, if different, >the name of the "engine" that processes servlets. I thought I ju

Re: What are you using for Failover Notification? (mod_jk)

2004-03-23 Thread David Rees
Clute, Andrew wrote, On 3/23/2004 7:02 AM: It seems to me the one large missing component of the mod_jk* connectors is notification of a failover -- either via email, pager, etc. I am sure there are people that are using mod_jk in production with a cluster and have a solution for being notified wit

Re: major tomcat problem with hyperthreaded processor

2004-03-23 Thread Daniil Sosonkin
Hi, Thank you for reply. I did some googling around and added LD_ASSUME_KERNEL=2.2.5 to catalina.sh and yet there is still that same problem. I've decided to do `catalina.sh run` and at this moment still waiting for it to shutdown: [EMAIL PROTECTED] bin]# ./catalina.sh run Using CATALINA_BASE:

RE: Which Engine is Which

2004-03-23 Thread Schalk
Hi there This is probably something I should know but, for clarification, is the "engine" that processes jsp's different to the one that processes servlets? Also what is the name of the engine that processes JSP's and, if different, the name of the "engine" that processes servlets. Thanks!

RE: Apache+Tomcat + MOD_JK on different machine

2004-03-23 Thread Randall Svancara
I would leave your httpd.conf file the same as you have it shown below. I would also confirm in you logs that everything is working ok. However, Apache should not even startup if the included configuration file, mod_jk.conf is not present. -- httpd.conf (on Web S

Re: workers.properties and virtual hosts

2004-03-23 Thread Michael Kastner
Hello Staf, thanks for your reply. Yes indeed, I mean virtual name hosts. I am wondering, why there is no example in the mod_jk doc but in the mod_jk2 doc. What do you mean with "similar"? What exactly is the difference? Sincerely Michael Kastner staf wagemakers schrieb: On Tue, Mar 23, 2004

What are you using for Failover Notification? (mod_jk)

2004-03-23 Thread Clute, Andrew
It seems to me the one large missing component of the mod_jk* connectors is notification of a failover -- either via email, pager, etc. I am sure there are people that are using mod_jk in production with a cluster and have a solution for being notified with a Tomcat instances goes down, via either

RE: major tomcat problem with hyperthreaded processor

2004-03-23 Thread Shapira, Yoav
Hi, Search the list archives ;) It has to do with your threading library most likely, and you can get around this by setting LD_ASSUME_KERNEL to a lower version. Yoav Shapira Millennium Research Informatics >-Original Message- >From: Daniil Sosonkin [mailto:[EMAIL PROTECTED] >Sent: Tue

Re: workers.properties and virtual hosts

2004-03-23 Thread Michael Kastner
Thanks Adrian, that's very kind. Of cource, I had checked the documentation before I posted my initial question. It doesn't say anything about virtual hosts. Thanks for your reply Michael Kastner Adrian Lanning schrieb: JK tut: http://jakarta.apache.org/tomcat/tomcat-4.1-doc/jk2/jk/aphowto.htm

major tomcat problem with hyperthreaded processor

2004-03-23 Thread Daniil Sosonkin
Hi, I'm hoping I'm posting to the right place since I'm in a bit of troubles. So here is the problem. I've downloaded latest Tomcat (4.1.30) and installed it on Mandrake Linux 9.2 to run under JDK 1.4 (1.4.2_04-b05). It runs nicely; starts fine; loads my hosts; starts applications; connects to mys

Apache+Tomcat + MOD_JK on different machine

2004-03-23 Thread Hari Om
SUBJECT: Apache+Tomcat + MOD_JK on different machine I am using Apache 2.0.47 and Tomcat 4.1.27 on my SuSE Linux. I had configured my mod_jk and it works just great! (My Web and App Server were on same box) Now I have a Web Server and App Server on a different box and was wondering what change

Re: Configuration Help

2004-03-23 Thread Adrian Lanning
As I understand it, you should not be using the IP address in server.xml except to limit the connector to a specific IP address if you don't want Tomcat to answer requests for other IPs. In production you can use localhost for a and use your domain as an alias. Or you can get rid of localhost al

RE: where is setUserPrincipal() ?

2004-03-23 Thread Shapira, Yoav
Howdy, HttpRequest is a tomcat-specific class, unlike HttpServletRequest. I know the names are similar, but be careful not to confuse them. HttpServletRequest does not include setUserPrincipal in its interface. You can use a custom HttpServletRequestWrapper in combination with a filter to provid

RE: webapp inaccessible - "SEVERE" error in catalina.out

2004-03-23 Thread Shapira, Yoav
Hi, 5.0.16 was the first stable 5.x version, so any version you use before that is likely to have issues and be less supported. This particular error, I haven't seen before. Yoav Shapira Millennium Research Informatics >-Original Message- >From: lists [mailto:[EMAIL PROTECTED] >Sent: M

RE: Configuration Help

2004-03-23 Thread LILES, DAVID (CONTRACTOR)
The server.xml file is using the default port settings (8080 and 8009) and instead of localhost or 127.0.0.1, I'm using the server's ip address. Even though this is a web server, should I have the server.xml file configured to use localhost instead of the server's ip address? -Original Mess

RE: Tomcat documentation in "book format" (in contrast to the myriad files in a Web documentation)

2004-03-23 Thread Shapira, Yoav
Hi, You know, that would make for an EXCELLENT ant task or maven plugin. Feel like writing it? ;) Yoav Shapira Millennium Research Informatics >-Original Message- >From: Rudolf Nottrott [mailto:[EMAIL PROTECTED] >Sent: Monday, March 22, 2004 5:57 PM >To: Tomcat Users List >Subject: Tomc

RE: HELP!

2004-03-23 Thread Shapira, Yoav
>Well, this is really more of a mod_joke question than a Tomcat 3 question mod_joke -> ROFL ;) Yoav Shapira This e-mail, including any attachments, is a confidential business communication, and may contain information that is confidential, proprietary and/or privileged. This e-mail is int

Re: workers.properties and virtual hosts

2004-03-23 Thread Adrian Lanning
JK tut: http://jakarta.apache.org/tomcat/tomcat-4.1-doc/jk2/jk/aphowto.html As staf pointed out you can use the same worker. Use localhost. Adrian - Original Message - From: "staf wagemakers" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, March 23, 2004 9:28 AM Subject: Re:

RE: Dump of Beans in catalina.out

2004-03-23 Thread Shapira, Yoav
Howdy, >Recently I have been seeing what appears to be a dump of the active >Javabeans in my catalina.out log file. There is not apparent error listed >with the information but after the dump happens, the application is either >very sluggish or doesn't respond at all. Tomcat isn't just going to

  1   2   >