Tomcat6 Cookies

2011-04-06 Thread John Clark
I recently upgraded my Tomcat cluster from 5 to 6 and am no longer able to use getCookie() to retrieve our Omniture cookie data using request.getCookies(). We are still able to access the cookie name and value via a request header so we're using this as a work around but I'm still curious as to

mod_jk / AJP and compression

2011-04-01 Thread John Baker
Hello, The Tomcat AJP Connector does not support compression. Why has this been ommitted? Of course, Apache can do compression but this leaves data running uncompressed between Apache and Tomcat. John - To unsubscribe, e

Re: mod_jk / AJP and compression

2011-04-01 Thread John Baker
a quick fix, I was curious to why it hadn't been done before now? John On Fri, 01 Apr 2011 11:20 +0100, Mark Thomas ma...@apache.org wrote: On 01/04/2011 11:15, John Baker wrote: Hello, The Tomcat AJP Connector does not support compression. Why has this been ommitted? Because

Tomcat GzipOutputFilter

2011-04-01 Thread John Baker
? John - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: Tomcat GzipOutputFilter

2011-04-01 Thread John Baker
John Baker jba...@javasystemsolutions.com: Hello, I note there's a GzipOutputFilter in the Tomcat (and JBoss) jar files: http://tomcat.apache.org/tomcat-6.0-doc/api/org/apache/coyote/http11/filters/GzipOutputFilter.html Yet I can't load it in the web.xml file using filter-class

Solr on new Tomcat 7.0.11

2011-03-16 Thread Lewis John McGibbney
Hello list, Is anyone running Solr (in my case 1.4.1) on above Tomcat dist? In the past I have been using guidance in accordance with http://wiki.apache.org/solr/SolrTomcat#Installing_Solr_instances_under_Tomcat but having upgraded from Tomcat 7.0.8 to 7.0.11 I am having problems E.g. INFO:

Re: Solr on new Tomcat 7.0.11

2011-03-16 Thread Lewis John McGibbney
Hi Mark Hmm. That suggests a corrupted context.xml file My configuration descriptor is as follows ?xml version=1.0 encoding=utf-8? Context docBase=/home/lewis/Downloads/wombra/wombra.war crossContext=true Environment name=solr/home type=java.lang.String

Cannot create a link to a file - suspecting tomcat is the issue

2011-03-10 Thread John C
I am trying to create a link to a file in my webpage. The anchors href for the link is file:///C:/Users/OEM/Desktop/testa.txt. When I run my webpage from file I can click the link (file:///C:/Users/OEM/Documents/NetBeansProjects/WebApp/web/main.htm). However when I run my webpage using Apache

RE: Cannot create a link to a file - suspecting tomcat is the issue

2011-03-10 Thread John C
In case I did not explain myself well. I am trying to create a link to a file in a webpage. The link works fine using Apache + Tomcat if the file and link are both relative. This means that the html file containing the link to the text file is located in the same directory as the file itself.

RE: Cannot create a link to a file - suspecting tomcat is the issue

2011-03-10 Thread John C
Although you stated the obvious you also answered my naive question :). Thank you Subject: RE: Cannot create a link to a file - suspecting tomcat is the issue Date: Thu, 10 Mar 2011 09:29:42 -0600 From: joseph.mor...@ignitesales.com To: users@tomcat.apache.org John, Think about what

RE: Cannot create a link to a file - suspecting tomcat is the issue

2011-03-10 Thread John C
- suspecting tomcat is the issue Date: Thu, 10 Mar 2011 09:29:42 -0600 From: joseph.mor...@ignitesales.com To: users@tomcat.apache.org John, Think about what the browser is doing. When the browser sees file:///C:/Users/OEM/Desktop/testa.text, it wants to load a file from the local

Tomcat failing to process JAR's within web app

2011-03-04 Thread McGibbney, Lewis John
Hi list, I am using tomcat 7.0.6 to run my development web application. When looking in catalina.out log I see the following INFO: Starting service Catalina 04-Mar-2011 19:51:30 org.apache.catalina.core.StandardEngine startInternal INFO: Starting Servlet Engine: Apache Tomcat/7.0.6 04-Mar-2011

RE: Tomcat failing to process JAR's within web app

2011-03-04 Thread McGibbney, Lewis John
' to classloader ... many ... more This has really got me confusedas it would appear all of the files in the JNDI property are loaded... the exact same files present in $CATALINA_HOME/webapps/myWebApp/lib Lewis From: McGibbney, Lewis John [lewis.mcgibb

RE: Tomcat failing to process JAR's within web app

2011-03-04 Thread McGibbney, Lewis John
Hi Konstantin Thanks for your reply. I removed WAR file from CATALINA_HOME/webapps, looking back it was useless having it there anyway :0| When I boot up tomcat, I get the same results... is there a possibility that this something specific with 7.0.6... If so I will happily upgrade. to 7.0.8

RE: Tomcat failing to process JAR's within web app

2011-03-04 Thread McGibbney, Lewis John
...@unisys.com] Sent: 04 March 2011 21:04 To: Tomcat Users List Subject: RE: Tomcat failing to process JAR's within web app From: McGibbney, Lewis John [mailto:lewis.mcgibb...@gcu.ac.uk] Subject: RE: Tomcat failing to process JAR's within web app I removed WAR file from CATALINA_HOME/webapps Did you remove

Trouble connecting Tomcat 7.0 with Apache Server 2.2

2011-03-03 Thread John C
I am trying to connect Tomcat 7.0 and Apache Server 2.2 using Windows 7.0. I created a .jsp file to test if my setup was correct under C:\Program Files (x86)\Apache Software Foundation\Tomcat 7.0\webapps\sitepoint\count.jsp. I can successfully load the count.jsp file by entering

Trouble connecting Tomcat 7.0 with Apache Server 2.2 (reposting question - hopefully this formats better)

2011-03-03 Thread John C
Reposting the same question I posted a minute ago due to weird formatting issues. Hopefully this email fixes it. I am trying to connect Tomcat 7.0 and Apache Server 2.2 using Windows 7.0. I created a .jsp file to test if my setup was correct under C:\Program Files (x86)\Apache Software

RE: Trouble connecting Tomcat 7.0 with Apache Server 2.2 (reposting question - hopefully this formats better)

2011-03-03 Thread John C
I fixed my own problem. I changed the workers.properties file to this: workers.tomcat_home=C:\Program Files (x86)\Apache Software Foundation\Tomcat 7.0workers.java_home=C:\Program Files

Sudden change in Tomcat 7.0.6 behaviour

2011-02-25 Thread McGibbney, Lewis John
Hello list, I have been running my webapp on two tomcat servers located on two workstations versions 7.0.8 and 7.0.6. The workstations are in no way linked, I have merely been developing code and testing on both tomcat installations. After every coding session, I package my app into a WAR and

RE: Sudden change in Tomcat 7.0.6 behaviour

2011-02-25 Thread McGibbney, Lewis John
Subject: RE: Sudden change in Tomcat 7.0.6 behaviour From: McGibbney, Lewis John [mailto:lewis.mcgibb...@gcu.ac.uk] Subject: Sudden change in Tomcat 7.0.6 behaviour Context docBase=/home/lewis/Downloads/mywebapp/mywebapp.war debug=0 crossContext=true While fixing the procedural problems

Re: Problem with standard taglibs after precompiling a web app with TCD in 7.0.6 no support for addWebXmlMappings in jasper

2011-01-31 Thread John Bargos
On Mon, Jan 31, 2011 at 2:04 PM, Konstantin Kolinko knst.koli...@gmail.com wrote: 2011/1/31 John Bargos jbargo...@gmail.com: Hi, last week, I was having fun with trivial examples accessing a datasource with the standard taglibs with success. Since everything was working perfectly in jsp form

Re: Problem with standard taglibs after precompiling a web app with TCD in 7.0.6 no support for addWebXmlMappings in jasper

2011-01-31 Thread John Bargos
On Mon, Jan 31, 2011 at 5:06 PM, Konstantin Kolinko knst.koli...@gmail.com wrote: 2011/1/31 John Bargos jbargo...@gmail.com: 1) I checked the libs in ant 1.8.2. apparently ant ships with: jasper-compiler.version=4.1.36 jasper-runtime.version=${jasper-compiler.version

Re: Problem with standard taglibs after precompiling a web app with TCD in 7.0.6 no support for addWebXmlMappings in jasper

2011-01-31 Thread John Bargos
/ /fileset fileset dir=${basedir}/lib include name=*.jar/ /fileset - fileset dir=${tomcat}/lib -include name=*.jar/ - /fileset /classpath include name=** / exclude name=tags/** / /javac Thanks for all your help! John

Problem with standard taglibs after precompiling a web app with TCD in 7.0.6 no support for addWebXmlMappings in jasper

2011-01-30 Thread John Bargos
Datasource fun/description  res-ref-namejdbc/postgres/res-ref-name  res-typejavax.sql.DataSource/res-type  res-authContainer/res-auth /resource-ref /web-app so what's going on here? any pointers? looks like google is my enemy on this one :( Your input and help is much appreciated, John

RE: Webapp undeploy failure

2010-12-21 Thread McGibbney, Lewis John
undeploy failure Pid schrieb am 20.12.2010 um 19:39 (+): On 20/12/2010 17:13, McGibbney, Lewis John wrote: Looking at server.xml I find that 'wombra' is the only webapp specified […] Don't define your app in server.xml. To understand why, search the list archives for Caldarale

RE: HTTP Status 500 - Server Internal Error (continued!)

2010-12-20 Thread McGibbney, Lewis John
I'm not sure the thread Tomcat points out wasn't stopped is related to Commons Logging. Could it be that you created the thread in your app? I think that you are correct here although if I post more of the log for you to see then maybe we can confirm whether it is a common issue or not

Webapp undeploy failure

2010-12-20 Thread McGibbney, Lewis John
Hello list, Tried to do a bit of reading on this but the results have not come up. I am using version 6.0.26 on windows XP and all I am trying to do is undeploy (and delete from tomcat webapp folder) one webapp which is deployed every time I start my tomcat instance. Having started my

RE: HTTP Status 500 - Server Internal Error

2010-12-19 Thread McGibbney, Lewis John
thank you for this it has been a great help Lewis From: Michael Ludwig [mil...@gmx.de] Sent: 19 December 2010 12:35 To: users@tomcat.apache.org Subject: Re: HTTP Status 500 - Server Internal Error McGibbney, Lewis John schrieb am 18.12.2010 um 21:20

RE: HTTP Status 500 - Server Internal Error (continued!)

2010-12-19 Thread McGibbney, Lewis John
Internal Error McGibbney, Lewis John schrieb am 18.12.2010 um 21:20 (+): I understand this now, my initial understanding was that Tomcat was distributed with a version of xerces (or some other) parser implementation Tomcat isn't, but the Sun JRE is shipping a forked and modified Apache

HTTP Status 500 - Server Internal Error

2010-12-18 Thread McGibbney, Lewis John
Hello List, I am currently using Apache Nutch 1.2 and Tomcat 6.0.26 (first post on list). I recently configured use of a plugin within Nutch which has been known to cause the above error due to the fact that Tomcat and Jena (a framework for building semantic web apps) are using conflicting

RE: HTTP Status 500 - Server Internal Error

2010-12-18 Thread McGibbney, Lewis John
:57 To: Tomcat Users List Subject: Re: HTTP Status 500 - Server Internal Error -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Lewis, On 12/18/2010 2:47 PM, McGibbney, Lewis John wrote: I am currently using Apache Nutch 1.2 and Tomcat 6.0.26 (first post on list). Welcome. I recently configured

Tomcat 6 performance multiple instances

2010-12-09 Thread John Goodleaf
Google is giving me too many different answers! I need to serve a single webapp to a lot of people with acceptable latency. There's no need for multiple contexts or any other funkines. Tomcat 6, JVM 1.6x. I have a hardware load balancer and two 64-bit machines (Windows 2003 Server--not my choice,

Re: Tomcat 6 performance multiple instances

2010-12-09 Thread John Goodleaf
On Thu, Dec 9, 2010 at 1:28 PM, Christopher Schultz ch...@christopherschultz.net wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 John, On 12/9/2010 4:04 PM, John Goodleaf wrote: Google is giving me too many different answers! :( I need to serve a single webapp to a lot

Issues In Tomcat v6.0.29 Service In Windows 2008 Server

2010-12-06 Thread michael john quijano
Hi, I would like to ask your help in setting up Tomcat v6.0.29 Service In Windows 2008 Server (64-bit). Tomcat is 32-bit same as Java 6 Update 18 but I got a service specific error where tomcat service failed to start. I've seen the tips fixing this issue but it won't work for me.

How to prevent Apache decoding characters with mod_jk

2010-10-26 Thread John Lister
aren't valid (for example if they contain %20, the URI class - used within Jersey - complains that a space isn't valid in a URL). Is it possible to prevent this from happening and pass the original url straight through to tomcat? I'm using apache 2.2.14 and mod_jk 1.2.28 Thanks John

Re: How to prevent Apache decoding characters with mod_jk

2010-10-26 Thread John Lister
Apologies, I came across this problem late last night and was probably too asleep to spot the solution, a quick recheck this morning after posting revealed forwardURICompat and forwardURIEscaped, the former was turned on. Problem solved, Thanks John On 26/10/2010 08:23, John Lister wrote

Re: 2 second delays in mod_jk while maintaining workers

2010-09-15 Thread John Baker
(..) fails, i.e. waited 2 seconds and discovered the socket was not being shut properly. Mladen has kindly added this to the next release. Thanks to everyone who's contributed and if I have any further updates, I will let you know. John

Re: 2 second delays in mod_jk while maintaining workers

2010-09-09 Thread John Baker
Thanks for the feedback. Can you tell me why this if statement exists: if (poll(fds, 1, timeout) 0) { ... } else break; It appears to be at fault. John - To unsubscribe, e

Re: 2 second delays in mod_jk while maintaining workers

2010-09-09 Thread John Baker
On Thursday 09 September 2010 13:59:50 you wrote: If that doesn't help, it's obvious the Tomcat doesn't close the socket, so should be investigated why. Like said before, either the Tomcat doesn't respond to shutdown or the shutdown's FIN packet isn't send to the Tomcat or back to

Re: 2 second delays in mod_jk while maintaining workers

2010-09-09 Thread John Baker
On Thursday 09 September 2010 15:45:44 you wrote: Nice. I spoke too soon. I'm now trying to figure out how to print out the IP address of the socket (I don't really do C) so I can log the socket that caused the poll to timeout, and compare with a tcpdump.

Re: 2 second delays in mod_jk while maintaining workers

2010-09-09 Thread John Baker
I would be happy to share all my evidence and write a report once we get to the bottom of this problem. Any hints on printing out the socket IP (i.e. of Tomcat)? On Thursday 09 September 2010 15:47:33 you wrote: On 09/09/2010 03:22 PM, John Baker wrote: Do you fancy putting that change

Re: 2 second delays in mod_jk while maintaining workers

2010-09-09 Thread John Baker
Interestingly, some of our JBoss instances are showing a large number ajp threads that seem to be in keep alive mode but are well beyond the connectionTimeout defined in server.xml (which is set to 9): Max threads: 40 Current thread count: 40 Current thread busy: 40 Max processing time:

Re: 2 second delays in mod_jk while maintaining workers

2010-09-09 Thread John Baker
On Thursday 09 September 2010 16:08:04 you wrote: On 09/09/2010 04:48 PM, John Baker wrote: On Thursday 09 September 2010 15:45:44 you wrote: Nice. I spoke too soon. I'm now trying to figure out how to print out the IP address of the socket (I don't really do C) so I can log

Re: 2 second delays in mod_jk while maintaining workers

2010-09-08 Thread John Baker
. Any thoughts, John - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: 2 second delays in mod_jk while maintaining workers

2010-09-08 Thread John Baker
should not be done in this thread if any linger is required). John .. MAX_SECS_TO_LINGER= 30 SECONDS_TO_LINGER= 2 ... int jk_shutdown_socket(jk_sock_t sd, jk_logger_t *l) { ... /* Shut down the socket for write, which will send a FIN * to the peer. */ if (shutdown(sd

Re: 2 second delays in mod_jk while maintaining workers

2010-09-08 Thread John Baker
On 09/08/2010 05:08 PM, John Baker wrote: The code *is* required. It is used when the client disconnects while the backend still has some data in the AJP buffer. Drain is needed to read that excess data. Why does it always report 0 bytes read? If you can compile mod_jk and test, try

Re: 2 second delays in mod_jk while maintaining workers

2010-09-08 Thread John Baker
-- From: John Baker To: Tomcat Users List ReplyTo: Tomcat Users List Subject: Re: 2 second delays in mod_jk while maintaining workers Sent: 8 Sep 2010 16:41 On 09/08/2010 05:08 PM, John Baker wrote: The code *is* required. It is used when the client disconnects while the backend still has some

Re: Fwd: Tomcat 5.0 which gets stuck

2010-09-08 Thread John Baker
Looks like your application took too long to respond and by the time it tried to write to the output stream, it had been closed. Have you set any connection/socket timeouts? -Original Message- From: Sumeet Chitte chittesum...@gmail.com Date: Wed, 8 Sep 2010 21:48:31 To:

Re: Tomcat 5.0 which gets stuck

2010-09-08 Thread John Baker
I thought an illegal state exception would occur if an attempt was made to write to a socket that's now shut but you are right, it looks more like an attempt to perform an internal redirect after response has been committed (although that message should appear in the logs). -Original

Re: 2 second delays in mod_jk while maintaining workers

2010-09-07 Thread John Baker
On Tuesday 07 September 2010 06:28:33 you wrote: On 09/06/2010 11:59 PM, John Baker wrote: What's jk_maintain? Function that maintains the workers (closes excess connections inactive for a long time) Anyhow, like Rainer said, if that's the case you should have something like

Re: 2 second delays in mod_jk while maintaining workers

2010-09-07 Thread John Baker
On Tuesday 07 September 2010 08:59:27 you wrote: It means that socket shutdown failed. Do you have firewall between mod_jk and JBoss or some non-standard network driver (e.g running under some VM)? We are using VMs but there should be no firewall. I should probably re-iterate that the

Re: 2 second delays in mod_jk while maintaining workers

2010-09-07 Thread John Baker
, I've tried setting: worker.basic.lock=0 but that does not solve the problem. Thanks John - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: 2 second delays in mod_jk while maintaining workers

2010-09-07 Thread John Baker
messages as before. John - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: 2 second delays in mod_jk while maintaining workers

2010-09-07 Thread John Baker
worker.basic.recovery_options=27 Don't want sticky sessions? Nope. The app clusters. Although it's set for other workers. John - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h

Re: 2 second delays in mod_jk while maintaining workers

2010-09-07 Thread John Baker
On Tuesday 07 September 2010 11:13:07 you wrote: It's obvious that shutdown(socket, SHUT_WR) poll(socket, 2 seconds) close(socket) caused poll call to time out, meaning that the JBoss side didn't respond to the shutdown(socket, SHUT_WR) call by closing it's side of the connection.

Re: 2 second delays in mod_jk while maintaining workers

2010-09-07 Thread John Baker
:24.868 2010] [364:47921619424608] [debug] wc_maintain::jk_worker.c (339): Maintaining worker lb-jboss51-integration John - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h

Re: 2 second delays in mod_jk while maintaining workers

2010-09-07 Thread John Baker
Where can I find documentation on JkWatchdog? On Tuesday 07 September 2010 13:51:23 you wrote: - As a workaround: using a JkWatchdog moves the maintain into a separate thread. But during the socket closing a lock is held, which blocks other threads from accessing the same worker.

2 second delays in mod_jk while maintaining workers

2010-09-06 Thread John Baker
a problem with 4.2.3) server.xml file has connectionTimeout=9 set on the AJP connetor. Can anyone offer some advice? Or if I need to provide more information, please detail what is required. Many thanks, John - To unsubscribe, e

Re: 2 second delays in mod_jk while maintaining workers

2010-09-06 Thread John Baker
On Monday 06 September 2010 18:56:20 you wrote: On 09/06/2010 04:16 PM, John Baker wrote: I've set the Jk logging to trace and you can see the debug statements and the 2s delays: Do you use NFS share by any chance to store the mod_jk log directory data? Nope. All log files

Re: 2 second delays in mod_jk while maintaining workers

2010-09-06 Thread John Baker
On Monday 06 September 2010 22:57:21 you wrote: I didn't look at the code now, but the 2 seconds remind me of the connection draining during socket shutdown, which could be related to jk_maintain? What's jk_maintain? - To

java.lang.NoSuchMethodError: javax.el.ExpressionFactory.newInstance()Ljavax/el/ExpressionFactory

2010-08-24 Thread Brochu, John
certain 6.0.29 is now referencing EL 2.1 and not JSP 2.0 - is anyone else having the same issue? Thanks, John

Connection Refused On Tomcat Server Shutdowns if...

2010-07-22 Thread John A Parker
the server.xml SHUTDOWN port lines shown above then the catalina.sh stop works as it should. Any ideas on why the dynamic port definition works on startup but not on shutdown? Thanks in advance, John A Parker Cornell University (607) 255-9356 john.a.par...@cornell.edumailto:john.a.par...@cornell.edu

RE: Connection Refused On Tomcat Server Shutdowns if...

2010-07-22 Thread John A Parker
Rainer, et al, Obvious (now that you point it out! (:-\). Moving my settings to JAVA_OPTS corrected the behavior. THANKS TO ALL! John Cornell University (607) 255-9356 john.a.par...@cornell.edu -Original Message- From: Rainer Jung [mailto:rainer.j...@kippdata.de] Sent: Thursday, July

Problems with parsing html with servlet

2010-07-09 Thread John Byrne
; * This is the form action FORM action=/ukjava1900 *** Kind Regards 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 - To unsubscribe, e-mail: users

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 ma...@apache.org wrote: On 09/07/2010 09:15, John Byrne wrote: webapps\comlinks\web-inf\web.xml It is WEB-INF, not web-inf. Case matters. Mark

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 a...@ice-sa.com 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 jbmulti...@gmail.com 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: SSL and non SSL configuration on tomcat 6.0.26, confused

2010-07-01 Thread John-Paul Ranaudo
No we are not. On 7/1/10, Pid p...@pidster.com wrote: On 01/07/2010 03:42, John-Paul Ranaudo wrote: I have now realized the root of the problem. The cause of the problem is that the load balancer will sometimes proxy an HTTPS request as an HTTP request so when we send back a redirect we send

Re: Tomcat 6.0.26

2010-07-01 Thread John Byrne
of 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 r...@roji.org wrote: Hi John. Both John and I were right... Moving your directory outside

Re: SSL and non SSL configuration on tomcat 6.0.26, confused

2010-07-01 Thread John-Paul Ranaudo
/07/2010 08:49, John-Paul Ranaudo wrote: No we are not. If the SSL-only resources match a specific path, you can add a security-constraint which doesn't have user roles, but does have a transport-guarantee set to 'CONFIDENTIAL'. The container will automatically upgrade a matching request

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 p...@pidster.com wrote: On 01/07/2010 13:26, Shay Rojansky wrote: /servlet/com

Re: SSL and non SSL configuration on tomcat 6.0.26, confused

2010-07-01 Thread John-Paul Ranaudo
for the other framework which does not use SSL. Why? How are you switching back to HTTP for 'the other framework', once the user has been on a page served under HTTPS? p On Thu, Jul 1, 2010 at 3:59 AM, Pid p...@pidster.com mailto:p...@pidster.com wrote: On 01/07/2010 08:49, John

Re: Tomcat 6.0.26

2010-07-01 Thread John Byrne
On 1 July 2010 16:25, Pid p...@pidster.com wrote: On 01/07/2010 15:52, John Byrne wrote: Hi Chuck Please find details of setup copied below FORM action=/UkJava1900 method=post name=payform onsubmit = return formCheck() The servlet and servlet-mapping tags both copied from webapps/myapp/WEB

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

Re: SSL and non SSL configuration on tomcat 6.0.26, confused

2010-07-01 Thread John-Paul Ranaudo
the incoming URL to tell which domain its coming from and handle appropriately. Thanks. On Thu, Jul 1, 2010 at 11:31 AM, Pid p...@pidster.com wrote: On 01/07/2010 16:01, John-Paul Ranaudo wrote: I am confused no doubt. What you say here is correct: /In your description of the issue so far

Re: SSL and non SSL configuration on tomcat 6.0.26, confused

2010-07-01 Thread John-Paul Ranaudo
I wish I could provide more information. At least I have narrowed down the problem. I am having a meeting with the architects of both frameworks today so perhaps I'll get some details. Thanks. On Thu, Jul 1, 2010 at 2:54 PM, Pid p...@pidster.com wrote: On 01/07/2010 19:38, John-Paul Ranaudo

Re: SSL and non SSL configuration on tomcat 6.0.26, confused

2010-06-30 Thread John-Paul Ranaudo
and Regards, John-Paul Ranaudo Application Architect On Fri, Jun 25, 2010 at 2:22 PM, Christopher Schultz ch...@christopherschultz.net wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 John-Paul, On 6/25/2010 1:40 PM, John-Paul Ranaudo wrote: Ok, so I am assuming I do not have to setup

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 r...@roji.org wrote: John, Can you please

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 chuck.caldar...@unisys.com wrote: From: John Byrne

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: SSL and non SSL configuration on tomcat 6.0.26, confused

2010-06-26 Thread John-Paul Ranaudo
Chris Sorry for the late reply. While I have not been able to try this yet your explanations are very clear and I understand better what the options on the connector mean now. I will give this a try. Thank you for your reply. Regards, John Ranaudo On Fri, Jun 25, 2010 at 2:22 PM, Christopher

SSL and non SSL configuration on tomcat 6.0.26, confused

2010-06-25 Thread John-Paul Ranaudo
with the http framework but gives me the mixed content warning in IE because some requests are http and some https. It's obvious I have not worked with SSL very much. Any help would be greatly appreciated. Regards, John Ranaudo

Re: SSL and non SSL configuration on tomcat 6.0.26, confused

2010-06-25 Thread John-Paul Ranaudo
to the port 80 internally and scheme to 'https'. This actually had the effect of making one framework (the one with https) work but broke the other. Regards, John On Fri, Jun 25, 2010 at 1:18 PM, Pid p...@pidster.com wrote: On 25/06/2010 17:56, John-Paul Ranaudo wrote: Our environment: Unix

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
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 the type directly from the value which ... sounds

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
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-not-fully-support-method-invocation%2C-such-as-%22

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 ... sounds not a solution. In a slightly more complex scenario

Tomcat 4.1.30 failed to startup with 4GB memory

2010-05-31 Thread John Mok
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.30 could utilize the 4GB memory on a 64-bit machine. Thanks a lot. John Mok - To unsubscribe

tomcat clustering

2010-05-30 Thread John Smith
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

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(helloWorldModel)} I tried to use JSF 2.0 + Facelets

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

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 invocation, such as #{helloWorldController.doSomething

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 johnwu@gmail.com: 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 part of Tomcat 7, drop

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

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,

Tomcat not serving large content?

2010-03-31 Thread John Dunne
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'm using tomcat 5.5.28

RE: Tomcat not serving large content?

2010-03-31 Thread John Dunne
. -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. That's not really very large

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

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,

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