Re: [EXTERNAL] Re: Re: Re: General Architecture Question for multiple websites on a single RedHat server

2012-07-11 Thread Simon, Leonard
Mark, I really do appreciate your time in assisting, It's these up front sessions that could lead to consulting gigs later on. Free consultations pay off in the end. On Tue, Jul 10, 2012 at 3:33 PM, Mark Eggers its_toas...@yahoo.com wrote: - Original Message - From: André Warnier

Re: [EXTERNAL] RE: Re: General Architecture Question for multiple websites on a single RedHat server

2012-07-10 Thread Simon, Leonard
From: a...@ice-sa.com To: users@tomcat.apache.org Subject: Re: [EXTERNAL] Re: General Architecture Question for multiple websites on a single RedHat server Simon, Leonard wrote: Well our Tomcat went out to lunch again and we had to recycle the webserver to get things stablized

Re: [EXTERNAL] Re: Re: General Architecture Question for multiple websites on a single RedHat server

2012-07-10 Thread Simon, Leonard
- Hash: SHA1 Simon, On 7/9/12 4:24 PM, Simon, Leonard wrote: Well our Tomcat went out to lunch again and we had to recycle the webserver to get things stablized. By this I mean we get reports from the users that screens become unresponsive and looking at a top we see tomcat process taking

Re: [EXTERNAL] Re: General Architecture Question for multiple websites on a single RedHat server

2012-07-09 Thread Simon, Leonard
, Simon, Leonard wrote: Our goals are as follows: The operating system will be RHEL 6.X. We want to run Apache and Tomcat on a single server running five websites using different ports for each. Our goal is to manage each web server independently, i.e., separate shutdown

Re: [EXTERNAL] Re: General Architecture Question for multiple websites on a single RedHat server

2012-07-05 Thread Simon, Leonard
ch...@christopherschultz.net wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Leonard, On 7/2/12 4:32 PM, Simon, Leonard wrote: Our goals are as follows: The operating system will be RHEL 6.X. We want to run Apache and Tomcat on a single server running five websites using

General Architecture Question for multiple websites on a single RedHat server

2012-07-02 Thread Simon, Leonard
Our goals are as follows: The operating system will be RHEL 6.X. We want to run Apache and Tomcat on a single server running five websites using different ports for each. Our goal is to manage each web server independently, i.e., separate shutdown and startup scripts and hopefully different

Re: Logging per webapp per instance

2011-12-20 Thread Simon
, Simon 2011/12/19 Daniel Mikusa dmik...@vmware.com: On Mon, 2011-12-19 at 09:05 -0800, Leon Rosenberg wrote: Hello, you can specify the logoutput as relative path: instead of log4j.appender.file.File=/var/log/webapp.log to log4j.appender.file.File=logs/webapp.log and link the local file

Re: Logging per webapp per instance

2011-12-20 Thread Simon
2011/12/21 Konstantin Kolinko knst.koli...@gmail.com: 2011/12/20 Christopher Schultz ch...@christopherschultz.net: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Simon, On 12/19/11 11:54 AM, Simon wrote: log4j.appender.file.File=/var/log/webapp.log Thus, there is 3 identical webapps

Logging per webapp per instance

2011-12-19 Thread Simon
Hi, Our webapp is packaged with the log4j framework (1.2.16) and a log4j configuration that redirect all logs to a file on the server filesystem. This log file is rotated when it reaches 50M. Here is the configuration detail : log4j.rootLogger=INFO, file

Re: Tomcat won't start

2011-09-20 Thread Simon Peter Lwanjo
Hi, Some help from the forum - i am relatively new to administering Tomcat. Apache Tomcat on one of our Redhat Linux servers won't start. The service status says tomcat55 dead but subsys locked You cannot kill the service because the PID is not locatable. Anyone? Simon -

Re: Tomcat won't start

2011-09-20 Thread Simon Peter Lwanjo
-sa.com wrote: Simon Peter Lwanjo wrote: Hi Andre', as you will, i am trying to get all the help i can get from any source, reason i indicated the OS type and tomcat version and the log errors!! No, you did not. There are many versions of Tomcat 5.5. The precise version is important

Re: ServletRequestListener and Expect-Header

2011-06-27 Thread Simon Olofsson
this is a valid ServletRequest. The Connector ensures that only valid Request are forwarded to the application. [1] http://download.oracle.com/javaee/6/api/javax/servlet/ServletRequestListener.html Regards Simon - To unsubscribe, e-mail

Re: ServletRequestListener and Expect-Header

2011-06-27 Thread Simon Olofsson
once you've got something working. Thanks in advance for any contributions you may have. thanks for the instructions. I just filled a bug (including patch) at: https://issues.apache.org/bugzilla/show_bug.cgi?id=51436 Regards Simon

Re: Allow Servlet to Control 100-continue response

2011-06-19 Thread Simon Olofsson
On 2011-06-18 13:46, Mark Thomas wrote: You can use a Filter as mack Lu suggested Wrong. Thanks for the correction. In StandardWrapperValve the request is acknowledged before the FilterChain is constructed. I should've looked it up :) Simon

ServletRequestListener and Expect-Header

2011-06-08 Thread Simon Olofsson
the Request in catalina.connector.Request.parseParameters(). Any ideas or help with submitting a patch is greatly appreciated. [1] http://pastebin.com/r2J0P3qx Best, Simon - To unsubscribe, e-mail: users-unsubscr

OpenID

2010-10-31 Thread Simon Funnell
Hi, Are there any projects specific for Tomcat, like a Realm/Authenticator combination with appropriate licensing, that implements openid features? Regards, Simon - To unsubscribe, e-mail: users-unsubscr

Re: How to protect the plain text username and password in the server.xml

2010-10-29 Thread Simon Funnell
dynamically, by a script for example. This script could potentially be limited in execution to the tomcat user/instance. Other users who can possibly read the script that generates the the username/password, but not execute it, cannot get the username/password. Regards, Simon | On 29/10/10 10:19, 彬 乔

Re: how can i turn off This is very likely to create a memory leak.

2010-10-28 Thread Simon Funnell
a ServletContextListener.contextDestroyed that does so. Regards, Simon Oct 28, 2010 3:50:55 PM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads SEVERE: The web application [/moskitodemo] appears to have started a thread named [MoskitoIntervalUpdater] but has failed to stop it. This is very likely to create

Fwd: Re: deploying as ROOT application

2010-10-26 Thread Simon Funnell
'or' (I think) a war file called ROOT.war in the webapps folder. Or use the manager webapp. Simon - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

APR Features

2010-10-19 Thread Simon Funnell
of sendfile, is their any difference? I figure that if I have lots of unauthenticated users this will help with maintaining the load. Regards, Simon - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional

Confidential Login

2010-10-18 Thread Simon Funnell
constraint. I am thinking that some sort of redirect will be required instead to make the transition from non-secure to secure (for authentication) and back to non-secure. Will tomcat do this out of the box or will I need a need a custom/additional authentication package? Regards, Simon

APR Features

2010-10-18 Thread Simon Funnell
of sendfile, is their any difference? I figure that if I have lots of unauthenticated users this will help with maintaining the load. Regards, Simon - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional

Re: Where is this class? - Check out http://findjar.com

2010-04-22 Thread Simon Husin
Dave, Yes, there is, http://findjar.com On Thu, 22 Apr 2010 11:22:05 -0600, laredotornado laredotorn...@gmail.com wrote: Hi, Im running Tomcat 6.0.26. In my app, I'm getting a java.lang.ClassNotFoundException: javax.validation.ValidatorFactory exception. Does anyone know where to find

Tomcat 5.5.20 Installation Issues for IIS Redirect

2009-11-04 Thread Corrin, Simon P
but I don't have the files they are looking for as a part of my installation. Can anyone help me out to get this version installed correctly so I can use IIS Redirect to set up SSO? Thanks in advance for your help on this. Thanks! Simon

Tomcat 5.5.20 Installation Issues for IIS Redirect

2009-11-02 Thread Corrin, Simon P
have the files they are looking for as a part of my installation. Can anyone help me out to get this version installed correctly so I can use IIS Redirect to set up SSO? Thanks in advance for your help on this. Thanks! Simon.

HTTP 400 not appearing in access log

2009-10-28 Thread Simon MaticLangford
Simon PS: Apologies for the footer. Simon Matić Langford Java Development Lead / Embedded Architect Distributed Systems Engineering Betfair. Betting as it should be. P Please consider the environment before printing Betfair Limited | Winslow Road | Hammersmith Embankment | London | W6

RE: HTTP 400 not appearing in access log

2009-10-28 Thread Simon MaticLangford
Hi Mark, Thanks for the quick response. I think for me the intention that there is always a ROOT webapp wasn't clear to me. I'll ensure we have one in future. Simon -Original Message- From: Mark Thomas [mailto:ma...@apache.org] Sent: 28 October 2009 14:08 To: Tomcat Users List Subject

Re: blocked / hanging on call to HandlerRequest.checkRequest

2009-09-29 Thread Simon Papillon
and is generally over 6 during the day time. Cheers for your reply, Simon - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

RE: Upgrade from 5.5.9 to 5.5.20 Help

2009-09-29 Thread Corrin, Simon P
well, so hoping your advice to copy the config files, etc... over will work well. I will give it a try and see how it goes. Thanks! Simon. -Original Message- From: Pid [mailto:p...@pidster.com] Sent: Monday, September 28, 2009 4:30 PM To: users@tomcat.apache.org Subject: Re: Upgrade

blocked / hanging on call to HandlerRequest.checkRequest

2009-09-28 Thread Simon Papillon
if anyone knows what the HandlerRequest.checkRequest method does and why it is there I'd be interested to know. Cheers Simon - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h

Upgrade from 5.5.9 to 5.5.20 Help

2009-09-28 Thread Corrin, Simon P
direction here? From version: 5.5.9 To version: 5.5.20 OS: Windows Server 2000 IIS: IIS 5 using IIS Redirect for SSO purposes (application requirements) Other than that it is a pretty vanilla installation. Thanks in advance, Simon.

Re: Jakarta Connector 1.2.28 with Windows Server 2008 64bit, IIS 7.0 and Tomcat 6.0.18

2009-07-14 Thread Simon Kulessa
was not found is because I missed a / at the end of the url. Regards, Simon. Rainer Jung schrieb: On 13.07.2009 15:04, Simon Kulessa wrote: Hello, I am trying to configure IIS 7.0 and Tomcat 6.0.18 with the JK 1.2.28 Connector. OS is Windows Server 2008 64bit. I have followed the tutorial from http

Jakarta Connector 1.2.28 with Windows Server 2008 64bit, IIS 7.0 and Tomcat 6.0.18

2009-07-13 Thread Simon Kulessa
is* no result is found, which indicates that the dll was not loaded. I have googled for a solution for this problem but found nothing valid yet .. Help is appreciated Thanks, Simon. - To unsubscribe, e-mail: users-unsubscr

Re: How to serve JSPs (and other resources) from within a jarfile?

2008-12-18 Thread Simon Kitching
Mikolaj Rydzewski schrieb: Simon Kitching wrote: I have noticed that the server.xml can be configured to point to a custom DirContext class, like this: Context Resources className=my.custom.dircontext.impl/ /Context I don't know anything about above solution. But for sure

How to serve JSPs (and other resources) from within a jarfile?

2008-12-16 Thread Simon Kitching
jsp hot reload. But I do want the result to be just *one* webapp (one ServletContext); redirecting to another webapp or dynamically fetching pages from another webapp is not what I'm aiming for. Any suggestions are very welcome.. Thanks, Simon

Re: How to serve JSPs (and other resources) from within a jarfile?

2008-12-16 Thread Simon Kitching
Kees Jan Koster schrieb: Dear Simon, I have embedded the jspwiki project within my own webapp, to provide a help engine. The jspwiki project provides java classes (in a jarfile) plus some .jsp files and assorted resource-files (images, scripts, etc). Currently I put all the java classes

JSP: How to write custom tag that reads its body text without evaluating embedded EL expressions

2008-10-21 Thread Simon Kitching
CDATA doesn't work, as that is returned as part of the body text. Using xml comments doesn't suppress evaluation of the body text. Using jsp %-- --% comments suppresses the body-text completely. Environment: Tomcat 6.0.16 java 1.6.0 Thanks, Simon

RE: Tomcat Custom Connector

2008-09-20 Thread Simon Aquilina
created of type HttpServlet or some other type within the Coyote package rather then leave it to the CoyoteAdapter within the Catalina package. Thanks and Regards, Simon J. From: [EMAIL PROTECTED] To: users@tomcat.apache.org Subject: RE: Tomcat Custom Connector Date: Tue, 17 Jun 2008 10:41:54

Re: Embedding custom metadata in a jsp page; access generated Class via reflection?

2008-07-30 Thread Simon Kitching
the class of the servlet generated from the jsp. Hmm..in the case of jsp, this would need to return not the JspServlet that compiles the jsps, but the generated class, so it's not trivial. There's probably a solution somewhere though.. Thanks again, Simon Bill Barker schrieb: As Mikolaj pointed

Embedding custom metadata in a jsp page; access generated Class via reflection?

2008-07-29 Thread Simon Kitching
. Or perhaps someone can suggest an alternate approach to embedding metadata that can be accessed before the page renders? Thanks, Simon - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL

Re: Embedding custom metadata in a jsp page; access generated Class via reflection?

2008-07-29 Thread Simon Kitching
Mikolaj Rydzewski schrieb: Simon Kitching wrote: Or perhaps someone can suggest an alternate approach to embedding metadata that can be accessed before the page renders? Please provide as with more details, at this point your requirement is a little bit strange. Have you

RE: Tomcat Custom Connector

2008-06-17 Thread Simon Aquilina
Hi Bill, Thanks again for your reply. Your comments are very helpfull :) I will definitly have other questions in the future but for now I think I can move forward :) Thanks again, Simon J. To: users@tomcat.apache.org From: [EMAIL PROTECTED] Subject: Re: Tomcat Custom Connector Date: Fri

Re: jk load balancing based upon ip address rather than session id

2008-06-13 Thread Simon Papillon
lines in total. Thanks for your reply, All the best Simon - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: jk load balancing based upon ip address rather than session id

2008-06-13 Thread Simon Papillon
Ben, Rainer, That is an excellent idea, and would seem to be a very elegant solution, I'll give it a shot. Thank you both very much. I really appreciate it. Cheers Simon - To start a new topic, e-mail: users@tomcat.apache.org

Re: jk load balancing based upon ip address rather than session id

2008-06-13 Thread Simon Papillon
. Cheers for the comment though Simon - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: jk load balancing based upon ip address rather than session id

2008-06-13 Thread Simon Papillon
own registry of user login sessions and a tracking id which happens to be a JSESSIONID. Cheers Simon - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

jk load balancing based upon ip address rather than session id

2008-06-12 Thread Simon Papillon
the balancer web in tomcat app and forego the jk load balancer, or bite the bullet and make the tomcat containers a cluster. Any suggestions / help would be very much appreciated Cheers Simon - To start a new topic, e-mail: users

Re: jk load balancing based upon ip address rather than session id

2008-06-12 Thread Simon Papillon
Hi Chris, Thanks for the reply, Simon, Simon Papillon wrote: | when there are | several all servicing requests in a load balanced context, it doesn't | work, because the session ids from different domains may be directed | to different tomcat instances / containers, which then breaks

RE: Tomcat Custom Connector

2008-06-11 Thread Simon Aquilina
in the Connector / tag will be passed JavaBean style to the ProtocolHandler to handle init options. For the simplest example, look at org.apache.coyote.memory.MemoryProtocolHandler (but this one is mostly useful for unit testing). Simon Aquilina [EMAIL PROTECTED] wrote in message news:[EMAIL

RE: Tomcat Custom Connector

2008-06-04 Thread Simon Aquilina
example, look at org.apache.coyote.memory.MemoryProtocolHandler (but this one is mostly useful for unit testing). Simon Aquilina [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Hi, I am interested in building a custom connector for Tomcat. I have checked the Tomcat source code

Tomcat Custom Connector

2008-06-03 Thread Simon Aquilina
Hi, I am interested in building a custom connector for Tomcat. I have checked the Tomcat source code and found the source code for the ‘http11’ and ‘ajp’ connectors. I thought of trying to understand the code of these two connectors and then try to implement mine based on these. However I am

help decipher log entry

2008-02-25 Thread Paul Simon
Hi, I have a tomcat server running a lone java application on vms. The problem is that it shuts down occasionally for seemingly no reason. Could somebody help shed some light on the following log snippet - it's the entry right before the shutdown happens. I'm really a novice when it comes to

Re: Session expiration and AJAX issues

2008-02-25 Thread Paul Simon
Hi, We've set our session expiration to 12 hours (I know it's long) and we're seeing behavior where certain browsers (namely IE) apparently can't count that high (we set the meta Refresh header but the page doesn't reload after the allotted time, session expiration time + 20 minutes).

Keep a Tomcat persistent SSL server connection

2007-10-30 Thread Paul Simon
Dear folks, I have a long lived SSL connection which I'd like to maintain with the Tomcat server, but it times out after a few minutes. Can someone shed tips how to do maintain a long-lived SSL connection with a Tomcat server? Thanks ahead

RE: i am looking for professional tomcat support for enterprise

2007-07-17 Thread Simon Kok
Hi Tom, What are you using to monitor your web applications? -- Simon. -Original Message- From: David Jackson SBS PGST [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 17, 2007 11:33 AM To: Tomcat Users List Subject: Re: i am looking for professional tomcat support for enterprise we

What are you using to monitor the performance of Tomcat?

2007-07-15 Thread Simon Kok
at a url level. - Simon. - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: No X509Certificate Attribute In IIS Redirected Request

2007-06-27 Thread Simon . Temple
SSLDiag to diagnose the second of my problems. I hope this is useful... if only to state that this is NOT a problem with JK1.2 or Tomcat 6 Thanks to all who commented - Simon T Subject: Re: No X509Certificate Attribute In IIS Redirected Request Hi Simon, Have you figured out the problem

No X509Certificate Attribute In IIS Redirected Request

2007-06-21 Thread Simon . Temple
... IIS or JK1? Does anyone know of a workaround? Will JK2 fix my problem? My customer must use IIS... so replacing with Apache is not an option. :-( TIA Simon Temple - To start a new topic, e-mail: users@tomcat.apache.org

Re: No X509Certificate Attribute In IIS Redirected Request

2007-06-21 Thread Simon . Temple
HTTPS_SERVER_ISSUER HTTPS_KEYSIZE JK1 appears to ignore them! So is this a defect in JK 1.2.23 or something I need to 'switch-on'? - Simon Temple 21 June 2007 15:38 To: users@tomcat.apache.org cc: From: [EMAIL PROTECTED] Subject: No X509Certificate Attribute In IIS Redirected Request Hi

Re: Global Footer Accross All Webapps

2007-05-02 Thread Simon Stone
Sorry to be dim, what are tiles ? Brantley Hobbs-3 wrote: You could easily do it with tiles. An alternative would be to use a filter and append your footer to the output stream. B. Simon Stone wrote: I am trying to find a way to put some html text on the bottom of all pages

Global Footer Accross All Webapps

2007-04-19 Thread Simon Stone
I am trying to find a way to put some html text on the bottom of all pages across all webapps. So what i would like to acheive is when any page is displayed to a visitor at the bottom of the page, MY text is added without changing the files within the webapp's themselves. Basically a global

RE: 404 and originally requested URL

2007-04-19 Thread Simon Stone
Have you tried using the request.getHeader(Referer) to get the page that sent the previous request Propes, Barry L [GCG-NAOT] wrote: did you check your logs? Did they tell you anything? -Original Message- From: Guilhem SEMPERE [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 18,

Re: Marking servlet [] as unavailable, again...

2007-03-26 Thread Simon Brooke
On Sunday 25 March 2007 02:44, Martin Gainty wrote: Simon- something is happening to interfere with the successful completion of init() method of your Servlet such as cannot find classes such as 'uk.co.weft.exceptionhandler.BugzillaExceptionHandler' or one of the init-param in web.xml could

Marking servlet [] as unavailable, again...

2007-03-24 Thread Simon Brooke
is how to configure Tomcat so that it will print an exception dump somewhere when it is marking things as unavailable. Thanks Simon -- Simon Brooke:: [EMAIL PROTECTED] :: http://www.weft.co.uk/ Simon Brooke trading as The Web Engineering Factory and Toolworks

error-page with exception-type still causes log message with level=ERROR

2007-01-31 Thread Simon Kitching
turned up nothing either. I am using JBoss 4.0.5 which includes tomcat 5.5.20. Thanks in advance, Simon - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands

RE: Need help with JK2 connector/workers2.properties

2006-12-21 Thread Simon Renshaw
confidentiel. Si vous n'êtes pas le destinataire de ce document, nous vous signalons qu'il est strictement interdit de le diffuser, de le distribuer ou de le reproduire. - Original Message - From: Simon Renshaw [EMAIL PROTECTED] To: Tomcat Users List users@tomcat.apache.org Sent: Wednesday

RE: Need help with JK2 connector/workers2.properties

2006-12-21 Thread Simon Renshaw
Server? I had problems with this. In this case, you have to add a Web Service Extension on IIS, which is pointing to Redirector dll, and you have to give status allowed in the checkbox. Stefan -Ursprüngliche Nachricht- Von: Simon Renshaw [mailto:[EMAIL PROTECTED] Gesendet: Donnerstag, 21

RE: Installing Tomcat and IIS

2006-12-20 Thread Simon Renshaw
Thanks again! Today I will try to install version 1.2. Maybe I'll get it to work. My other sites are OWA and a few Wikis (uses PHP). -Original Message- From: LiuYan 刘研 [mailto:[EMAIL PROTECTED] Sent: 19 décembre, 2006 21:51 To: users@tomcat.apache.org Subject: RE: Installing Tomcat

RE: Need help with JK2 connector/workers2.properties

2006-12-20 Thread Simon Renshaw
-examples/ works fine but I get a 404 if I try to go to http://192.168.64.20/jsp-examples/. What am I missing? Thanks! Simon -Original Message- From: Caldarale, Charles R [mailto:[EMAIL PROTECTED] Sent: 19 décembre, 2006 14:20 To: Tomcat Users List Subject: RE: Need help with JK2 connector

RE: Need help with JK2 connector/workers2.properties

2006-12-19 Thread Simon Renshaw
At the point I'm at, I will try this. Thanks! -Original Message- From: Rainer Jung [mailto:[EMAIL PROTECTED] Sent: 19 décembre, 2006 14:29 To: Tomcat Users List Subject: Re: Need help with JK2 connector/workers2.properties Caldarale, Charles R schrieb: From: Simon Renshaw [mailto

RE: Installing Tomcat and IIS

2006-12-18 Thread Simon Renshaw
paragraphs of that article what you want? 1.start IIS, start Tomcat 2.browse http://localhost/servlets-examples/ or something else to test your installation Simon Renshaw-2 wrote: And once it is installed, how is it supposed to work? That part is missing from the article :) -Original

RE: Installing Tomcat and IIS

2006-12-15 Thread Simon Renshaw
, and I can't get it run. Step 7 is important for IIS6. Simon Renshaw-2 wrote: Hi, Since it looks like my problems with Tomcat are caused by the firewall we're using, it is time to try Plan B. Plan B would be to install Tomcat on the same server where IIS is located and have both of them

Installing Tomcat and IIS

2006-12-14 Thread Simon Renshaw
/article.php?storyid=485page=0 that does that. Unfortunately, it is using something that hasn't been maintained in a year and the article is kinda confusing. Look like it is missing some information. Does anybody have experience with that? Pointers would be appreciated. Thanks, Simon

Having trouble making Tomcat available from outside the network

2006-12-13 Thread Simon Renshaw
. Is there something I missed when I installed Tomcat? Thanks! Simon - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Having trouble making Tomcat available from outside the network

2006-12-13 Thread Simon Renshaw
There are a lot of log types in /logs. Which one should I check? The server is behind a firewall and we use NAT. Think this could be the cause? I use the firewall to forward HTTP, SMTP, FTP etc request to other servers and I'm only having troubles with Tomcat. I'm really stumped there. Simon

RE: Having trouble making Tomcat available from outside the network

2006-12-13 Thread Simon Renshaw
outside the network What is the weird stuff? Have you tried port 8080 that is a normal testing port for 80? This sounds like a fun one to track down and may be more related to network than Tomcat. Robert S. Harper Information Access Technology, Inc. -Original Message- From: Simon

JSessionId and Google

2006-12-06 Thread Simon Pink
) than have a minor percent of customers not being able to use my site. Or is there another solution that I have missed here? Kind Regards, Simon. - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL

Re: JSessionId and Google

2006-09-19 Thread Simon Pink
results/rankings? It does seem that Google thinks it is a bad idea. Regards, Simon. On 9/20/06, Filip Hanik - Dev Lists [EMAIL PROTECTED] wrote: couldn't you simply create a HttpServletResponseWrapper object in a filter, this object could overwrite the method that encodes the URL and remove

Re: Password retries

2006-07-31 Thread Simon O'Malley
, or step outside the process. Might look at that for my personal firewall though, good idea that. Will look at putting something together further down the track to handle this. Does anyone know if any of the other JWS's handle this issue?? Simon On 7/29/06, Maurice Yarrow [EMAIL PROTECTED] wrote

Password retries

2006-07-27 Thread Simon O'Malley
period of time. I.e. let them try 3 times then disable the account for 20 minutes. Interested in hearing from anyone who has done something along those lines. I have done a google search and read the doco but couldn't find any mention to something like this. Cheers Simon

RE: HTTP Status 503 - Servlet admin.login_jsp is currently unavailable

2006-07-13 Thread simon jones
Hi David, Ok I did as instructed and tried the admin. Now I get the Tomcat's administration web application is no longer installed by default. Download and install the admin package to use it. error. No entries in the log either, where next? Cheers, Simon -Original Message- From

RE: HTTP Status 503 - Servlet admin.login_jsp is currently unavailable

2006-07-13 Thread simon jones
2 root root 4096 Apr 14 19:09 users/ drwxr-xr-x 2 root root 4096 Apr 14 19:09 valve/ drwxr-xr-x 3 root root 4096 Jul 10 16:53 WEB-INF/ Simon -Original Message- From: David Smith [mailto:[EMAIL PROTECTED] Sent: 13 July 2006 12:49 To: Tomcat Users List Subject: Re: HTTP Status

RE: HTTP Status 503 - Servlet admin.login_jsp is currently unavailable

2006-07-13 Thread simon jones
You sir are a star! Well spotted, that did the trick. Thanks very much. Simon -Original Message- From: David Smith [mailto:[EMAIL PROTECTED] Sent: 13 July 2006 13:01 To: Tomcat Users List Subject: Re: HTTP Status 503 - Servlet admin.login_jsp is currently unavailable Look

RE: HTTP Status 503 - Servlet admin.login_jsp is currently unavailable

2006-07-13 Thread simon jones
simon jones wrote: Think it is most likely me having the files in the wrong place by the looks of it, here's my dirs with file list: /usr/local/jakarta/jakarta-tomcat-5.5.9/conf/Catalina/localhost drwxr-xr-x 2 tomcat nobody 4096 Jul 12 15:27 ./ drwxr-xr-x 3 tomcat nobody 4096 Mar

HTTP Status 503 - Servlet admin.login_jsp is currently unavailable

2006-07-12 Thread simon jones
/conf/Catalina/localhost/admin.xm l /usr/local/jakarta/jakarta-tomcat-5.5.9/webapps/server/webapps/admin/adm in.xml thanks Simon Jones SAQ Group Simon Jones SAQ Group Tel: 0870 737 7707 VoIP: 4822813 Fax: 0870 737 7708 [EMAIL PROTECTED] http://www.saqnet.co.uk AS29219 SAQ Group providers

RE: HTTP Status 503 - Servlet admin.login_jsp is currently unavailable

2006-07-12 Thread simon jones
simon jones wrote: Hi, can anyone help me with this one? Thanks! I've installed tomcat - no probs - manager works great as does the installation but I can't get the admin working, I know this has been posted before but I can't find a fix so I'm also providing as much information as possible

License query for jstl.jar

2006-06-13 Thread Simon Kitching
a nested jsp:param. PR: Obtained from: Submitted by: Reviewed by: /quote Regards, Simon - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

RE: License query for jstl.jar

2006-06-13 Thread Simon Kitching
-Original Message- From: Mark Thomas [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 14, 2006 11:32 AM To: Tomcat Users List Subject: Re: License query for jstl.jar Simon Kitching wrote: However it isn't clear to me whether the license for this jar in fact allows

RE: License query for jstl.jar

2006-06-13 Thread Simon Kitching
-Original Message- From: Mark Thomas [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 14, 2006 12:42 PM To: Tomcat Users List Subject: Re: License query for jstl.jar IANAL... Understood; I'm grateful for your comments anyway.. Simon Kitching wrote: Unfortunately, in order

RE: License query for jstl.jar

2006-06-13 Thread Simon Kitching
-Original Message- From: Mark Thomas [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 14, 2006 1:23 PM To: Tomcat Users List Subject: Re: License query for jstl.jar Simon Kitching wrote: Actually, every file I've looked at in the jakarta taglibs project DOES have

Re: Lifecycle listener class loading problem

2006-04-05 Thread Simon Watson
] wrote: Then just for kicks, place it in the server/classes directory and also the shared/classes directory. -Original Message- From: Simon Watson [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 05, 2006 1:29 PM To: Tomcat Users List Subject: Re: Lifecycle listener class loading

Issues When Restarting Tomcat

2005-11-24 Thread Carroll, Simon, CND
help me with this issue I would be very grateful. Thanks in advance Simon - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

jsp:include buffers generated data?

2005-11-13 Thread Simon Kitching
, I gave not been able to find the source to see what it's doing and maybe why.. 2) Is this buffering behaviour of jsp:include mandated by the JSP/servlet specs, or tomcat-specific? Thanks, Simon - To unsubscribe, e-mail

<    1   2