RE: How can I get a method to be called every 60 seconds in Tomca t?

2004-03-16 Thread Ronald Wildenberg
I want to get a method to automatically get called every 60 seconds in Tomcat. The method reset() will reset monitoring information. How can I do this? java.util.Timer and java.util.TimerTask Regards, Ronald. - To

RE: tomcat4.1.30 compiler problem

2004-03-16 Thread david . landy
snip -Original Message- From: Rob Wichterman Has anyone had a problem with tomcat4.1.30 that was crashing the jvm? I am /snip Rob, I've had a problem with tomcat4.1 ce and java 1.4.2._03. When I restart tomcat for eg the 10th or 11th time, I get a GPF in java.exe and Dr Watson does

How to register the mbean on server?

2004-03-16 Thread Tom Beginner
Hi. I had been dealing with registering my own mbean on Tomcat 5.0.19. (B (BAt Jakarta's site, I found this page. (Bhttp://jakarta.apache.org/tomcat/tomcat-5.0-doc/mbeans-descriptor-howto.html (B (BI found org.apache.catalina.mbeans.mbeans-descriptor.xml but it was the (Bsource directory. I

RE: Load balancing for uptime

2004-03-16 Thread david . landy
My humble 2p worth... In your rebuild, perhaps you might consider avoiding the built-in session vars altogether. After getting caught with them in ASP a few years ago I vowed to avoid them altogether. My latest JSP app implements pseudo-session vars via a few classes and a db table, which takes

RE: How can I get a method to be called every 60 seconds in Tomcat?

2004-03-16 Thread Peter Guyatt
Hi There, How about writing your own timer task, that performs a callback on an on class implementing TimerListener. Thanks Pete -Original Message- From: David Rees [mailto:[EMAIL PROTECTED] Sent: 16 March 2004 07:29 To: Tomcat Users List Subject: Re: How can I get a method to

Re: help needed building JK2 connector

2004-03-16 Thread Vi
Hi, first of all, rh9 has really odd thing about apache. Apache comes without apxs2 by default. If you install apache-dev rpm it should apear. There are other problems, like libs missing. So basicaly if you REALLY NEED mod_jk2, recompile apache and reinstall it :( sorry. I have already working

Cluster and attributes

2004-03-16 Thread Duma Rolando
Hi all, I would like to know if the ServletContext attributes are clusterized or this happens only for Session attributes. I'm using Tomcat 5.1.19, Thanks in advance. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

RE: help needed building JK2 connector

2004-03-16 Thread Dale, Matt
That first link is fantastic and seems to go through all the steps I need to get it built. I checked and apxs is actually installed so I dont have that problem, I will no doubt have to install some more packages but pascal seems to have specified everything I need. Thanks for the link. Ta

RE: help needed building JK2 connector

2004-03-16 Thread Dale, Matt
Hi, I would like to use mod_jk as that is what i've used for the past couple of years so have the most experience with it. My install has apxs installed but i'm sure there will be other stuff missing. I may look into mod_proxy if I have no luck with JK2, thanks for the tip. Ta Matt

[NON DELIVERY NOTIFICATION]

2004-03-16 Thread noreply
This message was verified by the filtering system of our mail server. Original message was replaced by this one for the following reason: *** A suspicious file (executable code) was found in the message ! Original message had the following attached files: (X-FILE ??? ) : your_product.pif

Re: several virtual hosts -- single application

2004-03-16 Thread James Agnew
Thanks a lot for your help Adrian. Unfortunately that hasn't helped, as CFMX doesn't parse the cfm pages, yet it works perfectly when I try http://localhost:8080/domain1 yet http://domain1:8080 which points to the same folder (i.e. myapps/domain1) just displays the cfmx code - the correct file

Releasing JK 2.0.4

2004-03-16 Thread Mladen Turk
Hi, Seems that the shm is working now. Greg, have you been able to test it with the current patches? Anyhow IMO it should work, cause the same problem manifested on FreeBSD has been solved. Henri, when do you plan to tag the release? MT.

RE: Releasing JK 2.0.4

2004-03-16 Thread Yiannis Mavroukakis
New release! I'll roll out the red carpet :))) -Original Message- From: Mladen Turk [mailto:[EMAIL PROTECTED] Sent: 16 March 2004 12:36 To: [EMAIL PROTECTED] Subject: Releasing JK 2.0.4 Hi, Seems that the shm is working now. Greg, have you been able to test it with the current patches?

web.xml Welcome -file and for SSL

2004-03-16 Thread Forte, Graham
Hello, I am wondering if it is possible to specify a Welcome-file for an https request. If I am using port 443 how can I configure Tomcat 4.1 so that when the user types in https://myIPAddress or https://myDomainName they will be directed to https://myIPAddress/myFirstPage.jsp. Thanks,

RE: Releasing JK 2.0.4

2004-03-16 Thread Dale, Matt
Hi, Where does one download this version? Ta Matt -Original Message- From: Yiannis Mavroukakis [mailto:[EMAIL PROTECTED] Sent: 16 March 2004 13:18 To: 'Tomcat Users List' Subject: RE: Releasing JK 2.0.4 New release! I'll roll out the red carpet :))) -Original Message- From:

RE: Releasing JK 2.0.4

2004-03-16 Thread Yiannis Mavroukakis
CVS?:) -Original Message- From: Dale, Matt [mailto:[EMAIL PROTECTED] Sent: 16 March 2004 13:30 To: Tomcat Users List Subject: RE: Releasing JK 2.0.4 Hi, Where does one download this version? Ta Matt -Original Message- From: Yiannis Mavroukakis [mailto:[EMAIL PROTECTED] Sent:

Why Tomcat (4.1.29) cannot find third party package's classes

2004-03-16 Thread Ari Paasonen
Hi, is there any particular reason why all classes in third party jar-package (Exolab Castor in my case) can not be imported in my JSP pages on new Tomcat (4.1.29 and Java build 1.4.2_03-b02)? It works fine with the old version (Tomcat 4.0.1 and Java build 1.3.1_02-b02). The import line in

RE: Load balancing for uptime

2004-03-16 Thread Peter Lin
In practice, the load on the DB is the killer right? atleast in my experience, that is the killer unless you use a good database like sybase, db2 or oracle. my .2 cents. peter lin [EMAIL PROTECTED] wrote: My humble 2p worth... In your rebuild, perhaps you might consider avoiding the

RE: Releasing JK 2.0.4

2004-03-16 Thread Dale, Matt
I was afraid of that answer, i've never downloaded anything through cvs. Can you point me to a short description of how to set it up? If not I'll wait for the announcement that the tarball is on the mirrors. Ta Matt -Original Message- From: Yiannis Mavroukakis [mailto:[EMAIL

RE: Releasing JK 2.0.4

2004-03-16 Thread Yiannis Mavroukakis
Taken from http://jakarta.apache.org/site/cvsindex.html If you don't have cvs, get it :) then do cvs -d :pserver:[EMAIL PROTECTED]:/home/cvspublic login The password is anoncvs Then cvs -d :pserver:[EMAIL PROTECTED]:/home/cvspublic checkout jakarta-tomcat-connectors That should do it,

JK2 on debian?

2004-03-16 Thread Jens Saade
Hi, is there any howto for building installing jk2 with apache2 and tomcat5 on a debian linux system? I somehow can't get apache2 installed with the needed apxs stuff. Cheers, Jens - To unsubscribe, e-mail: [EMAIL PROTECTED]

RE: Tomcat 5 - Balancer errors with virtual hosts

2004-03-16 Thread Shapira, Yoav
Hi, Every thing is sweet until I add a virtual host into the server.xml file - then I get balancer errors on starting up Tomcat. What are the errors? I've seen a couple of posts about balancer on this list but nothing conclusive. What is balancer and why do I need it? If you needed it, you'd

RE:Digitally Signing Posts

2004-03-16 Thread George Sexton
Would you either A) Not sign posts to the group Or B) Sign the posts with a working certificate? Everytime I hit one of your messages, it locks my mail client up for 30 seconds. Warning: The Certificate Revocation List needed to verify the signing certificate is either unavailable or

RE: Tomcat5 can not use JRockit

2004-03-16 Thread Shapira, Yoav
Hi, When I extract akarta-tomcat-5.0.19.zip, the Tomcat works using JRockit. :) It is in the process of install (akarta-tomcat-5.0.19.exe)that the problem appears, that is the install program seems does not identify JRrockit. That makes more sense, and is a lot clearer than your original

RE: JK2 on debian?

2004-03-16 Thread Dale, Matt
Hi, Adrian Lanning posted a couple of links to me earlier that are quite good tutorial by Pascal Chong http://cymulacrum.net/writings/tomcat5/book1.html another resource for building jk2 http://www.thinlizard.com/lizard/modjk2.html The first one is very well laid out. You might need to istall

RE: problems deploying tomcat

2004-03-16 Thread Shapira, Yoav
Hi, well i am deploying tomcat and each time the following is dumped onto the screen : Each time after what operation does the following get dumped onto the screen? SEVERE: Parse Error at line 42 column 18: The content of element type error-pag e must match

Filters and load-on-startup

2004-03-16 Thread Blanchard, Raphael
Do filters get loaded before servlets regardless of load-on-startup value? Raphael

RE: Filters and load-on-startup

2004-03-16 Thread Shapira, Yoav
Hi, Do filters get loaded before servlets regardless of load-on-startup value? I don't think so: as filters can be mapped to servlet-name, servlets must be loaded first. (Although I suppose you could read web.xml, so you have the servlet info, then instantiance filters, then instantiate

Tomcat 5 - Server Status - Error Count

2004-03-16 Thread Dale, Matt
Hi, Accessed from the Manager App in Tomcat 5 is the Server Status screen which gives all sorts of useful information. My question is, what does the Error Count on this page actually refer to? Thanks Matt Any opinions expressed in this E-mail may be those of the individual and not necessarily

Problem using Tomcat with mod_rewrite.

2004-03-16 Thread Axel Scheel
Hi, we are using a slightly old tomcat 3.2.4 with apache 1.3.29 under Gentoo Linux and have a problem rewriting URLs like: http://www.domain.tld/pages/page--i123b2.jsp;jsessionid=1dfgd234 to http://www.domain.tld/deploy/page.jsp;jsessionid=1dfgd234?id=123bs=2 the rewrite rule that should

RE: Load balancing for uptime

2004-03-16 Thread Angus Mezick
Disable all of the auto reloading features of tomcat. The mem leak seems to be centered there. Or at least, I haven't had a OOME since I turned that stuff off. You would need clustered sessions of some sort. They either need to be persisted across the network using filip's code (tomcat 5 has

RE: Digitally Signing Posts

2004-03-16 Thread Angus Mezick
+1 --Angus -Original Message- From: George Sexton [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 16, 2004 8:56 AM To: 'Tomcat Users List' Cc: [EMAIL PROTECTED] Subject: RE:Digitally Signing Posts Would you either A)Not sign posts to the group Or B) Sign the

RE: Filters and load-on-startup

2004-03-16 Thread Ronald Wildenberg
Hi, Do filters get loaded before servlets regardless of load-on-startup value? I don't think so: as filters can be mapped to servlet-name, servlets must be loaded first. (Although I suppose you could read web.xml, so you have the servlet info, then instantiance filters, then instantiate

RE: Filters and load-on-startup

2004-03-16 Thread Shapira, Yoav
Hi, Actually, it is. SRV9.12 mandates the following load order: listeners, filters, servlets (Servlet Specification 2.4). So any filters should be loaded before any servlets, regardless of load-on-startup value. Yup, clear as day, thanks. I figured you'd have looked at the spec before posting

RE: Filters and load-on-startup

2004-03-16 Thread Blanchard, Raphael
Actually I asked the question. Problem is I don't want the filter to be loaded first. I'm trying to implement a webapp-wide connection pool to mysql as documented in Java Servlet's Developper's guide. I have a class 'ConnectionServlet' that is creates and initializes the connection pool. The

RE: Filters and load-on-startup

2004-03-16 Thread Shapira, Yoav
Hi, Actually I asked the question. Problem is I don't want the filter to be loaded first. I'm trying to implement a webapp-wide connection pool to mysql as documented in Java Servlet's Developper's guide. I have a class 'ConnectionServlet' that is creates and initializes the connection pool.

RE: Load balancing for uptime

2004-03-16 Thread david . landy
Peter Lin wrote: snip In practice, the load on the DB is the killer right? /snip Peter, I have no personal experience, but that's what the docs that I've read say - the db access becomes the limiting factor. One further advantage of db-based session vars is that you can see in real-time what

[Tomcat Monitor] - in jmeter nightly

2004-03-16 Thread Peter Lin
I've commited the monitor code into jmeter cvs, so people will have to get the nightly for new releases. Please direct future comments and bug reports to [EMAIL PROTECTED] or to me directly. I've fixed the remaining two bugs I found last night, so the monitor is stable as far I can tell. I've

Re: Load balancing for uptime

2004-03-16 Thread Reynir Þór Hübner
My experience is the same. hope it helps -reynir Angus Mezick wrote: Disable all of the auto reloading features of tomcat. The mem leak seems to be centered there. Or at least, I haven't had a OOME since I turned that stuff off. You would need clustered sessions of some sort. They either need

RE: web.xml Welcome-file for SSL

2004-03-16 Thread Forte, Graham
Corrected subject, any takers. Thanks!! -Original Message- From: Forte, Graham Sent: Tuesday, March 16, 2004 7:20 AM To: 'Tomcat Users List' Subject: web.xml Welcome -file and for SSL Hello, I am wondering if it is possible to specify a Welcome-file for an https request. If I

Re: Problem using Tomcat with mod_rewrite.

2004-03-16 Thread David Rees
Axel Scheel wrote, On 3/16/2004 6:34 AM: Hi, we are using a slightly old tomcat 3.2.4 with apache 1.3.29 under Gentoo Linux and have a problem rewriting URLs like: So i think the problem is that the request is first taken by mod_jk before it is passed to mod_rewrite but i don't see any solution

Redirect from root context to other context

2004-03-16 Thread Luc Foisy
What is required to redirect the root context to another context, with a relative path name rather than an absolute path name? can I just response.sendRedirect(/webapps/othercontext/); Or is there additional configuration - To

Re: [Tomcat Monitor] - in jmeter nightly

2004-03-16 Thread Remy Maucherat
Peter Lin wrote: I've commited the monitor code into jmeter cvs, so people will have to get the nightly for new releases. Please direct future comments and bug reports to [EMAIL PROTECTED] or to me directly. I've fixed the remaining two bugs I found last night, so the monitor is stable as far I

problem with security manager and manager webapp

2004-03-16 Thread Jason Keltz
Hi. I've been using the manager webapp, but after enabling the security manager (-security on tomcat startup), the manager doesn't run any longer, giving this error: type Exception report message description The server encountered an internal error () that prevented it from fulfilling this

RE: Redirect from root context to other context

2004-03-16 Thread Shapira, Yoav
Hi, What is required to redirect the root context to another context, with a relative path name rather than an absolute path name? can I just response.sendRedirect(/webapps/othercontext/); Or is there additional configuration No additional configuration, just response.sendRedirect. You don't

Virtual Hosting with Tomcat 4.1, Apache 2.0, and mod_jk2

2004-03-16 Thread Montz, James C. (James Tower)
Is there any way to specify context mappings in the httpd.conf file? Something similar to JkUriSet? I have successfully mapped *.jsp to my mod_jk2 worker, but I'm having an issues mapping virtual hosts with the correct Tomcat context? Using uri in the workers2.properties will prove cumbersome as

RE: Redirect from root context to other context

2004-03-16 Thread Luc Foisy
We had originally removed the /ROOT context. I put it back in place with the administrator context. It has saved to the server.xml file. When I browse to the site, it reports HTTP 500 - No context loaded If I add webaddress/ROOT it returns report HTTP 503 - Servlet jsp is currently

Silentcat

2004-03-16 Thread Vi
Hi, It just stopped working!!! All tomcat thing. It was working one moment and now it doesn't. I don't know what happend. As well as I don't know what to do! Try it: www.bolinan.se/edit/ It's set as reverse (?) proxy in httpd.conf ProxyPass /edit/ http://www.bolinan.se:8080/jetspeed/

Re: Silentcat

2004-03-16 Thread Vi
Oh, I fixed, it! Thanks anyway :) The thing is that somehow there was a proces which was tomcat but didn't want to shutdown (althow shutdown.sh was without errors (and I thought it was down)), so I killed the cat. Then it was ok. But it was totaly silent. Sorry for paniking but I though that

Question about jspx and CDATA

2004-03-16 Thread Eric Suen
Hi, I have a file like this: | ?xml version=1.0? | fo:root xmlns:fo=http://www.w3.org/1999/XSL/Format; | xmlns:jsp=http://java.sun.com/JSP/Page; | | fo:blocklt;fo:inlinegt;/fo:block | fo:block![CDATA[fo:inline]]/fo:block | /fo:root and the output is: | ?xml version=1.0

Re: problem with security manager and manager webapp

2004-03-16 Thread Jeanfrancois Arcand
Jason Keltz wrote: Hi. I've been using the manager webapp, but after enabling the security manager (-security on tomcat startup), the manager doesn't run any longer, giving this error: type Exception report message description The server encountered an internal error () that prevented it

RE: Silentcat

2004-03-16 Thread Shapira, Yoav
Hi, Oh, I fixed, it! Thanks anyway :) No, thank you -- for the amusement ;) The thing is that somehow there was a proces which was tomcat but didn't want to shutdown (althow shutdown.sh was without errors (and I thought it was down)), Sounds like a case of non-daemon threads still running

Re: problem with security manager and manager webapp

2004-03-16 Thread Jason Keltz
Hi Jeanfrancois, I'm not sure now if it's a bug or not. I realized that the problem is that the code in catalina.policy to allow access refers to ${catalina.home}: // These permissions apply to the container's core code, plus any additional // libraries installed in the server directory grant

Re: Problem using Tomcat with mod_rewrite.

2004-03-16 Thread Axel Scheel
David Rees wrote: Axel Scheel wrote, On 3/16/2004 6:34 AM: Hi, we are using a slightly old tomcat 3.2.4 with apache 1.3.29 under Gentoo Linux and have a problem rewriting URLs like: So i think the problem is that the request is first taken by mod_jk before it is passed to mod_rewrite but i

Re: JNDI Datasource Reference in DD Not Necessary?

2004-03-16 Thread Christopher Schultz
Kawthar, In my web.xml: ... res-ref-namejdbc/mySQLDatabase/res-ref-name Does this looks correct? From the exception message, which class name is it looking for? It looks like I have the same stuff that you do. This is my entire resource-ref element in web.xml: resource-ref

RE: Redirect from root context to other context

2004-03-16 Thread Luc Foisy
I had configured the ROOT context to have a path of /ROOT when it should be nothing. I still can't get the context to load without restarting the whole tomcat server (I wont). I can get the context to load on a secondary server with a tomcat restart.. -Original Message- From: Luc Foisy

Re: Why Tomcat (4.1.29) cannot find third party package's classes

2004-03-16 Thread Christopher Schultz
Ari, is there any particular reason why all classes in third party jar-package (Exolab Castor in my case) can not be imported in my JSP pages on new Tomcat (4.1.29 and Java build 1.4.2_03-b02)? It works fine with the old version (Tomcat 4.0.1 and Java build 1.3.1_02-b02). Where is your Castor

Re: Filters and load-on-startup

2004-03-16 Thread Christopher Schultz
Raphael, The webapp has a login filter that needs a connection from the connection pool. The webapp loads the login filter first. I don't really want to remove the filter because its integral to the application's design. Is there another solution, to getting the connection pool instantiated

Jk2 installation failure

2004-03-16 Thread Mike Burkhouse
Hi All, I am having trouble installing jk2. Here are the steps I have taken: 1) Download jk2 source (I couldn't find a RedHat binary?) 2) Unpack to /opt/jakarta/jakarta-tomcat-connectors-jk2-2.0.2-src 3) Edit the build.properties file as follows: a) my tomcat home directory is

RE: Jk2 installation failure

2004-03-16 Thread Yiannis Mavroukakis
This is a decent tutorial http://cymulacrum.net/writings/tomcat5/book1.html -Original Message- From: Mike Burkhouse [mailto:[EMAIL PROTECTED] Sent: 16 March 2004 17:05 To: [EMAIL PROTECTED] Subject: Jk2 installation failure Hi All, I am having trouble installing jk2. Here are the

JK2 equivalent of JK's JkEnvVar

2004-03-16 Thread Idoia Murua Belacortu
Hi, I am using Tomcat 5.0.19, Apache Web server 2.0.48 and the JK connector. I wanted to pass some SSL environment variables from Apache to Tomcat, as for example SSL_CLIENT_S_DN_CN or SSL_SERVER_S_DN_CN. In the original JK there was a JkEnvVar config option that exported an environment

RE: Redirect from root context to other context

2004-03-16 Thread rsequeira
I bet you already know this, but nevertheless: ROOT is a keyword for /. The URLs are http://domainname/contextname. In the case of ROOT, you don't have a contextname in the URL. Setting the attribute of the context reloadable=true helps in case you want your changes to reflect without restarting

RE: Digitally Signing Posts

2004-03-16 Thread Neal
Ha! I said the same thing a month ago and was completely ignored. :-\ -Original Message- From: Angus Mezick [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 16, 2004 6:44 AM To: Tomcat Users List Subject: RE: Digitally Signing Posts +1 --Angus -Original Message- From: George

Re: delaying context reload

2004-03-16 Thread Cindy Ballreich
At 08:00 PM 3/15/04 -0500, Christopher Schultz wrote: Run Plugin:c:\eudora\attach\Re delaying context reload.ems 0880.0002 Hi Chris, No, I'm not using Ant (yeah, yeah, I know I should...) This is my local development machine where I have WEB-INF/classes set as my output directory when I

Two database connectors for tomcat + cocoon

2004-03-16 Thread Pablo E. Siciliano
Hi!! I'm using tomcat 4.1 under windows 98, with cocoon 2.0.1 , and jvm 1.4.2. I tried to add connection pool for MS SQL 2000 server. I'm using the connection driver provided by Microsoft in http://www.microsoft.com/downloads/details.aspx?FamilyID=9f1874b6-f8e1-4bd6-

Re: delaying context reload

2004-03-16 Thread Justin Ruthenbeck
Cindy, If this is a problem for you, turn reloading off in your context.xml and use the manager app's Reload command instead. This command can be executed either through hitting a URL, using the manager html pages, or (best) through an Ant command. Doing this means the reload only happens

Re: Releasing JK 2.0.4

2004-03-16 Thread Daniel Schmitt
i managed the cvs checkout, but i am not able to build the isapi dll with VS7. Several modules are missing. Is there any build howto on the web? Yiannis Mavroukakis wrote: Taken from http://jakarta.apache.org/site/cvsindex.html If you don't have cvs, get it :) then do cvs -d :pserver:[EMAIL

Re: Releasing JK 2.0.4

2004-03-16 Thread Justin Ruthenbeck
The binaries aren't available yet because it hasn't been released yet. Just wait for the official release (with the official release notice posted here) and get the binaries then. justin At 09:41 AM 3/16/2004, you wrote: i managed the cvs checkout, but i am not able to build the isapi dll

Re: [Tomcat Monitor] - in jmeter nightly

2004-03-16 Thread Peter Lin
:) glad you find it useful. now I just need finish installing RollerWebblogger, so that I can run the benchmark I was planning a month back. peter lin Remy Maucherat [EMAIL PROTECTED] wrote: Peter Lin wrote: I've commited the monitor code into jmeter cvs, so people will have to get the

JDBC problems with MySQL

2004-03-16 Thread Steve Gums
Users I know there has been a bazillion messages about this. I searched the archives and couldn't find anything to solve my extremely annoying issue. It has to be something really simple but I just can't find it. My System: Solaris 9 Tomcat 5.0.19

Symbolic links in docroot?

2004-03-16 Thread gSOAP acct
How can I get my J2EE 1.4 Application Server( which uses Tomcat I believe) to allow users to see files in a symbolic link in the docroot directory? I did this ... cd SUNWappserver/domain/domain1/docroot ln -s /usr/home/BB/public_html BB but when I try and access

Re: Problem using Tomcat with mod_rewrite.

2004-03-16 Thread David Rees
Axel Scheel wrote: The mod_jk was at the end of the LoadModule section. I tried around a little with the order and finaly it works if the mod_jk is located beween the mod_alias and the mod_rewrite. So the end of the load modules list looks like: LoadModule alias_module

RE: Tomcat 5 - Balancer errors with virtual hosts

2004-03-16 Thread Antoni Unkovich
Thank you for your help Yoav. 1. This is the Tomcat start-up error after I add my virtual host to the server.xml INFO: Processing Context configuration file URL file:E:\Tomcat\conf\Catalina\www.artistsonline.co.nz\manager.xml 17/03/2004 06:16:08 org.apache.catalina.core.StandardHostDeployer

RE: Tomcat 5 - Balancer errors with virtual hosts

2004-03-16 Thread Shapira, Yoav
Hi, INFO: Installing web application at context path /balancer from URL file:E:\Tomcat\webapps\balancer 17/03/2004 06:16:09 org.apache.catalina.core.StandardContext start SEVERE: Error filterStart 17/03/2004 06:16:09 org.apache.catalina.core.StandardContext start SEVERE: Context startup failed

RE: Cluster and attributes

2004-03-16 Thread Filip Hanik \(lists\)
only session attributes -Original Message- From: Duma Rolando [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 16, 2004 1:58 AM To: [EMAIL PROTECTED] Subject: Cluster and attributes Hi all, I would like to know if the ServletContext attributes are clusterized or this happens only for

Port-per-webapp?

2004-03-16 Thread Tony Nakamura
Hi, (B (BI am encountering something interesting, and I really hope that someone will (Bgive me an (Binsight. (B (BI'm working on an existing Tomcat 4.1.18 with some webapp deployed by (Bprevious developer. (BI am using IIS5 and isapi_filter, and it redirects fine to the previous (Bwebapp

Re: Symbolic links in docroot?

2004-03-16 Thread Christopher Schultz
Hello, cd SUNWappserver/domain/domain1/docroot ln -s /usr/home/BB/public_html BB but when I try and access http://localhost:8080/BB/index.html I get 404 errors? Is this file being served by Apache or by Tomcat? (The error page should make this obvious). If it's Apache, then Apache is likely

Re: Symbolic links in docroot?

2004-03-16 Thread gSOAP acct
Hi Chris, Thanks for your reply. I file is being served by Tomcat. Gsoap Acct --- Christopher Schultz [EMAIL PROTECTED] wrote: Hello, cd SUNWappserver/domain/domain1/docroot ln -s /usr/home/BB/public_html BB but when I try and access http://localhost:8080/BB/index.html I get 404

RE: Virtual Hosting with Tomcat 4.1, Apache 2.0, and mod_jk2

2004-03-16 Thread Adrian Lanning
Hi James, You actually can use JkUriSet in httpd.conf file. For example, to map all .jsp files to tomcat, Location /*.jsp JkUriSet worker ajp13:localhost:8009 /Location This is a global mapping. Check

Calling EJB in Weblogic from Tomcat 4.1

2004-03-16 Thread Peter Vennel
Hi, Can someone please forward me the link to article which explains how to call EJB in Weblogic from Tomcat 4.1. I tried to do it, but I am getting some errors. Not sure if I am doing it right. Thanks. Peter __ Do you Yahoo!? Yahoo! Mail - More reliable, more

Re: Two database connectors for tomcat + cocoon

2004-03-16 Thread Pablo E. Siciliano
I solved it adding SET JAVA_OPTS= -server -Xms512m -Xmx512m in my autoexec.bat file. - Original Message - From: Pablo E. Siciliano [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Tuesday, March 16, 2004 2:40 PM Subject: Two database connectors for tomcat + cocoon Hi!!

Best App for Finding Memory leaks in WebApps running on Tomcat

2004-03-16 Thread Robert Priest
Hello All, Just wondering what you think is the best App for Finding Memory leaks in WebApps running on Tomcat Is Jprobe the consensus? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

RE: Best App for Finding Memory leaks in WebApps running on Tomcat

2004-03-16 Thread Shapira, Yoav
Hi, Just wondering what you think is the best App for Finding Memory leaks in WebApps running on Tomcat Is Jprobe the consensus? Far from it. OptimizeIt and JProbe are probably the leaders among the $$$ options with equal popularity. I like OptimizeIt better but both are good. There are

RE: Best App for Finding Memory leaks in WebApps running on Tomca t

2004-03-16 Thread Robert Priest
Thanks Yoav, So if price was not a consideration, which would you go with? -Original Message- From: Shapira, Yoav [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 16, 2004 2:51 PM To: Tomcat Users List Subject: RE: Best App for Finding Memory leaks in WebApps running on Tomcat Hi,

RE: SSL using Microsoft CA

2004-03-16 Thread Mark Thomas
A few pointers: - You can set the keystoreFile attribute on the connector to change the location of the keystore - When you get the tomcat server cert back from the CA you need to save it in p7b format with all the certificates in the chain - If you want to use client authentication with

RE: web.xml Welcome-file for SSL

2004-03-16 Thread Mark Thomas
Should do. This works for me with TC4 and the default welcome list. Mark -Original Message- From: Forte, Graham [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 16, 2004 3:33 PM To: 'Tomcat Users List' Subject: RE: web.xml Welcome-file for SSL Corrected subject, any takers.

RE: Best App for Finding Memory leaks in WebApps running on Tomcat

2004-03-16 Thread Shapira, Yoav
Hi, So if price was not a consideration, which would you go with? OptimizeIt. But my view is skewed in that I've been using OptimizeIt for years and have naturally become adept at it. I don't think OptimizeIt and JProbe are much different from each other, both are excellent. I think the free

RE: JDBC problems with MySQL

2004-03-16 Thread Steve Gums
Just an update. I included a file, that works great on my webapp that is already running on an old system, and you can see the change I made, which allows the app to run. Not sure if this helps anyone. package com.voast.vkey.utils; import java.io.*; import java.sql.*; import javax.sql.*; import

Re: Best App for Finding Memory leaks in WebApps running on Tomca t

2004-03-16 Thread Reynir Þór Hübner
I went with Jprofiler, from ej-technologies.. It is very easy to configure and use. -reynir Robert Priest wrote: Thanks Yoav, So if price was not a consideration, which would you go with? -Original Message- From: Shapira, Yoav [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 16, 2004

Re: Port-per-webapp?

2004-03-16 Thread Tony Nakamura
Does anyone not know anything about this? I'm wondering whether this (Bemail is even reaching everyone.? (B (B- Original Message - (BFrom: "Tony Nakamura" [EMAIL PROTECTED] (BTo: "Tomcat Users List" [EMAIL PROTECTED] (BSent: Tuesday, March 16, 2004 12:51 PM (BSubject:

Re: JDBC problems with MySQL

2004-03-16 Thread Adam Hardy
Steve, post the Resource ResourceParams tags from your context for the webapp. State whether it's in a context.xml file, server.xml or whatever. Perhaps we can spot something. Adam ps this email has got some weird font - my mail reader is up the creek at the mo'. sorry On 03/16/2004 09:47

Stubborn simple servlet

2004-03-16 Thread Rick Lutowski
An trying to convert a simple servlet of the HelloWorld variety (pure HTML -- no JSP, EJB, JDBC, etc) from tomcat 3.2.3 to 4.1.30. It works fine with tomcat 3.2.3 in standalone mode but gives a 404 error in 4.1.30 with both netscape and mozilla. The 4.1.30 demos work so tomcat is installed ok.

Re: Port-per-webapp?

2004-03-16 Thread Justin Ruthenbeck
You have to configure the IIS plugin to path-forward URLs that have your webapp name in them. I don't use IIS, so I don't know specifically how it's done, but it's basically a way of telling IIS that anything matching my.server.com/myApp should go to the connector instead of being served by

Re: Port-per-webapp?

2004-03-16 Thread Tony Nakamura
Hi Justin, (B (BThank you very much for your input (and it's nice to know that my email is (Bactually (Bgetting distributed). I've looked extensively at the documentation for days (Bnow, and (BI cannot figure it out. (B (BThe problem I'm having is that the forwarding is "selective". I

RE: Digitally Signing Posts

2004-03-16 Thread Mike Curwen
I'll vote for this too. My client freezes for about 50 seconds when I get to Antonio Fiol Bonnín's emails. So I've leared to not click on them. And yes, it's Outlook, but hey that's what we use here at work. My client at home (Firefox/thunderbird) does not have this problem. -Original

RE: JDBC problems with MySQL

2004-03-16 Thread Steve Gums
Can I ask a quick question before I do that. I had my context.xml file separate, because I like that better, but it fails. When I put that context into the server.xml it worked. I am trying it again right now to make sure of this. Am I mistaken to think the context.xml file goes into

Sporadic connection loss between Tomcat and Apache though mod_jk

2004-03-16 Thread Clute, Andrew
Ever since upgrading the box that our Tomcat server (actually Jboss/Tomcat) resides on from RedHat 8.0 to RedHat Enterprise ES 3.0, we will get very sporadic 500 errors on our JSP pages. When we get one of the errors, if we refresh it right away, the page come back fine. Mod_jk is set up, to the

RE: Stubborn simple servlet

2004-03-16 Thread Mike Curwen
http://jakarta.apache.org/tomcat/faq/misc.html#invoker -Original Message- From: rick [mailto:rick] On Behalf Of Rick Lutowski Sent: Tuesday, March 16, 2004 3:13 PM To: [EMAIL PROTECTED] Subject: Stubborn simple servlet

RE: JDBC problems with MySQL

2004-03-16 Thread Steve Gums
The .cap file can be open with notepad or whatever. I have it in the META-INF directory. If I copy the contents of this into the server.xml file it starts to work. Gotta be something simple that I am doing wrong here. Steve -Original Message- From: Adam Hardy [mailto:[EMAIL PROTECTED]

RE: Stubborn simple servlet

2004-03-16 Thread Wendy Smoak
From: [EMAIL PROTECTED] An trying to convert a simple servlet of the HelloWorld variety (pure HTML -- no JSP, EJB, JDBC, etc) from tomcat 3.2.3 to 4.1.30. It works fine with tomcat 3.2.3 in standalone mode but gives a 404 error in 4.1.30 with both netscape and mozilla. What URL are you

  1   2   >