Re: I've officially bored of your stupid blah blahs

2004-07-08 Thread Kunthar
Guys, Everyday nearly 120 new mail drops to this list. Should we have to listen your important blah blahs??? Why i should define bunch of filters at all. Is there any moderator watches this??? Stop this and continue this lovely discussion from your private mails please... Shame on you cause i hav

RE: getting Tomcat 5.0 to serve static content

2004-07-08 Thread David . Pawson
-Original Message- From: Matthew Hixson I'm using Tomcat 5.0.26 with JBoss 3.2.4. I'm attempting to upgrade from Tomcat 4.1.something that was included with JBoss 3.2.3. I cannot figure out how to configure a context so that Tomcat will serve files from a sp

RE: I've officially decided that JSTL is one of the worst things to ever happen to mankind

2004-07-08 Thread David . Pawson
Would you guys take this conversation off the list please? Its heavy enough without your personal comments. regards DaveP ** snip here ** -- DISCLAIMER: NOTICE: The information contained in this email and any attachments is confidential and may be privileged. If you are not the intended re

RE: How to "start" a web app?

2004-07-08 Thread David . Pawson
-Original Message- From: QM Long story short: Tomcat does not search the "webapps" directory recursively for webapps; it loads contexts that are immediate children of the "webapps" directory. Essential information. I do wish someone would make that explicit in t

jakarta-commons/daemon necessary for build?

2004-07-08 Thread Joel
Just built TC 5. I had to clear out \usr\share\java from an earlier attempt when I had java 1.5 beta installed, but then it flew. One thing worries me: --- D:\Program_Files\apache\jakarta-tomcat-5.0.25-src>ant Buildfile: build.xml check.source

getting Tomcat 5.0 to serve static content

2004-07-08 Thread Matthew Hixson
I'm using Tomcat 5.0.26 with JBoss 3.2.4. I'm attempting to upgrade from Tomcat 4.1.something that was included with JBoss 3.2.3. I cannot figure out how to configure a context so that Tomcat will serve files from a specific directory. The directory contains images and should be accessib

Problems migrating from 4.1.x to 5.0.25

2004-07-08 Thread Dhruva B. Reddy
I have deployed one of our (Struts 1.1 based) applications on 5.0.25 (it currently runs on 4.1.27). When I try to go to the default page, I get the stack trace below (displayed in the browser). Can anyone tell me if there is anything obvious that I may be missing or should look for? Thanks, Dhru

Re: Tomcat 4.1.30 + SSL = Problems

2004-07-08 Thread Dennis Dai
On 7/8/2004 7:39 PM, QM wrote: : > Use https://... instead of http://... : : Wow, if only I'd held off a few more minutes on my mail; thanks, this : was my problem as well. Is there a reason there's not a more legible : error? The server expects to complete an SSL-enabled handshake before your H

Re: <%@ include %> files and Jasper/Ant

2004-07-08 Thread simon colston
Filip Hanik - Dev wrote: This is an ant script I wrote to precompile JSPs for tomcat, http://cvs.apache.org/~fhanik/precompile.html I have an ant script very similar to this but it does not report JSP errors in the same way as when compiled under tomcat. Is there any way to get jasper to report

Container managed security

2004-07-08 Thread Steve Luzynski
I've been scratching my head most of the day on this... Using Tomcat 5.0.25 on Mac OS X (10.3.4 specifically). Trying to implement container managed security. I have a JDBC Realm set up in server.xml for the context in question. The web.xml file for the application is set up just like the exampl

RE: Newbie question: Error 503 Service Temp. Unavailable

2004-07-08 Thread Tim Wills
I had the same Error 503 on Linux (not Windows) and found that was caused by Apache running as Nobody. Apache couldn't write to the socket because the owner was tomcat and Nobody was not a member of the group tomcat. Check your apache error_log and see what it says. I have never run a Windows serv

Re: Tomcat 4.1.30 + SSL = Problems

2004-07-08 Thread QM
: > Use https://... instead of http://... : : Wow, if only I'd held off a few more minutes on my mail; thanks, this : was my problem as well. Is there a reason there's not a more legible : error? The server expects to complete an SSL-enabled handshake before your HTTP-level request makes it to

Re: Installation issue - HTTPS connector always sends junk reply

2004-07-08 Thread Jason
=== Thu, Jul 08, 2004 at 08:32:21PM -0500 / Jason === > Howdy. > I'm new to Tomcat, and I'm having a bit of trouble finishing a setup > for testing. I've "set up" the default installation - that is, > unzipped it and run the batch file - and it works very well. However, > the ride gets a bit bump

Re: Tomcat 4.1.30 + SSL = Problems

2004-07-08 Thread Jason
=== Thu, Jul 08, 2004 at 05:35:05PM -0700 / Dennis Dai === > >I followed the instructions on the tomcat SSL Config page. > >I generated the .keystore file using changeit password. > > > >When I go to the test page http://localhost:8443/ I see 5 squares up in > >the left corner and that's it. Anyon

Installation issue - HTTPS connector always sends junk reply

2004-07-08 Thread Jason
Howdy. I'm new to Tomcat, and I'm having a bit of trouble finishing a setup for testing. I've "set up" the default installation - that is, unzipped it and run the batch file - and it works very well. However, the ride gets a bit bumpy when I try to enable HTTPS connections. After generating the

Re: Limit time for Database connection

2004-07-08 Thread Justin Ruthenbeck
See my previous post on the thread. Combined with "testOnBorrow" and/or "testWhileIdle", it could certainly help. justin At 05:56 PM 7/8/2004, you wrote: Could be, anyone know for sure? Eric Noel wrote: I thought it would be just as simple as setting the parameter in the DBCP??? maxWait

Re: Limit time for Database connection

2004-07-08 Thread Robert F. Hall
Could be, anyone know for sure? Eric Noel wrote: I thought it would be just as simple as setting the parameter in the DBCP??? maxWait 1 - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

Request for Inputs for an Architecture Decision

2004-07-08 Thread Darshan Rawal
We implement a Messaging PLatform for Voice Applications. Our current platform has 2 Major Components as shown below:- Media Server <--- MML/TCP-IP ---> Application Server. We want to move to a new architecture for our Application Server where the interaction between App Server and Media Server i

Re: Tomcat 4.1.30 + SSL = Problems

2004-07-08 Thread Dennis Dai
On 7/8/2004 3:46 PM, Fredrik Liden wrote: I followed the instructions on the tomcat SSL Config page. I generated the .keystore file using changeit password. When I go to the test page http://localhost:8443/ I see 5 squares up in the left corner and that's it. Anyone encountered this?? I'm not sure

Re: Limit time for Database connection

2004-07-08 Thread Justin Ruthenbeck
Elisabeth, Robert's suggestion should work, depending on the particulars of your situation. Additional comments... If the problem is happening at connection creation time (ie initialization of the webapp), you're much better off. In this case, the network timeout isn't usually such a critical

Re: Limit time for Database connection

2004-07-08 Thread Eric Noel
On 7/9/2004 8:11 AM, Robert F. Hall wrote: Elisabeth, Nobody has responded to your question (that I've seen), so I'll "take a shot". This sounds like a network issue, and network connection failures have to "time out" before they fail. Using a timed separate thread to obtain the connections fo

Re: <%@ include %> files and Jasper/Ant

2004-07-08 Thread Robert Hunt
Thanks Layton. Makes sense. Looking back now, when I read the Jasper How-to page (http://jakarta.apache.org/tomcat/tomcat-5.0-doc/jasper-howto.html) the implication (at least, how I comprehended it) was that Jasper would produce the "same output" including the seemingly prescient ability of compi

Re: Limit time for Database connection

2004-07-08 Thread Robert F. Hall
Elisabeth, Nobody has responded to your question (that I've seen), so I'll "take a shot". This sounds like a network issue, and network connection failures have to "time out" before they fail. Using a timed separate thread to obtain the connections for the pool occurs to me; if the connection

RE: Integrating Tomcat and IIS

2004-07-08 Thread Aris Javier
JspISAPI Filter... you can download the said filter in neurospeech.com... =) -Original Message- From: Januski, Ken [mailto:[EMAIL PROTECTED] Sent: Thursday, July 08, 2004 11:21 PM To: Tomcat Users List Subject: RE: Integrating Tomcat and IIS And what do you have to offer this list a

Saving on Database Pool when having Multiple Contexts

2004-07-08 Thread Eric Noel
I have multiple apps/contexts that access the same database and uses dbcp. My worry is that on each of my i will declare the dbcp for the database, can i just declare one dbcp and each context/app can share that??? - To unsubs

AIX 5.2, Apache 2.0.5, Tomcat 4.1.3, (JK2 compile Issue)

2004-07-08 Thread Cary . Conover
Hello Everyone, I have scowered the the Jakarta message archives, Jakarta instructions, internet, blogs, google, yahoo and am at my wits end. I have GCC to 3.3.2 release, M4 to 1.4, autoconf to 2.53, libtool to 1.4.2, automake 1.5, java1.4 and all IBM patches current. Made sure

Tomcat 4.1.30 + SSL = Problems

2004-07-08 Thread Fredrik Liden
I followed the instructions on the tomcat SSL Config page. I generated the .keystore file using changeit password. When I go to the test page http://localhost:8443/ I see 5 squares up in the left corner and that's it. Anyone encountered this?? I'm not sure how to proceed. I'm using Jdk 1.4.1 so

Re: some problem in tomcat 5.0.25

2004-07-08 Thread archana gupta
Hi Peter , This is the exact error which i get org.apache.jasper.JasperException: Unable to compile class for JSP An error occurred at line: -1 in the jsp file: null Generated servlet error: [javac] Compiling 1 source file C:\jakarta-tomcat-5.0.25\work\Catalina\localhost\eform\org\apache

Tomcat - RMI Communication problem

2004-07-08 Thread Venkata madana
Hi, I am running RMI Server and Tomcat separately. When I tried to access RMI Server from Tomcat I am getting this error. Tomcat running without security option. How can I Fix this problem? I tried with Version 4 and 5 both of them have same problem. java.lang.NoClassDefFoundError

Re: Tomcat 5 Apache Authentication

2004-07-08 Thread kandryc
Hmmm...so is there any workaround? For example, using an older version of the JK connector or some older combination of Tomcat/Apache and the JK connector? Thanks, Kevin Quoting Joseph Shraibman <[EMAIL PROTECTED]>: > http://nagoya.apache.org/bugzilla/show_bug.cgi?id=25367 > > > [EMAIL PROTEC

RE: I've officially decided that JSTL is one of the worstthingsto ever happen

2004-07-08 Thread CAGALLOM
NO ENVIEN EMAIL THANK YOU -Mensaje original- De: SANTOS, DANIEL (SBCSI) [mailto:[EMAIL PROTECTED] Enviado el: Jueves 8 de Julio de 2004 16:37 Para: Tomcat Users List Asunto: RE: I've officially decided that JSTL is one of the worstthingsto ever happen Trolling is when you make outrageo

RE: I've officially decided that JSTL is one of the worstthingsto ever happen

2004-07-08 Thread SANTOS, DANIEL (SBCSI)
Trolling is when you make outrageous postings with the intention of agitating the subscriers. Stuff like saying Java sucks, or C++ is 100% gauruntee that you will have memory leaks, etc, etc. I actually wrote all types of C++ applications. You don't really know what I have written in my caree

RE: <%@ include %> files and Jasper/Ant

2004-07-08 Thread Berry, Layton
Tomcat compiles pages as needed. So if someone hits File.jsp, the FileA_jsp.java file is created and compiled. If you were to hit FileB.jsp, Tomcat would try to compile it and get the compile errors. Your ant job is no doubt trying to compile all the .jsp files, causing your compile errors. Try

Request for Input for a Design/Architecture Decision

2004-07-08 Thread Darshan Rawal
We implement a Messaging PLatform for Voice Applications. Our current platform has 2 Major Components as shown below:- Media Server <--- MML/TCP-IP ---> Application Server. We want to move to a new architecture for our Application Server where the interaction between App Server and Media Server i

Re: <%@ include %> files and Jasper/Ant

2004-07-08 Thread Robert Hunt
Thanks for the reply Filip, but no, that doesn't answer the question nor does it solve the issue; the emitted dependent files still trigger compilation problems. However, I *do* like how your tomcat-precompile-jsp.xml handily precompiles JSPs as Tomcat would. Very nice. So, the question remains

Request for help for an Architecture Decision.

2004-07-08 Thread Darshan Rawal
We implement a Messaging PLatform for Voice Applications. Our current platform has 2 Major Components as shown below:- Media Server <--- MML/TCP-IP ---> Application Server. We want to move to a new architecture for our Application Server where the interaction between App Server and Media Server i

RE: How do you shut down tomcat when using JSVC?

2004-07-08 Thread Ivan Jouikov
OHHH! Ok, cuz I deleted the source directory, and just left the executable. Thx! Dumb me. > -Original Message- > From: David Smith [mailto:[EMAIL PROTECTED] > Sent: Thursday, July 08, 2004 1:27 PM > To: Tomcat Users List > Subject: Re: How do you shut down tomcat when using JSVC? > > U

RE: I've officially decided that JSTL is one of the worstthingsto ever happen

2004-07-08 Thread Ivan Jouikov
What the hell are you talking about? I am all for java. Java is my #1 language. > Oh for crying out loud Ivan! You challanged my assertion that Java is the > "number one language" asking for the source of the stats and I give them > to you but you just go on whining. Please take your trolli

SECOND TRY: Redirection and Context Question

2004-07-08 Thread Worley Brent - bworle
I'm trying to do a redirection using Javascript on Tomcat 5.0.24 (standalone, no apache server). The code redirects index.html to login.htm. Here is what I have: location.replace('login.htm'); When I do this, it appears to go into a near-endless loop of contacting the server and attem

Re: Tomcat 5 Apache Authentication

2004-07-08 Thread Joseph Shraibman
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=25367 [EMAIL PROTECTED] wrote: Hi all, I am having a problem getting Tomcat 5 to use Apache authentication. We have an existing CGI application that is handled by Apache 2, and I am tring to integrate some java stuff using Tomcat 5. Here is wha

Re: How do you shut down tomcat when using JSVC?

2004-07-08 Thread David Smith
Unless you got it pre-built from somewhere it should be there. It's in the jsvc source tree under src/native/unix/native/Tomcat5.sh. A copy of the jsvc source tree comes with tomcat as jsvc.tar.gz in the tomcat/bin directory. --David Ivan Jouikov wrote: No script came with jsvc... There's an

RE: Newbie question: Error 503 Service Temp. Unavailable

2004-07-08 Thread Birt, Jeffrey
Arrgg Still no luck. This is a copy of my error log. I still can't seem to get Apache2 and Tomcat 5 to work together. I tried creating an emty file called jk2.socket in /opt/tomcat/work. When Apache starts jk2.shm is created and the jk2.socket file I created disappeared. This error repo

RE: I've officially decided that JSTL is one of the worst things to ever happen to mankind

2004-07-08 Thread Ivan Jouikov
Real programmers only need 2 buttons: 0 and 1 > -Original Message- > From: SANTOS, DANIEL (SBCSI) [mailto:[EMAIL PROTECTED] > Sent: Thursday, July 08, 2004 9:14 AM > To: Tomcat Users List > Subject: RE: I've officially decided that JSTL is one of the worst things > to ever happen to manki

RE: How do you shut down tomcat when using JSVC?

2004-07-08 Thread Ivan Jouikov
No script came with jsvc... There's an executable called "jsvc" but it's not a script. > -Original Message- > From: David Smith [mailto:[EMAIL PROTECTED] > Sent: Thursday, July 08, 2004 6:42 AM > To: Tomcat Users List > Subject: Re: How do you shut down tomcat when using JSVC? > > Are yo

RE: I've officially decided that JSTL is one of the worstthingsto ever happen

2004-07-08 Thread SANTOS, DANIEL (SBCSI)
Oh for crying out loud Ivan! You challanged my assertion that Java is the "number one language" asking for the source of the stats and I give them to you but you just go on whining. Please take your trolling somewhere else. Get A LIFE. and as to C++? > Huge file sizes I wonder what compiler,

Re: <%@ include %> files and Jasper/Ant

2004-07-08 Thread Filip Hanik - Dev
This is an ant script I wrote to precompile JSPs for tomcat, the benefit of this script, vs the regular precompile, is that is compiles files into the tomcat work folder, so there are no additions needed in web.xml and you can reload JSP files, and at the same time have the benefit of precompiled

<%@ include %> files and Jasper/Ant

2004-07-08 Thread Robert Hunt
I'm trying to use Ant (in stand-alone fashion) to build a set of JSPs. The JSPs compile, execute and serve up HTML fine when compiled under Tomcat 5.0.25; only the "root" JSPs generate .java files. Eg. FileA.jsp contains a <%@ include="FileB.jsp" %> directive. When requested through the Tomcat w

Re: Updating classes into \common\classes

2004-07-08 Thread Filip Hanik - Dev
you cant - Original Message - From: "Insyde" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Thursday, July 08, 2004 2:20 PM Subject: Updating classes into \common\classes How to update classes into \common\classes of Tomcat and use them immediately in web applicati

Updating classes into \common\classes

2004-07-08 Thread Insyde
How to update classes into \common\classes of Tomcat and use them immediately in web applications without Tomcat restart? Thanks. Maurício Kanada

RE: How to "start" a web app?

2004-07-08 Thread Andrew Janian
That looks about right. It is re-deploying the app after the context is removed (why it is removed at all i do not know). Everything looks fine. -Original Message- From: Michael Labhard [mailto:[EMAIL PROTECTED] Sent: Thursday, July 08, 2004 2:10 PM To: Tomcat Users List Subject: Re: Ho

Re: How to "start" a web app?

2004-07-08 Thread Michael Labhard
On Thursday 08 July 2004 11:50 am, Andrew Janian wrote: > Are you sure that Tomcat itself is running?   Would I not have trouble getting the Home page and logging into the Administration page were it not? Also, I can install, run and use JSP pages deployed to $CATALINA_HOME/webapps. I'm pretty

RE: I've officially decided that JSTL is one of the worst things to ever happen to mankind

2004-07-08 Thread Mike Jackson
You know you could just not write any jsps or servlets and do everything in filters. That's my personal preference. :) --mikej -=- mike jackson [EMAIL PROTECTED] -Original Message- From: Woodchuck [mailto:[EMAIL PROTECTED] Sent: Thursday, July 08, 2004 11:52 AM To: Tomcat Users Li

RE: How to "start" a web app?

2004-07-08 Thread Woodchuck
also, check that your tomcat-users.xml is similar to this: --- Andrew Janian <[EMAIL PROTECTED]> wrote: > Are you sure that Tomcat itself is running? Did the manager webapp > get loaded. You should see in the logs that the manager webapp, > administraion app, and a couple other exam

RE: I've officially decided that JSTL is one of the worst things to ever happen to mankind

2004-07-08 Thread Woodchuck
i program in ones and zeroes only!! :D 01101101011101110111010101101111011011110110111100110010001001101001001001100100011000100111011011000110111001101101000100100111011100100110011001110111001001110110110101101101011

RE: How to "start" a web app?

2004-07-08 Thread Andrew Janian
Are you sure that Tomcat itself is running? Did the manager webapp get loaded. You should see in the logs that the manager webapp, administraion app, and a couple other examples get loaded if you are using Tomcat out of the box and have not disabled it. Did you provide a username and password

Re: How to "start" a web app?

2004-07-08 Thread QM
On Thu, Jul 08, 2004 at 11:11:34AM -0700, Michael Labhard wrote: : Thank you. That was it. I thought I could create subfolders at will. I must : put all apps only one folder below. You don't *have* to do that, it's just in line with Tomcat's defaults. Tomcat can load contexts (webapps) from an

Re: How to "start" a web app?

2004-07-08 Thread Michael Labhard
On Thursday 08 July 2004 11:14 am, Andrew Janian wrote: > You don't get a login screen, you get a login popup. Not getting that > either? Nope, not getting that either. I did see it once, yesterday. Ever since, nothing. I have even reinstalled Tomcat without benefit. -- Michael

RE: How to "start" a web app?

2004-07-08 Thread Andrew Janian
You don't get a login screen, you get a login popup. Not getting that either? Andrew -Original Message- From: Michael Labhard [mailto:[EMAIL PROTECTED] Sent: Thursday, July 08, 2004 1:12 PM To: Tomcat Users List Subject: Re: How to "start" a web app? > Long story short: Tomcat does no

Re: How to "start" a web app?

2004-07-08 Thread Michael Labhard
> Long story short: Tomcat does not search the "webapps" directory > recursively for webapps; it loads contexts that are immediate children > of the "webapps" directory. > > -QM QM: Thank you. That was it. I thought I could create subfolders at will. I must put all apps only one folder below

Tomcat 5 Apache Authentication

2004-07-08 Thread kandryc
Hi all, I am having a problem getting Tomcat 5 to use Apache authentication. We have an existing CGI application that is handled by Apache 2, and I am tring to integrate some java stuff using Tomcat 5. Here is what I have: ## ## APACHE 2 conf/httpd.conf: ## # Tomcat Connector LoadModule jk2_

Apache JK Tomcat RequestTimeout

2004-07-08 Thread Sameer Danthurthy
Hello, Iam working on high perf servlet that needs to return the response within few seconds and hence I want to emulate an non existant connection rather than a delayed response i.e. the webserver break the tcp connection rather than hold the client for delayed response from the servlet. I play

RE: How to "start" a web app?

2004-07-08 Thread Wendy Smoak
> From: Michael Labhard [mailto:[EMAIL PROTECTED] >The directory structure for the app looks like this: > === > /opt/tomcat/webapps/springapps/: > niagra2 > > /opt/tomcat/webapps/springapps/niagra2: > WEB-INF index.jsp > > /opt/tomcat/webapps/springapps/niagr

Re: How to "start" a web app?

2004-07-08 Thread QM
On Thu, Jul 08, 2004 at 10:03:46AM -0700, Michael Labhard wrote: : === : /opt/tomcat/webapps/springapps/: : niagra2 : : /opt/tomcat/webapps/springapps/niagra2: : WEB-INF index.jsp Why not try this: move "niagra2" into "webapps." Long story short: Tomcat doe

RE: How to "start" a web app?

2004-07-08 Thread Wendy Smoak
> From: Michael Labhard [mailto:[EMAIL PROTECTED] > Tomcat was stop/started. Still when I try > http://localhost:8080/springapps/niagra2/index.jsp > I get > " The requested resource (/springapps/niagra2/index.jsp) is > not available." > Any other suggestions? What do the log files say? If the

Re: How to "start" a web app?

2004-07-08 Thread Michael Labhard
Mike: Thanks for the response. This application is slightly different but has the identical problem. Yes I have a web.xml. The directory structure for the app looks like this: === /opt/tomcat/webapps/springapps/: niagra2 /opt/tomcat/webapps/springapps/nia

RE: How to "start" a web app?

2004-07-08 Thread Mike Curwen
in order to be considered a webapp, you need to have an empty web.xml file in the WEB-INF folder under springapps. Do you have this? empty means web.xml contains: You will also need to restart Tomcat for it to pick this up. > -Original Message- > From: Michael Labhard [mailto:[EMA

A tomcat limitation?

2004-07-08 Thread Someone Else
Hi I've got a system with about 150 virtual hosts running on standalone Tomcat 4. The system is behaving as follows: After about 24 hrs it throws an outofmemory exception, but without maxing out memory. I've run extensive profiling, as per QM's suggestion, and have found that the applications d

FOUND VIRUS IN MAIL from to

2004-07-08 Thread virusalert
V I R U S A L E R T Our viruschecker found a VIRUS in your email to "<[EMAIL PROTECTED]>". We stopped delivery of this email! Now it is on you to check your system for viruses In file: /usr/local/mav/basedir/i68Gb8HV019145/story.zip/STORY.PIF

How to "start" a web app?

2004-07-08 Thread Michael Labhard
I installed a new, extremely simple application in $CATALINA_HOME/webapps/springapps/index.html. When I attempt to view this with http://localhost:8080/springapps/index.html I get Error: 404. The requested resource (/springapps/index.html) is not available. So I'm reading and it says that I

RE: I've officially decided that JSTL is one of the worst things to ever happen to mankind

2004-07-08 Thread SANTOS, DANIEL (SBCSI)
> > Why was C++ invented? To give programmers jobs. No other reason > whatsoever, C does whatever C++ does just as good, and better. > > At that point, you just showed to be very closed-minded. > (C++ does have an accurate object model, which improves a > lot. Yes, you can > do similar things

RE: Newbie question: Error 503 Service Temp. Unavailable

2004-07-08 Thread Tonte Pouncil
Okay, will do. -Original Message- From: Dale, Matt [mailto:[EMAIL PROTECTED] Sent: Thursday, July 08, 2004 10:35 AM To: Tomcat Users List Subject: RE: Newbie question: Error 503 Service Temp. Unavailable Have a read through this, http://jakarta.apache.org/tomcat/connectors-doc/jk2/index

RE: Newbie question: Error 503 Service Temp. Unavailable

2004-07-08 Thread Dale, Matt
Have a read through this, http://jakarta.apache.org/tomcat/connectors-doc/jk2/index.html and then let me know if you have any more specific questions. But basically you should have a JK2 connector defined in your server.xml, its on port 8009 by default. And you need to define a worker in your w

RE: Newbie question: Error 503 Service Temp. Unavailable

2004-07-08 Thread Tonte Pouncil
Do you know how to do this on a windows box? -Original Message- From: Dale, Matt [mailto:[EMAIL PROTECTED] Sent: Thursday, July 08, 2004 10:28 AM To: Tomcat Users List Subject: RE: Newbie question: Error 503 Service Temp. Unavailable The file must exist and be readable and writable by b

RE: Newbie question: Error 503 Service Temp. Unavailable

2004-07-08 Thread Dale, Matt
The file must exist and be readable and writable by both the tomcat user and the apache user. You won't be able to get UNIX sockets working on a windows 2000 box, obviously. Ta Matt -Original Message- From: Tonte Pouncil [mailto:[EMAIL PROTECTED] Sent: 08 July 2004 16:24 To: Tomcat Use

RE: Newbie question: Error 503 Service Temp. Unavailable

2004-07-08 Thread Tonte Pouncil
I am trying to do the same thing as you guys. I have a windows 2000 box. How did you configure the two so far? And what goes in the jk2.socket file? Tonté -Original Message- From: Dale, Matt [mailto:[EMAIL PROTECTED] Sent: Thursday, July 08, 2004 10:16 AM To: Tomcat Users List Subj

RE: Integrating Tomcat and IIS

2004-07-08 Thread Januski, Ken
And what do you have to offer this list as help for the person asking the question? -Original Message- From: Aris Javier [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 07, 2004 7:57 PM To: Tomcat Users List Subject: RE: Integrating Tomcat and IIS I SUCCESSFULLY INTEGRATE TOMCAT 5 WITH I

RE: Newbie question: Error 503 Service Temp. Unavailable

2004-07-08 Thread Dale, Matt
I think you might have to create the file yourself. touch /opt/tomcat/work/jk2.socket Ta Matt -Original Message- From: Birt, Jeffrey [mailto:[EMAIL PROTECTED] Sent: 08 July 2004 16:11 To: [EMAIL PROTECTED] Subject: Newbie question: Error 503 Service Temp. Unavailable Hello all, I've

Newbie question: Error 503 Service Temp. Unavailable

2004-07-08 Thread Birt, Jeffrey
Hello all, I've been working on getting Apache 2.0.49 and Tomcat 5.0.25 to play nice together via mod_jk2 connector. Both work fine separately and I get the dreaded 503 Service Temp. Unavailable error. (which seems to have come up a lot on various list but I've yet to find a solution). I've be

Trouble running Tomcat using Sun's JDK1.4.2_05

2004-07-08 Thread Peter Guyatt
Hi There, Has anyone come across this problem. All Iam am doing is starting tomcat and then attempting to use my web app. The exception I am getting is as follows: Exception report message description The server encountered an internal error () that prevented it from fulfilling this re

Re: ant problem compiling tomcat 5.0.25

2004-07-08 Thread RJ
Hate to reply to my own question, but I finally figured this out. If anybody else has the problem, the solution I found is at: http://glacier.lbl.gov/software-cxx/troubleshooting.html and involves doing this: mv /etc/ant.conf /etc/ant.conf.save I'm using ant 1.6.1 on Fedora core 2 and trying to c

RE: Trouble running servlets using TomCat4.1.18

2004-07-08 Thread Mike Curwen
did you turn on the invoker servlet ? > -Original Message- > From: Kamaleshwaran Sivalingam [mailto:[EMAIL PROTECTED] > Sent: Thursday, July 08, 2004 9:26 AM > To: Tomcat Users List > Subject: Trouble running servlets using TomCat4.1.18 > > > Hi, > I have trouble running servlets u

Tomcat with SSL/secure="false"

2004-07-08 Thread Martin Dubuc
I am having problems with using SSL on Tomcat. When I add an SSL connector to my server.xml, Tomcat hangs on startup. I have been able to identify what causes it to hang, but I still can't figure out why this is happening. Here are the connectors I have defined in server.xml:

Trouble running servlets using TomCat4.1.18

2004-07-08 Thread Kamaleshwaran Sivalingam
Hi, I have trouble running servlets using tomcat4.1.18 in Redhat Linux. I have Apache 1.3.20 installed which is listening on port 80. The TomCat server is listening on port 8080. The Apache server is used for serving php. so when i entered "http://localhost"; on the mozilla browser, i ge

Re: Tomcat 5.0 and JavaMail - solved?

2004-07-08 Thread e-Denton Subscriber
You're right! Thanks! My Tomcat 5.0.25 common/lib/naming-factory.jar doesn't contain a org.apache.naming.factory.MailSessionFactory I'll try your solution. Thanks to the other posters as well. (I did forget activation.jar, even though I hadn't hit that problem yet). - Original Message -

Redirection and Context Question

2004-07-08 Thread Worley Brent - bworle
I'm trying to do a redirection using Javascript on Tomcat 5.0.24 (standalone, no apache server). The code redirects index.html to login.htm. Here is what I have: location.replace('login.htm'); When I do this, it appears to go into a near-endless loop of contacting the server and attem

Tomcat 5 with HTTPS to protect a subset of a webapp : pb url-pattern + security constraint

2004-07-08 Thread SPIELMANN Christophe
Hello there, I use the classic Tomcat 5.0.18 without any modif. I would like to protect a subset of my webapp. to do so, I did the following stuffs: - I configured my Tomcat to accept SSL - I added a security-constraint in web.xml I am facing the following problems: 1. the url-pattern /frwk/mo

Accept Headers

2004-07-08 Thread Donie Kelly
Hi all   Using Tomcat 4.1.18 on Solaris 8.   Send a POST to tomcat with no Accept header and the content type returned by the application is application/vnd.wap.mms-message   Now tomcat generates a HTTP 406 response to this case. Is this correct? From the HTTP specification it says t

Re: How do you shut down tomcat when using JSVC?

2004-07-08 Thread David Smith
Are you using the script that came with jsvc to launch it? If so, starting is done with 'tomcat5 start' and shutdown with 'tomcat5 stop'. If you fully installed this as a service by putting the tomcat5 script in /etc/init.d, then a simple 'service tomcat5 start' will start and 'service tomcat

Re: Tomcat 5.0 and JavaMail

2004-07-08 Thread David Smith
Don't get in the habit of putting jars in java_home/jre/lib/ext. Those jars get loaded before everything and ugly version conflicts among other problems show up. I have a different take on your problem. Are you using Tomcat 5.0.25? If so, you may want to consider upgrading or just stealin

Re: tomcat hangs, top displays 99%

2004-07-08 Thread Jon Wingfield
Just a thought. Does your error page also have header.jsp included? Have you got yourself into an infinite loop of "Session already invalidated" IllegalStateExceptions? Jon Hans Wichman wrote: Hi, while stresstesting my application using tomcat 4.1.29, oracle, dbcp connection pooling and a stres

Limit time for Database connection

2004-07-08 Thread Bachler, Elisabeth (Elisabeth)
Hello, I defined a database connection that uses a pool connection. Everything is working well. Now I had a routing problem that prevented any database connection (with a SQPNestedException fired). The exception fired after a long time is there a way of setting the connection limit, so it does

tomcat hangs, top displays 99%

2004-07-08 Thread Hans Wichman
Hi, while stresstesting my application using tomcat 4.1.29, oracle, dbcp connection pooling and a stresstest tool, I see the amount of my connections in my pool fluctuate (as expected). At a certain while I still have plenty connections left in the pool, errors start occuring: org.apache.jasper.

Limited Database Pool Connection

2004-07-08 Thread Bachler, Elisabeth (Elisabeth)
Hello, I defined a database connection that uses a pool connection. Everything is working well. Now I had a routing problem that prevented any database connection (with a SQPNestedException fired). The exception fired after a long time is there a way of setting the connection limit, so it do

Re: Tomcat 5, proxy and SSL accelerators

2004-07-08 Thread Tim Funk
If you need to replace http with https - see if using a Filter with HttpServletRequestWrapper would work. (where you override isSecure() and a few other choice methods) -Tim Graham Leggett wrote: Hi all, I have a tomcat server running behind an SSL accelerator. I have used the proxyName and pro

RE: AGAIN: How can you deploy an application onto a specific hos t?

2004-07-08 Thread David . Pawson
Thanks Cristian regards DaveP -Original Message- From: Cristian ANCA It is {catalina.home}/webapps/xxx.war [EMAIL PROTECTED] wrote: > > Which one please? > > In {catalina.home}/webapps/xxx.war ? > > Or in > {catalina.home}/webapps

How do you shut down tomcat when using JSVC?

2004-07-08 Thread Ivan Jouikov
Hey everyone!   I am using JSVC to start up tomcat and run it as âtomcat5â user. ÂIt seems to work fine. However, thereâs one problem â I canât shut it down.   If I use shutdown.sh, it gives me an exception saying that connection was refused.    If I start tomcat using startup.sh in

Re: AGAIN: How can you deploy an application onto a specific host?

2004-07-08 Thread Florian Ebeling
Hi Ivan, you have to configure the manager app for each single host. So there is no ambiguity. host1.com/manager/ gets you the first, host2.com/manager/ the second, and so on. The host HTTP header is required in HTTP/1.1 requests. In any other case you hit the default host. Best -Florian Ivan J

Re: AGAIN: How can you deploy an application onto a specific hos t?

2004-07-08 Thread Cristian ANCA
It is {catalina.home}/webapps/xxx.war [EMAIL PROTECTED] wrote: -Original Message- From: Tonte Pouncil I normally just use ant to deploy my stuff by dropping a .war file into the webapps dir. Which one please? In {catalina.home}/webapps/xxx.war ? Or in {catalina.h

Re: Tomcat 5 Context problem

2004-07-08 Thread Koon Yue Lam
yes, I agree with u because I have notice this from Tomcat doc and I know from the mailing-list that some poeple are having problem when they put the extra context in server.xml. Since once u do this, Tomcat 5 (but NOT 4.X) will create a XXX.xml file under conf/engine/host/. XXX is the name of the

How to catch and redirect an error code 500 with Tomcat apache ?

2004-07-08 Thread Julien Oix
Hi everyone I can't manage to redirect a 500 error code page to a customized error page, even I can't see any trouble in my conf's files. # config Linux RedHat 7.1 Apache 1.3.27 (rpm) Tomcat 4.1.18 (rpm) mod_jk 1.2.2 (rpm) #apache myVH.conf ErrorDocument 500 /jsp/500.jsp #tomcat myapps/WEB-INF/

  1   2   >