mod_jk fails to forward request on high traffic

2009-09-08 Thread John Cherouvim
Hello I have a website which during peak time (peak lasts around ~4 hours with 14 pageviews/sec, 140 http requests/sec) starts to drop pageview requests. My setup is: - SUSE Linux Enterprise Server 10 (x86_64) with 8 cpus, 16GB ram - 1 instance of apache 2.2.10 with mpm prefork - mod_jk/1.2.28

Re: mod_jk fails to forward request on high traffic

2009-09-08 Thread John Cherouvim
ce impact! Is there a possibility that there is a problem with the fact that I use: ... ServerLimit1024 MaxClients 1024 and default settings? address="127.0.0.1" /> Do those 2 need to have the same thread count (MaxClients=maxThreads)? thanks Ioannis Mark T

Re: mod_jk fails to forward request on high traffic

2009-09-10 Thread John Cherouvim
hanks again Ioannis André Warnier wrote: John Cherouvim wrote: ... Is there a possibility that there is a problem with the fact that I use: ... ServerLimit1024 MaxClients 1024 and default settings? address="127.0.0.1" /> Do those 2 need to have the

RE: decouple authentication and authorization of TOMCAT

2009-09-14 Thread John Chen
This would be new, I am just trying to find any solution and less pervasive. Thanks John -Original Message- From: peter.crowth...@googlemail.com [mailto:peter.crowth...@googlemail.com] On Behalf Of Peter Crowther Sent: Monday, September 14, 2009 12:09 PM To: Tomcat Users List Subject

RE: decouple authentication and authorization of TOMCAT

2009-09-14 Thread John Chen
Thanks I am also thinking using Apache Web Server to do the authentication and use tomcat for authorization, do you think it would work? John -Original Message- From: André Warnier [mailto:a...@ice-sa.com] Sent: Monday, September 14, 2009 11:52 AM To: Tomcat Users List Subject: Re

decouple authentication and authorization of TOMCAT

2009-09-14 Thread John Chen
John

RE: decouple authentication and authorization of TOMCAT

2009-09-14 Thread John Chen
Apache front-end will do the authentication, does tomcat still use tomcat-users.xml for the authorization part? Thanks John -Original Message- From: André Warnier [mailto:a...@ice-sa.com] Sent: Monday, September 14, 2009 12:41 PM To: Tomcat Users List Subject: Re: decouple

RE: decouple authentication and authorization of TOMCAT

2009-09-16 Thread John Chen
security-role-ref, but I have to go to each web.xml and add the information over there. Thanks John -Original Message- From: Christopher Schultz [mailto:ch...@christopherschultz.net] Sent: Wednesday, September 16, 2009 5:24 PM To: Tomcat Users List Subject: Re: decouple authentication and

Error when starting ASF Tomcat on iSeries

2009-09-23 Thread John McCleskey
()V+6 (JNIEndpoint.java:216) I'm using java 1.3. -- Regards, John

How to produce a Comet EventType.READ from the clint side?

2009-04-02 Thread John Dous
Hello, Recently I started to develop a web application that is based on the Comet Architecture. After a lot of research, I realize that there is a lack of documentation and tutorials about how to build simple Comet applications on Tomcat. The tomcat Advanced IO documentation previews the way

ajp_read_header: ajp_ilink_receive failed

2009-04-06 Thread John Oliver
x27;ve had no response on the httpd list, so i'm hoping someone here can steer me in the right direction. -- *** * John Oliver http://www.

Re: ajp_read_header: ajp_ilink_receive failed

2009-04-06 Thread John Oliver
On Mon, Apr 06, 2009 at 05:42:21PM -0400, Christopher Schultz wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > John, > > On 4/6/2009 5:15 PM, John Oliver wrote: > > [Sun Mar 29 04:05:33 2009] [error] ajp_read_header: ajp_ilink_receive > > failed > &g

Re: ajp_read_header: ajp_ilink_receive failed

2009-04-06 Thread John Oliver
On Mon, Apr 06, 2009 at 06:08:54PM -0400, Christopher Schultz wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > John, > > On 4/6/2009 5:51 PM, John Oliver wrote: > > RHEL 5.2, httpd-2.2.3-11.el5_1.3, tomcat5-5.5.23-0jpp.7.el5_2.1 > > 2.2.3 is pretty old

Re: ajp_read_header: ajp_ilink_receive failed

2009-04-06 Thread John Oliver
f those would break our support from Red Hat. I don't really care about that... I've said we should stop paying them and use CentOS. If using more recent versions winds up being the answer, that would be more ammo for my argument. But if we can make things work properly with the

Re: ajp_read_header: ajp_ilink_receive failed

2009-04-06 Thread John Oliver
NGing that starts with the assumption that I have no idea what they are? :-) -- *** * John Oliver http://www.john-oliver.net/ * * * ***

JSP: "No suitable driver found"

2009-04-13 Thread John Cartwright
QLException: No suitable driver found for ${myDS}" I've confirmed that the host, user, password are correct. Of course it looks like a classpath problem, but WEB-INF/lib contains: jstl-1.2.jar ojdbc14.jar standard.jar Can anyone suggest what else I might try to resolve t

Re: JSP: "No suitable driver found"

2009-04-13 Thread John Cartwright
e any sense? This is tomcat 6.0.18 on a RHEL 5 box w/ JDK 1.6. --john Martin Gainty wrote: please download classes12.jar from http://www.oracle.com/technology/software/tech/java/sqlj_jdbc/htdocs/jdbc_10201.html and place classes12.jar into $TOMCAT_HOME/AppContext/WEB-INF/lib/ HTH Martin G

RE: looking for a web usesage / analytics package

2009-04-29 Thread John Moore
Webalizer. It's not java based but simple to use. It works with tomcat as well as apache and IIS should you ever have to go down one of those roads. -Original Message- From: Andrew Davidson [mailto:a...@santacruzintegration.com] Sent: Wednesday, April 29, 2009 3:00 PM To: users@tomcat

Problem with Establishing Database Configuration

2009-05-23 Thread john S
Hi All I am new to this forum. I tried to establish the database connection but i am getting the error. I just giving my environment details tomcat-- webapp ---johnmy web applicaiton --- WEBINF

Re: Problem with Establishing Database Configuration

2009-05-24 Thread john S
context.xml tomcat/webapps/john/META-INF/context.xml? yesojdbc14.jar in tomcat/lib (as opposed to tomcat/webapps/john/WEB-INF)?yes. On Sat, May 23, 2009 at 11:39 PM, David Smith wrote: > john.xml -- this has to be named context.xml. Tomcat won't see it > otherwise. And has to be w

Re: Problem with Establishing Database Configuration

2009-05-24 Thread john S
Anyway thanks for ur help ..I got it. .. On Sun, May 24, 2009 at 11:17 AM, David Smith wrote: > Can you post the error copy/pasted from your logs? It wasn't included in > you original message. > > -- David > > > On May 24, 2009, at 9:59 AM, john S wrote: >

Problem Reading Property files

2009-05-26 Thread john S
Hi All I am planning to migrate my web application from iplanet 4.1 to tomcat 6. In this process I need to read the properties files initially. for eg: i got the property files in a *iPlanet*: *Config directory*--- *abc.pro

Re: Problem Reading Property files

2009-05-26 Thread john S
the web.xml or somewhere else.,so that its going to read them.?* ** On Tue, May 26, 2009 at 1:26 PM, Juha Laiho wrote: > john S wrote: > > I am planning to migrate my web application from iplanet 4.1 to > > tomcat 6. In this process I need to read the properti

Re: Problem Reading Property files

2009-05-26 Thread john S
I am really not sure where to configure the Servlet Arguments in tomcat. Can any one help me please... On Tue, May 26, 2009 at 1:26 PM, Juha Laiho wrote: > john S wrote: > > I am planning to migrate my web application from iplanet 4.1 to > > tomcat 6. In this pr

Re: Problem Reading Property files

2009-05-26 Thread john S
to find the abc.props or abc.log files .FILENOTFOUNDEXCEPTION. Just want to know where should i specify them. On Tue, May 26, 2009 at 2:34 PM, Juha Laiho wrote: > john S wrote: > > Actually, I am not sure where to place and configure the property > > files (*SERVLET A

Re: Problem Reading Property files

2009-05-26 Thread john S
Thanks for your response, Actually we dont have the source code for that because it is very old code, but i m using decompiler in which i can get some informtaion. OS used for *iPlanet* is *Unix* but now I need to deploy this application in *tomcat* in *windows server 2003*. Servlet clss: *SERVLE

Re: Problem Reading Property files

2009-05-26 Thread john S
Thanks for your response, Actually we dont have the source code for that because it is very old code, but i m using decompiler in which i can get some informtaion. OS used for *iPlanet* is *Unix* but now I need to deploy this application in *tomcat* in *windows server 2003*. * SERVLET CLASS*: Cl

HELP ME PLEASEEEEE--------------->first login page SSI is not getting enabled

2009-05-28 Thread john S
Hi All this is my login in which Server Side Include is placed and it is the initial page of my web application.

Re: HELP ME PLEASEEEEE--------------->first login page SSI is not getting enabled

2009-05-28 Thread john S
Thanks for your response ..I m doing it through the servlet. *WEB.XML:* ABC com.abc.servlet.MyServlet abc.dir path/config abc.props xyz.props abc.log xyz.log 1 ABC */XYZ/login * DataBase jdbc/my jdbc javax.sql.DataSour

Re: HELP ME PLEASEEEEE--------------->first login page SSI is not getting enabled

2009-05-28 Thread john S
Actually in the tomcat 6.0, i did not even find this servlets-ssi.renametojar file and also in the documentation of tomcat 6 , they did not even mention about the jar file. whether I also need to change all the *.html to .shtml files.* 2009/5/28 Martin Gainty > > enable the see servlet-mappi

Re: HELP ME PLEASEEEEE--------------->first login page SSI is not getting enabled

2009-05-28 Thread john S
Actually in the tomcat 6.0, i did not even find this servlets-ssi.renametojar file and also in the documentation of tomcat 6 , they did not even mention about the jar file. whether I also need to change all the *.html to .shtml files..* ** 2009/5/28 Martin Gainty > > enable the see servle

Re: HELP ME PLEASEEEEE--------------->first login page SSI is not getting enabled

2009-05-28 Thread john S
* Thanks for your all responses. The main thing is when i click login button iee., onclick function in html, the controller class is going to get path informtaion ie..*getPathInfo() in Controller class and is going to check with LDAP settings and pass to the index.html(home page). but when i m c

Re: HELP ME PLEASEEEEE--------------->first login page SSI is not getting enabled

2009-05-28 Thread john S
Thanks for your all responses. The main thing is when i click login button iee., onclick function in html, the controller class is going to get path informtaion ie..getPathInfo() in Controller class and is going to check with LDAP settings and pass to the index.html(home page). but when i m click

Re: HELP ME PLEASEEEEE--------------->first login page SSI is not getting enabled

2009-05-28 Thread john S
Thanks for your all responses. The main thing is when i click login button ie., *onclick* function in html, the controller class is going to get path informtaion ie..*getPathInfo*() in Controller class and is going to check with LDAP settings and pass to the index.html(home page). but when i m cli

Re: HELP ME PLEASEEEEE--------------->first login page SSI is not getting enabled

2009-05-28 Thread john S
I also included that jar file in the lib, but still I am getting same error. 2009/5/28 Martin Gainty > > ... i was following TC SSI 5.5 doc.. > > the TC6 SSIServlet classes are now in $CATALINA_HOME/lib/catalina.jar > > Martin Gainty > __ > Verzicht

Re: HELP ME PLEASEEEEE--------------->first login page SSI is not getting enabled

2009-05-28 Thread john S
I also included that jar file in the lib, but still I am getting same error. 2009/5/28 Martin Gainty > > ... i was following TC SSI 5.5 doc.. > > the TC6 SSIServlet classes are now in $CATALINA_HOME/lib/catalina.jar > > Martin Gainty > __ > Verzicht un

Re: HELP ME PLEASEEEEE--------------->first login page SSI is not getting enabled

2009-05-28 Thread john S
*web.xml:* ABC com.abc.servlet.MyServlet abc.dir path/config abc.props xyz.props abc.log xyz.log 1 ABC /XYZ/login DataBase jdbc/my jdbc javax.sql.DataSource Container com/xyz/abc/servlet/login.html

Re: java.net.SocketException: Too many open files

2009-06-03 Thread John Cartwright
Thanks for your suggestions Martin, I'll look into modifying the memory parameters. Strange thing is that this has been running for weeks w/o any changes in the configuration or contexts. --john Martin Gainty wrote: Here is the code void acceptConnections() {

Re: java.net.SocketException: Too many open files

2009-06-03 Thread John Cartwright
ation, something must be leaking. I'll keep monitoring and see if I can gather more information. --john Peter Crowther wrote: From: john.c.cartwri...@noaa.gov [mailto:john.c.cartwri...@noaa.gov] Can someone please help to to understand what might cause such an exception? File descriptor

Disable AXIS services list?

2009-06-11 Thread John Oliver
I Googled for this, and found a reference to setting "disableServiceList" to true, but that didn't work. Tomcat is 6.0.18 running under W2K3 Server if that makes a difference. Thanks. -- ******

tomcat log server

2011-07-30 Thread John Smith
, SERVER.catalina.out etc. rather than ${catalina.base}/logs Can some body guide me , really appreciated Regards John

Clustering / High Availability edge cases?

2011-09-13 Thread John Bass
arly, if a node fails during a long running calculation, I'm assuming that there's no way to persist that execution state. Are those assumptions correct? If anyone has any other comments on further scenarios where clustering and session persistence will not be useful in an HA context, i'd love to hear them. thanks, John

Tomcat 6 & 7 logging to rsyslog

2011-10-27 Thread John Schwartzman
Can anyone point me to some documentation about logging authentication information (login, logout, lockout) to a remote syslog in Tomcat 6 & 7? Many thanks! -- John Schwartzman Forte Systems, Inc. - To unsubscribe, e-

Tomcat 6 & 7 Logging to rsyslog

2011-10-27 Thread John Schwartzman
Can anyone point me to documentation concerning logging of authentication information (login, logout, lockout) to a remote syslog in Tomcat 6 & 7? Many thanks! -- John Schwartzman Forte Systems, Inc. - To unsubscrib

How do I build tomcat native for windows x64?

2011-11-16 Thread John Wilkinson
q (http://www.openssl.org/support/faq.html [prog]1), and tried various combinations of libraries. How does the tomcat project do this for tcnative releases? Thanks, John - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.or

RE: How do I build tomcat native for windows x64?

2011-11-17 Thread John Wilkinson
SSLCACertificateFile is not. Our build is different from the build distributed by apache in that either both or neither of these parameters must be set. Otherwise, it seems to work. -John -Original Message- From: John Wilkinson Sent: November-16-11 4:02 PM To: 'users@tomcat.apache.org

Tomcat dependency setup

2011-11-21 Thread John Hinnegan
Hi, I'm looking for a resource for how to set dependencies on tomcat. I'm using SBT and looking to replace Jetty with Tomcat in the test/build phase. I already deploy to tomcat in prod. Here's the jetty dependency. 15 "org.eclipse.jetty" % "jetty-webapp" % "7.4.5.v20110725" % "container", 1

Tomcat AJP Thread Spike and System Hang

2011-12-21 Thread John Minchuk
Quick overview of our setup. Http requests flow from our load balancers, to squid proxys, to Apaches, to our Tomcat servers. We migrated to this setup from an Oracle App Server. Apache: 2.2.3 Tomcat: 7.0.11.0 JVM: 1.6.0_22-b04 Linux: 2.6.18-194.17.1.el5 Our production environment has max threads

Can't connect remotely to Tomcat via JMX on Windows

2010-03-16 Thread Richard John
I want to monitor the Tomcat server remotley with jconsole. I added the properties described in http://tomcat.apache.org/tomcat-6.0-doc/monitoring.html set CATALINA_OPTS="-Dcom.sun.management.jmxremote -Dcom.sun.management.jmxremote.port=8050-Dcom.sun.management.jmxremote.ssl=false -Dcom.sun.mana

Re: Can't connect remotely to Tomcat via JMX on Windows

2010-03-16 Thread Richard John
was a typo, of course i tried port 8050, but removing the Quotation mark did the trick, thanks! Why are they in the documentation? - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail

Re: Can't connect remotely to Tomcat via JMX on Windows

2010-03-16 Thread Richard John
The documentation was correct for Linux / Unix maybe the documentation should point out the difference between Windows and Linux configuration - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands,

Tomcat not serving large content?

2010-03-31 Thread John Dunne
I've assumed that this is to do with a configurable limit in the tomcat server, and after searching high and low on Google I've come here to see if anyone can shed some light on this elusive (at least for me) property. Thank you for your time in reading this mail!! John.

RE: Tomcat not serving large content?

2010-03-31 Thread John Dunne
Hi Pid, Thanks for your reply. The file is 140 kilobytes. -Original Message- From: Pid [mailto:p...@pidster.com] Sent: 31 March 2010 13:20 To: users@tomcat.apache.org Subject: Re: Tomcat not serving large content? On 31/03/2010 10:51, John Dunne wrote: > Hi, > > I'

RE: Tomcat not serving large content?

2010-03-31 Thread John Dunne
hanks again Pid. -Original Message- From: Pid [mailto:p...@pidster.com] Sent: 31 March 2010 14:43 To: users@tomcat.apache.org Subject: Re: Tomcat not serving large content? On 31/03/2010 14:37, John Dunne wrote: > Hi Pid, > > Thanks for your reply. > > The file is 140 kilobytes. Th

Re: Tomcat on a machine with multiple ip addresses

2010-05-02 Thread Smithan John
Hi Dave, Please provide below information: - The port on which the old Apache instance is running. - The port on which the new Apache instance is configured. - Does the whole setup use only DNS resolution or do we have a CSS(Secure Switch) layer. Regards, Smithan. On Mon, May 3, 20

Re: Tomcat on a machine with multiple ip addresses

2010-05-13 Thread John Moore
have problems let me know.. Hope this helps... John.. - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

EL 2.2 in Tomcat 7 RC1/RC2 does not fully support method invocation, such as "#{helloWorldController.doSomething(helloWorldModel)}"

2010-05-25 Thread John Wu
I tried to use JSF 2.0 + Facelets (no JSP at all) in Tomcat 6 with EL 2.2 (extracted from Tomcat 7 RC2), and failed. see http://old.nabble.com/MyFaces-2.0.0-doest-not-fully-support-EL-2.2-method-invocation-tt28669825.html and http://old.nabble.com/using-new-el-api-2.2-with-myfaces2.0-and-tomcat6-t

RE: EL 2.2 in Tomcat 7 RC1/RC2 does not fully support method invocation, such as "#{helloWorldController.doSomething(helloWorldModel)}"

2010-05-25 Thread John Wu
Issue stays on Tomcat 7 RC1 and RC2. I can't download RC3 at the moment, will try it tomorrow. John Wu n828cl wrote: > >> From: John Wu [mailto:johnwu@gmail.com] >> Subject: EL 2.2 in Tomcat 7 RC1/RC2 does not fully support method &g

Re: EL 2.2 in Tomcat 7 RC1/RC2 does not fully support method invocation, such as "#{helloWorldController.doSomething(helloWorldModel)}"

2010-05-25 Thread John Wu
Same failure observed on Tomcat 7 RC1 and RC2. Konstantin Kolinko wrote: > > 2010/5/25 John Wu : >> >> I tried to use JSF 2.0 + Facelets (no JSP at all) in Tomcat 6 with EL 2.2 >> (extracted from Tomcat 7 RC2), and failed. > > You cannot cut some random pa

RE: EL 2.2 in Tomcat 7 RC1/RC2 does not fully support method invocation, such as "#{helloWorldController.doSomething(helloWorldModel)}"

2010-05-26 Thread John Wu
Just to follow up. Same failure happens on Tomcat RC3. n828cl wrote: > >> From: John Wu [mailto:johnwu@gmail.com] >> Subject: EL 2.2 in Tomcat 7 RC1/RC2 does not fully support method >> invocation, such as >> "#{helloWorldController.doSomething(helloWorldMo

tomcat clustering

2010-05-30 Thread John Smith
r-deployer.html This goober is currently pretty broken, but we are working hard to fix it search on google but couldn't find required info. My question, is where I can deploy my war file so that all three nodes can see and work in cluster. Any help will be appreciated Regards John

Tomcat 4.1.30 failed to startup with 4GB memory

2010-05-31 Thread John Mok
=== end of log === Is there any known problem of Tomcat 4.1.30 working with 64-bit OS with 4GB memory? Do I need to migrate the application to Tomcat 5.x. I hope someone could advise what went wrong and how to make Tomcat 4.1.3

Re: EL 2.2 in Tomcat 7 RC1/RC2 does not fully support method invocation, such as "#{helloWorldController.doSomething(helloWorldModel)}"

2010-06-10 Thread John Wu
If CANDIDATES is empty, then NOT-FOUND; . else if only one is left, then FOUND; . else, AMBIGUOUS John Wu http://old.nabble.com/file/p28843317/jsf-2.0-el-2.2.testcase-v2.zip jsf-2.0-el-2.2.testcase-v2.zip -- View this message in context: http://old.nabble.com/EL-2.2-in-Tomcat-7-RC1-RC2-does-

Re: EL 2.2 in Tomcat 7 RC1/RC2 does not fully support method invocation, such as "#{helloWorldController.doSomething(helloWorldModel)}"

2010-06-10 Thread John Wu
That sounds even better. I'm looking forward to test the modified impl in the next RC/release. Mark Thomas wrote: > > On 10/06/2010 14:42, John Wu wrote: >> >> Hi Mark, >> >> The fix of "to derive the type directly from the value which ..." so

Re: EL 2.2 in Tomcat 7 RC1/RC2 does not fully support method invocation, such as "#{helloWorldController.doSomething(helloWorldModel)}"

2010-06-21 Thread John Wu
}": Method not found: org.wjh.experiment.jsf.helloworldcontrol...@c5122f.dosomething() The previous attached project is still valid as a test case. John Wu markt-2 wrote: > > On 10/06/2010 14:42, John Wu wrote: >> >> Hi Mark, >> >> The fix of "to derive

Tomcat 6.0.26

2010-06-27 Thread John Byrne
-INF\classes I attach copy of server start up log and http 500 error text when I use the submit button on html page to activate servlet. would greatly appreciate your help. John Byrne -- Mult-i-tel better by design. http://www.multitel.co.uk tel: 44(0)151 548 8122 fax: 44(0)709 210 1464 skype

Re: Tomcat 6.0.26

2010-06-28 Thread John Byrne
Hi Shay copy of directory structure C:\Tomcat 6.0\webapps\comlinks\WEB-INF\classes> I have changed this it incorporate your suggestions. I attach a copy of web.xml many thanks for your help. Kind Regards John On 27 June 2010 15:54, Shay Rojansky wrote: > John, > > Can you plea

Re: Tomcat 6.0.26

2010-06-28 Thread John Byrne
Hi Charles This is my current structure. C:\Tomcat 6.0\webapps\comlinks\WEB-INF\classes> My web pages are in comlinks and java class files in classes Are we getiing closer? John On 27 June 2010 18:17, Caldarale, Charles R wrote: >> From: John Byrne [mailto:jbmulti...@

Re: Tomcat 6.0.26

2010-07-01 Thread John Byrne
servlets and would choose not to place them in a package at this point in time. I understand your naming of package com.company.project, can you replace com\mycompany\ On 28 June 2010 13:26, Shay Rojansky wrote: > Hi John. > > Both John and I were right... Moving your directory outside

Re: Tomcat 6.0.26

2010-07-01 Thread John Byrne
Hi This is the first line in my java servlet ukjava1900 it compiles OK package formprocessors; is it complete? I attach copy of my web.xml which i think is OK? Kind regards John On 1 July 2010 14:08, Pid wrote: > On 01/07/2010 13:26, Shay Rojansky wrote: >> /servlet/com

Re: Tomcat 6.0.26

2010-07-01 Thread John Byrne
On 1 July 2010 16:25, Pid wrote: > On 01/07/2010 15:52, John Byrne wrote: Hi Chuck Please find details of setup copied below The and tags both copied from webapps/myapp/WEB-INF/web.xml UkJava1900 formprocessors.UkJava1900 UkJava1900 /UkJava1900 h

Re: Tomcat 6.0.26

2010-07-01 Thread John Byrne
On 1 July 2010 19:00, Caldarale, Charles R Dear Chuck Sincere apologies HTTP 404 STATUS description The requested resource (/ukjava1900) is not available. jOHN -- Mult-i-tel better by design. http://www.multitel.co.uk tel: 44(0)151 548 8122 fax: 44(0)709 210 1464 skype jcbyrne

Problems with parsing html with servlet

2010-07-09 Thread John Byrne
Hi Please find listed below thesituation with tomcat installation. I can deploy html pages via the manager service or http://localhost/comlinks/mypage The requested resource (/ukjava1900) is not available. I list below the changes I have made to sotware. Thank you for your help in preious thre

Re: Problems with parsing html with servlet

2010-07-09 Thread John Byrne
Hi Mark It is WEB-INF in my directory structure, apollogies. John On 9 July 2010 09:24, Mark Thomas wrote: > On 09/07/2010 09:15, John Byrne wrote: >> webapps\comlinks\web-inf\web.xml > > It is WEB-INF, not web-inf. Case ma

Re: Problems with parsing html with servlet

2010-07-09 Thread John Byrne
Hi Andre The message did get through, apologies for the error. John On 9 July 2010 09:27, André Warnier wrote: -- Mult-i-tel better by design. http://www.multitel.co.uk tel: 44(0)151 548 8122 fax: 44(0)709 210 1464 skype jcbyrne

Re: Problems with parsing html with servlet

2010-07-09 Thread John Byrne
Hi Andre Did not receive response to original post. Inability to evoke a response for output from servlet located on tomcat after parseing a html form? Details in original post. On 9 July 2010 09:38, John Byrne wrote: > Mult-i-tel better by design. > > http://www.multitel.co.uk >

Re: Problems with parsing html with servlet

2010-07-09 Thread John Byrne
Hi Mark, Andre et al Sincere thanks for your expert help. Pass on my help to your colleague who also helped. Kind Regards John - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail

Re: Tomcat 6 - How to make an application available at www.mydomain.com

2012-01-29 Thread John Renne
ation available at "http://www.mydomain.com"; > without deploying it as ROOT.war? > If I remember well, you could accomplish this by adding a line like this in the server.xml: I've always considered it a bit ugly but it should do the trick John

Re: Tomcat 6 - How to make an application available at www.mydomain.com

2012-01-29 Thread John Renne
This is a nice solution too, however if an application for some reason uses applets or generates it's URL's in a non-standard way, this might not work. I do realize the downsides of modifying the server.xml and including a context element, but it might be a working approach and answers the question the original poster has. John

Re: How can I access tomcat's logs using my jsp?

2012-02-03 Thread John Renne
I've done this before but always used the apache in front of tomcat to serve the logfiles. If you're sure you want to let tomcat do the fileserving, I'ld suggest making a symlink in one of the application folders to the logsdirectory. That should do the trick. John On Feb 3

Re: Running Tomcat on Port 80 with Fedora 16 without IP tables redirect

2012-02-07 Thread John Renne
ted using iptables. Can > anyone confirm this? > On each unix you will need root privileges to bind to a socket below 1024. Tomcat is no different so it will need either root privileges, or a port over 1024 (default indeed 8080) John

Re: desperate for help to set up straightforward mod_jk connection between Apache2 webserver and web container

2012-02-11 Thread John Renne
t also check if port 8009 is accepting connections. If it doesn't, I'ld advise you to go to a glassfish mailing list and try your luck there. John - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: LDAP connection issue

2012-02-22 Thread John Renne
ee any packets being > sent to the LDAP server. You actually don't see packets or no new connections? John - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: LDAP connection issue

2012-02-22 Thread John Renne
sent (as in, the user ain't allowed to do so anyway) John - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: fronting tomcat with reverse proxy+SSL

2012-05-27 Thread John Renne
t > and Reverse proxy. Am I missing something? Personaly I wouldn't use SSL between de frontend proxy and Tomcat. In case of an apache server, I would rather let apache handle SSL offloading and use mod_proxy, mod_proxy_ajp and mod_cluster to address tomcat using th

Re: fronting tomcat with reverse proxy+SSL

2012-05-27 Thread John Renne
> How about the security concerns in having HTTP between reverse proxy and > Tomcat? > You don't you can use AJP between HTTP and Tomcat. John - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org

Re: fronting tomcat with reverse proxy+SSL

2012-05-27 Thread John Renne
can choose to go for SSL. John - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: fronting tomcat with reverse proxy+SSL

2012-05-28 Thread John Renne
to terminate the SSL connection at the apache level and let apache and tomcat communicate through AJP which you obviously consider insecure. Can I ask you what you consider insecure about AJP by the way? John - To unsubscribe, e-

Re: fronting tomcat with reverse proxy+SSL

2012-05-29 Thread John Renne
ccomplish. John - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

%{xxx}t not working

2012-08-20 Thread John Byrne
except the %{xxx}t "variable". > i.e. the output log line is: > ??? thread="http-bio-26258"-exec-10 client=17.169.48.254 url="GET > /iTranslate/index HTTP/1.1" query= status=200 time=449 size=8205 > agent="Mozilla/5.0 (Macintosh; Intel Mac OS X

Re: %{xxx}t not working

2012-08-20 Thread John Byrne
I've tried both 7.0.29 and 7.0.8. Thank you for the help. John Byrne John Byrne System Administrator, IS&T john_by...@apple.com On Aug 20, 2012, at 12:43 PM, Konstantin Kolinko wrote: > 2012/8/20 John Byrne : >> >> >>> I was wondering if you could help

Re: %{xxx}t not working

2012-08-21 Thread John Byrne
Thank you Rainer, It turns out I was still using 7.0.8 even though I switched the soft link to the new version. Now I just need to find out how the switch mechanism works. John John Byrne System Administrator, IS&T john_by...@apple.com On Aug 21, 2012, at 1:10 AM, Konstantin Kol

Re: %{xxx}t not working

2012-08-21 Thread John Byrne
Even though I've downloaded 7.0.29 the Servlet Engine is still 7.0.8. Is this a configuration problem or is the latest version not being distributed by Apache? I can't find anything that points to the old version in shell scripts. Please help. Thanks, John John Byrne System Adm

Re: %{xxx}t not working

2012-08-21 Thread John Byrne
Greetings. It must be a configuration issue because I setup the 7.0.29 Tomcat version on my system and it is giving me the right version. Sorry to take up your time. So half of a false alarm on my last email. I just need to find out how they're configuring it here. Thanks, John

Unable to change version of Apache Tomcat

2012-08-27 Thread John Byrne
file: . . . Aug 28, 2012 3:26:31 AM org.apache.catalina.core.StandardEngine startInternal INFO: Starting Servlet Engine: Apache Tomcat/7.0.8 . . . Thank you for any help. John Byrne System Administrator, IS&T john_by...@apple.com - environment variables below ---

Re: Unable to change version of Apache Tomcat

2012-08-28 Thread John Byrne
We call a script that sets variables (See below) and then this script calls ...tomcat/startup.sh (See below) John Byrne System Administrator, IS&T john_by...@apple.com AppName=Service INST=$1 export SPLUNK_ACCESS_LOGS=/ngs/app/`whoami`/var/`hostname`/accessLogs/$AppName export CATALINA_

Re: Unable to change version of Apache Tomcat

2012-08-28 Thread John Byrne
I figured it out. It was a library issue. Thank you for your help. John Byrne System Administrator, IS&T john_by...@apple.com On Aug 28, 2012, at 9:42 AM, John Byrne wrote: > We call a script that sets variables (See below) and then this script calls > ...tomcat/startup.sh &g

Clustering Question

2012-09-17 Thread John Rellis
on my tomcat servers -- John Rellis

Re: Clustering Question

2012-09-17 Thread John Rellis
ristopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > John, > > On 9/17/12 3:50 PM, John Rellis wrote: > > # Inside Location we can omit the URL in > > JkMount JkMount jk-status Order deny,allow Deny from all

Re: Verifying mod_jk is installed

2012-09-18 Thread John Rellis
/* jkstatus . And I can now hit host/jkmanager/ and I get a UI. Is this the expected behaviour??? Many thanks again! John On Tue, Sep 18, 2012 at 3:05 PM, André Warnier wrote: > John Rellis wrote: > >> Hey, >> >> I would very much appreciate some help, flying blin

<    1   2   3   4   5   6   7   8   9   10   >