JSessionId and Google

2006-09-19 Thread Simon
? If not, is it possible to turn off cookieless session tracking all together? Yes, unfortunately at the crux of it, search engine rankings are more important than users with cookies disabled for this particular site. Thanks, and Kind

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 log4j.appender.file=org.apache.log4j.Roll

Re: Logging per webapp per instance

2011-12-20 Thread Simon
, Simon 2011/12/19 Daniel Mikusa : > 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

Re: Logging per webapp per instance

2011-12-20 Thread Simon
2011/12/21 Konstantin Kolinko : > 2011/12/20 Christopher Schultz : >> -BEGIN PGP SIGNED MESSAGE- >> Hash: SHA1 >> >> Simon, >> >> On 12/19/11 11:54 AM, Simon wrote: >>> log4j.appender.file.File=/var/log/webapp.log >>> >>>

Re: Tomcat doesn't allow me to login

2024-09-20 Thread Simon Matter
mcat-users.xml > > 183 vi /opt/tomcat/apache-tomcat-10.1.30/conf/tomcat-users.xml > > 184 $CATALINA_HOME/bin/shutdown.sh > > 185 $CATALINA_HOME/bin/startup.sh > > 186 tail -f $CATALINA_BASE/logs/catalina.out > > 187 find / -name tomcat-users.xml > >

Re: Documentation doubt

2024-11-16 Thread Simon Arame
Thanks a lot, those answer cleared the doubt I had. Now I understand. Le sam. 16 nov. 2024, 10 h 11, Christopher Schultz < ch...@christopherschultz.net> a écrit : > Simon, > > On 11/14/24 3:08 PM, Simon Arame wrote: > > Hi, simple question to confirm a doubt about > >

Documentation doubt

2024-11-14 Thread Simon Arame
the cases in which it is ok to have a META-INF/context.xml file inside an application ? Thank you, Simon

Re: [EXTERNAL] - Need help tomcat

2023-10-02 Thread Simon Matter
> Yes I have deleted them and again I have sent a email with screenshot. > Please check that. > > Regards, > Deepak Hi, please note that attachments are not delivered on this mailing list. Regards, Simon - To

Re: Wondering about tomcat-users.xml could not be found

2023-11-17 Thread Simon Matter
1 root root 2756 Jan 15 2022 tomcat-users.xml Is your Tomcat running as root? I hope not, but if it's running as user tomcat or some other unprivileged user, it won't be able to read your tomcat-users.xml as long as the user is not member of group root. Regards, Simon --

Re: Tomcat9 not listening to ipv4 port 8080, only ipv6

2023-11-28 Thread Simon Matter
e when Tomcat was starting up. On systems running systemd it's easy to get into troubles with the way systemd parallelizes the system startup. Systemd service units often need additional tuning to result in reliable startup order. Regards, Simon > > [1] > https://tomcat.apac

Re: I can't find how to stop TOMCAT during INITIALIZATION phase

2023-12-15 Thread Simon Matter
you see any other possible solutions? > Did you try to terminate the process with SIGUSR1 instead of SIGKILL? I usually terminate Java processes with SIGUSR1 if SIGTERM is not handled in time and it still seems to do some clean

Re: mod_jk logging issue

2023-12-20 Thread Simon Matter
ny load sharing. > > I'm on Ubuntu 22.04, Apache 2.4.52. The mod_jk version is possibly > 1.2.48-1. Can it be that your application crashes on shutdown? This is usually why cleanup is not working properly. Regards, Simon --

Re: mod_jk logging issue

2023-12-20 Thread Simon Matter
> Hi Rainer/Simon - I've just had another look at this. With no > application running (IOW, all Java processes killed), I see this > behaviour: Sorry, I was confused because I thought we're talking about files from Tomcat and not from Apache/mod_jk. Regards, Simon >

Re: Regarding Tomcat is creating the zombie processes

2024-01-05 Thread Simon Matter
e the steps you used to recreate this issue in a clean > installation of a standalone Tomcat instance. > > Mark > As an easy start you could provide us with the Tomcat related process tree and detailed description of how the lif

RE: Posting questions

2024-01-09 Thread Simon Matter
> Refer to attached screenshot. Attached screenshot? This is a public mailing list so your best option is to provide information in posted text format, screenshots and other images most likely won't make it through in a usable way :) Regards, Simon > > -Original Message-

RE: Regarding Tomcat is creating the zombie processes

2024-01-09 Thread Simon Matter
such contracts, but I may have missed it. > > Is anybody already raised case similar to defunct or related to zombie > processes. If yes, can you please share which resolution you have provided > to them to prevent creation of those. Your best bet may be to openly provide more

Re: EOL - Tomcat versions

2024-01-20 Thread Simon Matter
ally stands out) > > - you can actually talk to the folks the maintain the code > I'd like to thank the Tomcat community for all what they're doing. I know a lot of projects but Tomcat is really at the top of the list for all the things pointed out above! Regards, Simon --

Re: EOL - Tomcat versions

2024-01-20 Thread Simon Matter
ublished EOL dates in such apps. Isn't it so that for every major version, like 9.0, all but the latest should be considered EOL? Like for now, 9.0.85 is supported and 9.0.84 and older should be considered EOL. Simon > > On Fri, Jan 19, 2024 at 6:58 PM Mark Thomas wrote: >>

NoClassDefFoundError for SSL operations

2024-02-22 Thread Simon Arame
Invocation$Builder.get(JerseyInvocation.java:318) I asked for an upgrade of tomcat from 9.0.81 to to 9.0.86 and am waiting to see if this will resolve our problems. Any advice or links/reports on that problem would be appreciated. Simon

Re: Core Dump File Generation

2024-02-28 Thread Simon Matter
ut a UNIX style core file here or some kind of dump from Java? If it's a UNIX style core file then the culprit may be Java and not Tomcat - because Java should never ever dump a core file if it's running without errors. Regards, Simon --

RE: Core Dump File Generation

2024-02-28 Thread Simon Matter
Hi, > Hi, > > I am talking about java core dump file which is generating on tomcat/bin > path and the OS is RHEL 6. What's the exact version of Java running? Regards, Simon > > Thanks & Regards, > Mohit Chaudhary > > > -Original Message-

Memory leak in EncodingDetector?

2024-03-18 Thread Simon Niederberger
at/lib, but again I'm not finding anything online confirming that) Tomcat 10.1.19 JVM 17.0.10+7-Ubuntu-120.04.1 Ubuntu 20.04.6 LTS Simon - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additi

Re: Memory leak in EncodingDetector?

2024-03-20 Thread Simon Niederberger
ry implementation which is on the common loader's classpath, so the webapp can be undeployed cleanly. Best regards Simon -- java.lang.RuntimeException: Stracktrace for tracking XMLInputFactory creation at ch.want.funnel.FunnelApp$DelegatingXMLInputFacto

Re: Memory leak in EncodingDetector?

2024-03-20 Thread Simon Niederberger
lso common, and your webapp won't undeploy if it's the first webapp to load a JSP and thus clinit EncodingDetector. Maybe the public has just given up on clean undeploying. Simon Mühlegasse 18, 6340 Baar, Switzerland https://www.want.ch https://www.funnel.travel On Wed, Mar 20, 20

Re: Memory leak in EncodingDetector?

2024-03-21 Thread Simon Niederberger
simply that we deploy frequently (several times a day) on a Tomcat 10.1 installation, and have various reasons for not going down the Docker/container/FAT JAR path. So, making sure we don't have memory leaks is relevant. Simon On Thu, Mar 21, 2024 at 1:44 PM Christopher Schultz wrote: &g

Re: Memory leak in EncodingDetector?

2024-03-22 Thread Simon Niederberger
Very cool Chris, thanks for the quick reaction! Simon out On Fri, Mar 22, 2024 at 1:41 PM Christopher Schultz < ch...@christopherschultz.net> wrote: > Simon, > > On 3/21/24 12:39, Simon Niederberger wrote: > > Hi Chris > > > > Personally I&#x

Re: Tomcat 9.0.83 - SSL handshake stops working for Google API calls after a while

2024-04-11 Thread Simon Matter
of SSL handshake errors. Attaching the SSL logs > for your reference. Without knowing exactly how it would look like, are you 100% sure you're not running out of entropy for some reason? At least it doesn't hurt to have available entropy in monitoring some how. Regards, Sim

Re: ldap administration tool and error LDAP: error code 49 - Invalid Credentials

2024-06-24 Thread Simon Matter
Hi, > Hello Experts, > Is there any DLap admin tool available ? I want to manage IBM and openldap > with it . trying to reset users password in IBM ldap but it fails with You could try https://directory.apache.org/studio/ Regards, Simon > > > "[root@camttvpws002

Intermittent Missing Content-Type

2024-07-18 Thread Simon Arame
tion call result we are either sending a redirect or calling FilterChain.doFilter Please note that we tried the following without success: - declaring a default-content-type inside a jsp-property-group as prescribed by the JavaServer Pages™ Specification v2.3 #JSP.3.3.9 Thank you, Sim

Re: java code cache size question

2024-07-25 Thread Simon Matter
code cache size shouldn't be less than the initial code cache size; see the option -XX:InitialCodeCacheSize. Regards, Simon - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Tomcat 9 doesn't shutdown cleanly

2021-11-30 Thread Simon Matter
the same way like sending the OS signal. I've tried, beside a lot of other things, to set skipMemoryLeakChecksOnJvmShutdown="true" in context.xml but it seems to change nothing at all. Any help would be much appreciated. Thanks, Simon

Re: Tomcat 9 doesn't shutdown cleanly

2021-11-30 Thread Simon Matter
Hi Chris, Thank you for the quick reply. > Simon, > > On 11/30/21 08:21, Simon Matter wrote: >> I'm running an application on Tomcat 9.0.55 on x86_64 Linux with OpenJDK >> JRE-11.0.13+8 and have problems shutting down Tomcat in certain ways. >> >> When I

Re: AW: Tomcat 9 doesn't shutdown cleanly

2021-11-30 Thread Simon Matter
ate the RMI connections on the Tomcat instance only and shut down Tomcat, or do we have to close the RMI connections on the internal appserver which initiated the connections? Apart from RMI, is there anything in the thread dump which indicates an issue in out Tomcat app? Kind regards, Simon &g

Re: AW: AW: Tomcat 9 doesn't shutdown cleanly

2021-12-03 Thread Simon Matter
Hi, > Hello Simon, > > if you use the Registry to bind Objects / Stubs, you must also call > "unbind" on shutdown: > https://docs.oracle.com/javase/7/docs/api/java/rmi/registry/Registry.html > > I think the developer who implemented the RMI stub, should also now

Re: Do I Need Network NameSpaces to Solve This Tomcat+Connector/J Problem?

2021-12-30 Thread Simon Matter
cat clients connect locally via unix domain socket and the proxy relays the queries to the db backend. Regards, Simon - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: is too quick to respond

2022-02-20 Thread Simon Matter
t; size automatically keeps changing - so at the end, it will succeed in > deploying the whole war file. I may be wrong but I thought .war files are zip files. Wouldn't it be possible to just wait until the file has a consistent content and then extract it? Simon > > I wish

Using Nashorn in Apache Tomcat

2022-10-02 Thread Simon Besenbäck
elease) I would be very thankful for any tipps as I really do not know how to get nashorn working. Thanks. Simon

Add the Nashorn Module to Tomcat 10

2022-10-08 Thread Simon Besenbäck
Hi, How can one add the Nashorn module to Apache Tomcat 10? https://openjdk.org/projects/nashorn/ Download of the jar file: https://search.maven.org/artifact/org.openjdk.nashorn/nashorn-core/15.4/jar Best Regards, Simon

Re: Using Nashorn in Apache Tomcat

2022-10-20 Thread Simon Besenbäck
Am So., 2. Okt. 2022 um 12:34 Uhr schrieb Simon Besenbäck < simon.besenba...@gmail.com>: > Hi! > > I am using Apache 10.0.23 on Windows 10. I want to use Nashorn for > developing JSP's within the Eclipse IDE. Therefore I use OpenJDK 19 and > added the jakarta.Sc

RE: DB2 database locks

2022-10-21 Thread Simon Matter
"Container" > type="javax.sql.DataSource" > driverClassName="com.ibm.db2.jcc.DB2Driver" > url="jdbc:db2://30.177.13.12:3700/TIREHQ" > maxActive="200" > maxIdle="30" > maxWait="1" > username="xx" >

Re: tomcat is not coming Up

2023-01-11 Thread Simon Matter
Tomcat Native library [1.2.17] using APR version [1.4.8] You really didn't provide a lot of info but one thing is strange: Tomcat native and APR are now an older version than before. Are you sure this is really on the same host? Or was the

Re: Problems with requests without trailing slash Tomcat 9.0.65

2023-01-12 Thread Simon Matter
> On 12/01/2023 05:08, Fedor Makarov wrote: >> >> lundase and vvsguiden webapps used on different domains > > My recommendation would be to configure Tomcat for virtual hosting as > well. [1] > > For example, configure the following hosts in the local hosts file: > > lundase-local > vvsguiden-local

RE: tomcat is not coming Up

2023-01-12 Thread Simon Matter
t you have Apache Tomcat Native library 1.2.17 installed/referenced but you should likely have version 1.2.23? Regards, Simon > 11-Jan-2023 18:21:58.101 INFO [main] > org.apache.catalina.core.AprLifecycleListener.lifecycleEvent Loaded APR > based Apache Tomcat Native library [1.2.17] using

RE: tomcat is not coming Up

2023-01-12 Thread Simon Matter
ting systems :) But, in you old config you had '-Djava.library.path=/usr/local/apr/lib' and maybe this is where the newer Tomcat native library is installed. The new config seems to miss this path and it's likely that now Tomcat uses the older library in one of the standa

Re: AW: AW: Having trouble with Tomcat crashes. Interesting memory numbers in Manager

2023-02-06 Thread Simon Matter
to > connect to the java process and inspect the memory and GC usage. > When the CPU is eating 100% CPU you might also consider generating a > thread dump (kill -3) and check if there are any suspicious threads > running. > > Also setting the java options HeapDumpOnOutOfMemoryError

Re: Systemd file and umask for tomcat

2023-03-17 Thread Simon Matter
atforms in the same way. Outside of Linux, nobody is using systemd anyway :) Therefore I have this in setenv.sh # Umask for system reserved uid/gid if [ -z "$UMASK" ]; then UMASK="0022" fi Regards, Simon --

Re: AW: Unable to start application

2023-03-18 Thread Simon Matter
; Could you download the jar again from the mysql website and replace it? >> Can you open/unpack the jar without errors? > > More likely a permissions problem. That warning is generated before > Tomcat tries loading the file. It means a call to java.io.File.canRead() > returned fal

Re: Crypto Randomly Not Getting Initialized

2023-06-13 Thread Simon Matter
n boot? Maybe there were RNG related changes in the kernel or rng-tools? Maybe monitor available entropy in /proc/sys/kernel/random/entropy_avail, it should not go below 100 or so. Regards, Simon - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: Crypto Randomly Not Getting Initialized

2023-06-13 Thread Simon Matter
Hi, > Jerry, > > On 6/13/23 11:42, Jerry Malcolm wrote: >> Simon, >> >> On 6/13/2023 2:20 AM, Simon Matter wrote: >>> Hi, >>> >>>> I am running Tomcat 9.0.56 in multiple AWS EC2 instances with Amazon >>>> Linux2 in a producti

Re: Conclusion - Re: Crypto Randomly Not Getting Initialized

2023-06-14 Thread Simon Matter
and running a production > environment on fixes that just went away goes against my grain. But if > the problem goes away, maybe it won't come back. At this time, when > using Corretto JVM, I have not encountered the Crypto directory error.  > It's

Re: Conclusion - Re: Crypto Randomly Not Getting Initialized

2023-06-21 Thread Simon Matter
hat just went away goes against my grain. But if >> the problem goes away, maybe it won't come back. At this time, when >> using Corretto JVM, I have not encountered the Crypto directory error. >> It's been running o

HTTP Status 503 - Servlet admin.login_jsp is currently unavailable

2006-07-12 Thread simon jones
jakarta-tomcat-5.5.9/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 SA

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

2006-07-12 Thread simon jones
. --David 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&#

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

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

2006-07-13 Thread simon jones
-xr-x 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 &g

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 > cur

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

2006-07-13 Thread simon jones
obody server/webapps/admin > > Then restart tomcat > > --David > > 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-t

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: Password retries

2006-07-31 Thread Simon O'Malley
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

Re: JSessionId and Google

2006-09-19 Thread Simon Pink
mpact on Google 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

jsp:include buffers generated data?

2005-11-13 Thread Simon Kitching
Either way, 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 unsu

Re: jsp:include buffers generated data?

2005-11-14 Thread Simon Kitching
w how this is supposed to work, then perhaps you could give some hints (via your own blog or otherwise)? Otherwise I guess I'll just submit my own approach to MyFaces. Doesn't look like JSP2.1 and JSF1.2 support is going to be supported by anything other than Glassfish anytime soon an

Re: Multiple .war files in single tomcat instance

2005-11-16 Thread Simon Kitching
mple1". Thanks in advance for any help on this. This looks like a case for having an Apache HTTPD server in front of tomcat. The mod_rewrite httpd module can do this I expect. Regards, Simon - To unsubscribe, e-ma

Lifecycle listener class loading problem

2006-04-05 Thread Simon Watson
ultiple webapps, the standard contextlistener approach won't work. I'm running Tomcat 5.5 as a Windows service. Any help/suggestions would be much appreciated. Simon. - To unsubscribe, e-mail: [EMAIL PROTECTED] F

Re: Lifecycle listener class loading problem

2006-04-05 Thread Simon Watson
ass in the COMMON folder so both your webapps > and TOMCAT itself can see it. However, you will have to dig through the docs > on Tomcat and see what parameter (probably in the server.xml) file you will > have to set to use your LifeCycleListener class instead of TOMCAT's. > >

Re: Lifecycle listener class loading problem

2006-04-05 Thread Simon Watson
rc <[EMAIL PROTECTED]> 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 Use

License query for jstl.jar

2006-06-13 Thread Simon Kitching
nt invocations, now that and no longer have a nested . PR: Obtained from: Submitted by: Reviewed by: Regards, 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: 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

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..

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 jakart

JSessionId and Google

2006-12-06 Thread Simon Pink
anking (and not be banned) 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 un

Having trouble making Tomcat available from outside the network

2006-12-13 Thread Simon Renshaw
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 the

RE: Having trouble making Tomcat available from outside the network

2006-12-13 Thread Simon Renshaw
and there was nothing in the logs of the firewall. Damnit! Not looking good. Simon -Original Message- From: Robert Harper [mailto:[EMAIL PROTECTED] Sent: 13 décembre, 2006 13:52 To: 'Tomcat Users List' Subject: RE: Having trouble making Tomcat available from outside the

RE: Having trouble making Tomcat available from outside the network

2006-12-13 Thread Simon Renshaw
IL PROTECTED] Sent: 13 décembre, 2006 15:40 To: 'Tomcat Users List' Subject: RE: Having trouble making Tomcat available from 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 ma

Installing Tomcat and IIS

2006-12-14 Thread Simon Renshaw
s/AMS/article.php?storyid=485&page=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.

RE: Installing Tomcat and IIS

2006-12-15 Thread Simon Renshaw
ed step 7, 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 ser

RE: Installing Tomcat and IIS

2006-12-18 Thread Simon Renshaw
t two 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 :) >

Need help with JK2 connector/workers2.properties

2006-12-19 Thread Simon Renshaw
://192.168.64.20/jsp-examples/ I get a 404. Any idea what I should check? Pretty stumped here. Simon - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

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 Rens

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 and

RE: Need help with JK2 connector/workers2.properties

2006-12-20 Thread Simon Renshaw
1/jsp-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 conn

RE: Need help with JK2 connector/workers2.properties

2006-12-21 Thread Simon Renshaw
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/workers2.properties

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]

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

2007-01-31 Thread Simon Kitching
g 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, e-mail: [EMAIL PROTECTED]

RE: Tomcat Custom Connector

2008-06-12 Thread Simon Aquilina
'Http11Processor'. I also checked the 'server.xml' file and this is not being set! From the API documentation I found out the 'CoyoteAdapter'; so is this the default being used for Tomcat? Is it the CoyoteAdapter which is responsible to find the servlet for which the r

jk load balancing based upon ip address rather than session id

2008-06-12 Thread Simon Papillon
better way of doing it that I'm missing, or should I basically just do it through 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 ---

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 insta

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

2008-06-13 Thread Simon Papillon
you want more info on this I'll happily send you the code its a couple of java files about 400 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.apach

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

2008-06-13 Thread Simon Papillon
sn't help me because I'm essentially using two distinct domains. 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
on ids as a convenient session unique ids in my 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: [EM

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 Connec

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

2008-07-29 Thread Simon Kitching
c members listed above. 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 unsubs

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

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

2008-07-30 Thread Simon Kitching
her wraps. Then it would be possible to get 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 tho

RE: Tomcat Custom Connector

2008-09-20 Thread Simon Aquilina
bject 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,

Marking servlet [] as unavailable, again...

2007-03-24 Thread Simon Brooke
ncy on Xerces; but without more diagnostics it's hard to be certain. What I need to know 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] :: ht

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

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 foot

  1   2   3   >