Re: how to detect whether Tomcat has finished starting completely on Windows?

2007-01-24 Thread Vlad
* Andre Prasetya <[EMAIL PROTECTED]> [Thu, 25 Jan 2007 10:55:51 +0700]: There are many ways 1. Parse the localhost log cek for startup completed or something like that Thank you for this idea, it seens this is a way to go! 2. telnet to your server at tomcat port As I said earlier, there is

RE: how to detect whether Tomcat has finished starting completely on Windows?

2007-01-24 Thread Vlad
* "Propes, Barry L [GCG-NAOT]" <[EMAIL PROTECTED]> [Wed, 24 Jan 2007 15:00:08 -0500]: usually just shows a message stating Starting service Tomcat-Standalone Apache Tomcat/4.0.1 Starting service Tomcat-Apache Apache Tomcat/4.0.1 for me. I would guess 5.5 does much the same. Yes, it does., but

RE: how to detect whether Tomcat has finished starting completely on Windows?

2007-01-24 Thread Vlad
Hello, We have very specific needs and can't run it as a service (user who runs it may not have enough permissions to start/stop service).. -- Vlad . * "Propes, Barry L [GCG-NAOT]" <[EMAIL PROTECTED]> [Wed, 24 Jan 2007 15:01:14 -0500]: by the way...why not run it as a service? We do on our

Re: Tomcat 5.5 and x64 Windows

2007-01-24 Thread Mladen Turk
Martin Skøtt wrote: Hi Darren, Good to hear that you solved - I hope you will spend a couple of minutes on providing some extra information. You don't actually need the .NET to be installed, but rather the msvcrt80 runtime. Download Microsoft Visual C++ 2005 Redistributable Package (x64) http

Re: how to detect whether Tomcat has finished starting completely on Windows?

2007-01-24 Thread Andre Prasetya
There are many ways 1. Parse the localhost log cek for startup completed or something like that 2. telnet to your server at tomcat port 3. try requesting something from your tomcat On 1/25/07, Vlad <[EMAIL PROTECTED]> wrote: Hello, We are planning to use latest Tomcat from 5.x branch on Windo

RE: User-specified log class 'com.sun.idm.logging.trace.TraceLogger' cannot be found or is not useable.

2007-01-24 Thread Caldarale, Charles R
> From: Anoop kumar V [mailto:[EMAIL PROTECTED] > Subject: Re: User-specified log class > 'com.sun.idm.logging.trace.TraceLogger' cannot be found or is > not useable. > > as soon as I deleted the j2ee.jar from the > webapp//WEB-INF/lib everything seemed > to work just fine. > > I cannot pull

RE: Embedded Tomcat and application communication

2007-01-24 Thread Nelson, Tracy M.
| From: Yiannis Mavroukakis [mailto:[EMAIL PROTECTED] | Sent: Tuesday, January 23, 2007 04:29 | | The application I am writing this for is a server daemon which has a cli | that enables the user to issue commands to it once it's up and running. Can you just fire up a shell (System.getRuntime().ex

Re: Webapps loading order

2007-01-24 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Orlando, Orlando Reis wrote: > By that you mean loading several instances of tomcat per webapp? I meant one instance of Tomcat per webapp. > In this case not doable, 30 webapps each loaded through a different tomcat, > I don't think that would be fe

RE: Tomcat 5.5 and x64 Windows

2007-01-24 Thread Martin Skøtt
Hi Darren, Good to hear that you solved - I hope you will spend a couple of minutes on providing some extra information. My setup and problem is described in this message: http://marc.theaimsgroup.com/?l=tomcat-user&m=116957601309395&w=2 My problem is that I get an error dialog with the argument

Re: Webapps loading order

2007-01-24 Thread Orlando Reis
By that you mean loading several instances of tomcat per webapp? In this case not doable, 30 webapps each loaded through a different tomcat, I don't think that would be feasible. Each webapp is very heavy, I don't think that to be a solution. Orlando On 1/23/07, Christopher Schultz <[EMAIL PROT

Problems with mod_jk apache

2007-01-24 Thread Víctor Fragoso
Hi there, I've been trying to configure my apache2 and tomcat5.5 in order to work together. It works, when I point to http://mysite/index.jsp it works, then I need to use VirtualHost. I edited the vhosts file, and server.xml, and I got this: Forbidden You don't have permission to access / on th

Re: Tomcat 4.1.29 Question

2007-01-24 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jim, GARNER Jim J wrote: > Congress passed a law that changes the start and end dates of daylight > savings time, and that change goes into affect this year. Starting this > year, daylight savings will start on the second Sunday in March and end > on

Re: Solaris jk-1.2.20

2007-01-24 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Brett, Brett D. Ellis wrote: > Figured it might be a joke, but since I'd gotten binaries in the solaris > realm as recently as 1.2.19, from Hmm... perhaps the lack of binaries was only for Linux, or for *nix OSs that nearly always come with compilers

Tomcat 4.1.29 Question

2007-01-24 Thread GARNER Jim J
Congress passed a law that changes the start and end dates of daylight savings time, and that change goes into affect this year. Starting this year, daylight savings will start on the second Sunday in March and end on the first Sunday of November. Does anyone know if Tomcat 4.1.29 will have any t

Classloader or Security Issue?

2007-01-24 Thread Suneet Shah
Hello, I am trying to call an EJB from tomcat 5.5.20. The EJB is is located on Websphere 6.1. I am able to get the JNDI context, but when I lookup the bean, I get the exception below. I confirmed that its not a classpath issue as the ibmorb.jar, which contains the UtilDelegateImpl class, is in th

Re: Solaris jk-1.2.20

2007-01-24 Thread Brett D. Ellis
Figured it might be a joke, but since I'd gotten binaries in the solaris realm as recently as 1.2.19, from http://archive.apache.org/dist/tomcat/tomcat-connectors/jk/binaries/solaris/jk-1.2.19/ I figured I'd ask. Thanks, Brett Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE-

RE: how to detect whether Tomcat has finished starting completely on Windows?

2007-01-24 Thread DHARNA, AJAY [AG/1000]
If you are using Ant - you can use the task and try and hit http://localhost:8080/servlets-examples/servlet/RequestHeaderExample And check to see if it return a error message. Ajay -Original Message- From: Propes, Barry L [GCG-NAOT] [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 2

Re: Solaris jk-1.2.20

2007-01-24 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Brett, Brett D. Ellis wrote: > New list subscriber. I'm trying to get the latest jk for Solaris, and > trying to avoid compiling from source. All the binary trees for 1.2.20 > and solaris are empty. Just sending this to make sure this is a known >

RE: how to detect whether Tomcat has finished starting completely on Windows?

2007-01-24 Thread Propes, Barry L [GCG-NAOT]
by the way...why not run it as a service? We do on our Win2K server here! We also daily stop it at 5:50 am, and restart it at 5:55 am, just to kill off any bad threads if there are any. It's rare that there are anyway. -Original Message- From: Vlad [mailto:[EMAIL PROTECTED] Sent: Wednesd

RE: how to detect whether Tomcat has finished starting completely on Windows?

2007-01-24 Thread Propes, Barry L [GCG-NAOT]
usually just shows a message stating Starting service Tomcat-Standalone Apache Tomcat/4.0.1 Starting service Tomcat-Apache Apache Tomcat/4.0.1 for me. I would guess 5.5 does much the same. -Original Message- From: Vlad [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 24, 2007 1:42 PM T

RE: Tomcat 5.5 and x64 Windows

2007-01-24 Thread Darren Kukulka
All, Found the problem with installing the 64-bit version of Tomcat as a service on Windows Server 2003 x64. It required .Net Framework 2 x64 to be installed so referenced modules could be found by the compiled 64 bit version of the executable. Hoorah! Now I can allocate a monstrous VM size! H

Solaris jk-1.2.20

2007-01-24 Thread Brett D. Ellis
Hey all, New list subscriber. I'm trying to get the latest jk for Solaris, and trying to avoid compiling from source. All the binary trees for 1.2.20 and solaris are empty. Just sending this to make sure this is a known issue, not just something that is accidental. If this is known, any

Re: Configuring a common authentication realm

2007-01-24 Thread Pid
Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Peter, Peter Stavrinides wrote: I do mention however that two separate physical servers exist and the webapps are on two separate web servers as well... they appear under the same host to users because the URL's are dynam

Re: Deploy WAR file with multi-level context path (was: Re: Path element in context.xml)

2007-01-24 Thread Markus Schönhaber
Markus Schönhaber wrote: > I've done some more research but didn't find a way to deploy a WAR file so > that the application is accessible via a multi-level context path. > Is there a way to achieve this? There is, as Chris explains: http://issues.apache.org/bugzilla/show_bug.cgi?id=41447#c3 Reg

Re: Configuring a common authentication realm

2007-01-24 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Peter, Peter Stavrinides wrote: > I do mention however that two separate physical servers exist and the > webapps are on two separate web servers as well... they appear under the > same host to users because the URL's are dynamically rewritten on the

Re: Configuring a common authentication realm

2007-01-24 Thread Gregor Schneider
Peter, I think this can be done with mod_auth_cookie_myql. You will, however, have to write your own little SSO-Servlet / JSP which updates the MySQL-DB with the JSSOSessionID-Cookie provided by Tomcat. Apache will then read the Cookie from the database, check, if this cookie is present on the c

Re: Configuring a common authentication realm

2007-01-24 Thread Peter Stavrinides
Christopher, thanks for your reply. I do mention however that two separate physical servers exist and the webapps are on two separate web servers as well... they appear under the same host to users because the URL's are dynamically rewritten on the front end. The DNS is entirely separate, so t

Re: mod_jk : error sending request. Will try another pooled connection

2007-01-24 Thread heind heind
Hi. Thanks for answering me. On 1/23/07, Rainer Jung <[EMAIL PROTECTED]> wrote: Hi, heind heind schrieb: > Hi, > > I have a web application deployed in tomcat embedded in jonas 4.7.4 > Application Server, and in frontend there are apache 2.0.55 and mod_jk > 12.20. > > My issue is that the

RE: Tomcat OutOfMemoryException PermGen

2007-01-24 Thread Narayanaswamy, Mohan
Have you tried - nntp://news.gmane.org/gmane.comp.jakarta.tomcat.user ? -Original Message- From: Ondrej Zizka [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 23, 2007 5:35 PM To: users@tomcat.apache.org Subject: Re: Tomcat OutOfMemoryException PermGen Sorry for posting this twice, that

Re: Further documentation on j_security_check

2007-01-24 Thread ben short
The tomcat source code can be found here. http://tomcat.apache.org/ You will need to select the tomcat version you want from the download menu on the left. Then scroll down and you will see the source downloads. Ben On 1/24/07, Langas de los Langas <[EMAIL PROTECTED]> wrote: That's it! So, a

Re: mod_jk replacement?

2007-01-24 Thread JNeuhoff
I have repeated the rapid click test after I updated the connectionTimeout=60, still getting the -53 and also -54 errors. This time I have set log levels to debug. I'll send you a separate e-mail where you can download them when you are back on Friday. Again thank you for your help so far. J.

Re: Further documentation on j_security_check

2007-01-24 Thread Langas de los Langas
That's it! So, and excuse me if this sounds dumb, but where can I look up the source code? From: "ben short" <[EMAIL PROTECTED]> Reply-To: "Tomcat Users List" To: "Tomcat Users List" Subject: Re: Further documentation on j_security_check Date: Wed, 24 Jan 2007 13:38:52 + Langas, Prob

Re: Configuring a common authentication realm

2007-01-24 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Peter, Peter Stavrinides wrote: > I have an Apache web server with Basic authentication configured to use > a Postgres database. Web application A (written in Perl) uses it. > > Web application B (written in Java) runs on Tomcat 5.5.20 on a different

UserDatabaseRealm Problems

2007-01-24 Thread Wayne Gemmell
Hi all I'm running tomcat 5.0.30-9 with java 1.5.0_06-b05 on ubuntu Dapper. I am trying to receive a callback from worldpay in my application but this seems to break the session causing an authentication failure when worldpay initiates the callback. Here is the dump of the error : 2007/01/24 01

Re: Further documentation on j_security_check

2007-01-24 Thread David Delbecq
En l'instant précis du 01/24/07 14:34, Langas de los Langas s'exprimait en ces termes: > Thanks for the feedback, but I had already checked that documentation. > I want to understand j_security_check on a deeper level; I > especifically want to know how the process receives and handles the > data f

Re: Further documentation on j_security_check

2007-01-24 Thread Tim Funk
See the servlet spec SRV.12.5.3 Form Based Authentication -Tim Langas de los Langas wrote: Thanks for the feedback, but I had already checked that documentation. I want to understand j_security_check on a deeper level; I especifically want to know how the process receives and handles the dat

Re: Further documentation on j_security_check

2007-01-24 Thread ben short
Langas, Probably best you look at the source code then. Ben On 1/24/07, Langas de los Langas <[EMAIL PROTECTED]> wrote: Thanks for the feedback, but I had already checked that documentation. I want to understand j_security_check on a deeper level; I especifically want to know how the process r

Re: Further documentation on j_security_check

2007-01-24 Thread Langas de los Langas
Thanks for the feedback, but I had already checked that documentation. I want to understand j_security_check on a deeper level; I especifically want to know how the process receives and handles the data from the form fileds; I need to know why they must be called j_username and j_password... In

Deploy WAR file with multi-level context path (was: Re: Path element in context.xml)

2007-01-24 Thread Markus Schönhaber
Markus Schönhaber wrote: > Markus Schönhaber wrote: > > So, name your WAR file "some#foo.war". > > I'm wrong. Although I seemed to remember that I once did it that way, > trying to do it failed for me on 5.5.20 too (should have tried *before* > answering). So, if I didn't overlook something very ob

Re: Further documentation on j_security_check

2007-01-24 Thread David Delbecq
http://java.sun.com/j2ee/1.4/docs/tutorial/doc/Security5.html#wp182253 http://java.sun.com/j2ee/1.4/docs/tutorial/doc/Security5.html#wp498028 Also take a look at servlet 2.4 specifications, section SRV12.5.3 http://jcp.org/aboutJava/communityprocess/final/jsr154/index.html En l'instant précis d

Re: Path element in context.xml

2007-01-24 Thread Markus Schönhaber
Markus Schönhaber wrote: > So, name your WAR file "some#foo.war". I'm wrong. Although I seemed to remember that I once did it that way, trying to do it failed for me on 5.5.20 too (should have tried *before* answering). So, if I didn't overlook something very obvious, your Bugzilla report propab

Further documentation on j_security_check

2007-01-24 Thread Langas de los Langas
I have searched for documentation on the process j_security_check (form-based authentication), but have been unable to find anything worthy, just some brief explanation and a sample of the form that must be used with it. Anybody knows where can I find extensive documentation about this process?

Configuring a common authentication realm

2007-01-24 Thread Peter Stavrinides
I don't know if this is possible, but this is the scenario: I have an Apache web server with Basic authentication configured to use a Postgres database. Web application A (written in Perl) uses it. Web application B (written in Java) runs on Tomcat 5.5.20 on a different physical server, it us

Re: session and AJP

2007-01-24 Thread Alessandro Ilardo
Ok, I think is better if I give the scenario: A Tomcat 5.5 and JBoss are behind a firewall, they serve external request exclusively trough a connector used by an Apache HTTP reachable from Internet. As I'm in a Tomcat mailing list I'll only refer to the sample application which is included in t

Re: Path element in context.xml

2007-01-24 Thread Markus Schönhaber
DHARNA, AJAY [AG/1000] wrote: > I had posted this question earlier on the users mailing list and got no > response, so I am going to try and re-post it again and also post it on the > dev mailing list. The dev list is no place for user specific questions. Don't post this there. > I have recently