request.getSession(false) incorrectly creates a session

2005-11-14 Thread Andy
class - org.apache.catalina.session.StandardSessionFacade As a result my unit tests, using mock objects, all work fine, but when I deploy my application it breaks because a session is created incorrectly, it seems to me. I'm using Tomcat 5.5. Anybody care to enlighten me? Tha

RE: request.getSession(false) incorrectly creates a session

2005-11-15 Thread Andy
Len - Ahh, nice to know it's not my imagination. Well never mind, I just wrote a kludge to work around it for now. Tim - Thanks for the reply but I test stuff using Spring's mock objects so no actual JSP's are involved, anyway seems it is broke in some cases. Andy. -O

Re: WELCOME to users@tomcat.apache.org

2007-05-08 Thread Andy
happening, and how I can capture the runaways? Any help would be greatly appreciated. Regards, Andy Tsouladze Escaping startup messages: May 8, 2007 5:45:41 PM org.apache.catalina.core.AprLifecycleListener lifecycleEvent INFO: The Apache Tomcat Native library which allows optimal p

Runaway catalina.out logging

2007-05-08 Thread Andy
es a file descriptor that corresponds to the terminal, or some such thing. Anyone has an idea why this is happening, and how I can capture the runaways? Any help would be greatly appreciated. Regards, Andy Tsouladze Escaping startup messages: May 8, 2007 5:45:41 PM org.apache.catalina.core.A

Re: Runaway catalina.out logging

2007-05-08 Thread Andy
Martin, This is from catalina.sh, since it is Unix: JAVA_OPTS="$JAVA_OPTS "-Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager" "-Djava.util.logging.config.file="$CATALINA_BASE/conf/logging.properties" As you see, it is functionally identical to

Re: Runaway catalina.out logging

2007-05-08 Thread Andy
Filip, This works, thanks, although I am still not sure why the original failed. Too many players in a single command... Regards, Andy On Wed, 9 May 2007, Filip Hanik - Dev Lists wrote: change | /u00/tomcat/bin/logger "$CATALINA_BASE"/logs/catalina 2>&1 & to

RE: Runaway catalina.out logging

2007-05-09 Thread Andy
;&1 ls: /aaa: No such file or directory # Errors from both commands suppressed independently bash-2.05b$ ls /aaa >/dev/null 2>&1 | sort -q >/dev/null 2>&1 # Errors from both commands suppressed together bash-2.05b$ (ls /aaa | sort -q) >/dev/null 2>&1 Regards, A

Forwarding request to a different servlet

2023-08-11 Thread Andy Pont
something obvious. Any guidance would be much appreciated. -Andy. - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: Forwarding request to a different servlet

2023-08-11 Thread Andy Pont
he .forward() method didn’t change anything on route in either direction. -Andy. - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: Forwarding request to a different servlet

2023-08-13 Thread Andy Pont
content around as needed? -Andy. - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: Forwarding request to a different servlet

2023-08-15 Thread Andy Pont
e which one is being called but the check and end result appear to be the same in both. The UserAgent class that it references is complex (IMO) but as far as I can tell it is only looking at the “user-agent” header. -Andy. 1 - https://pastebin.com/yGmxtx6V 2 - https://pasteb

Re: Forwarding request to a different servlet

2023-08-16 Thread Andy Pont
to forward the request I was including the “/backend” on the front of the URL. Turns out it wasn’t needed and was upsetting some URL filtering! -Andy. - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additio

Unable to get local issuer certificate

2023-09-18 Thread Andy Pont
same Tomcat server from a web browser then the certificate is OK and the padlock icon appears as expected. The certificate that is used by Tomcat is a domain wildcard certificate issued by Go-Daddy. Any ideas on what isn’t being correctly sent in response to the GitLab webhook? Thanks, Andy

Re: Unable to get local issuer certificate

2023-09-18 Thread Andy Pont
Authority - G2” according to the browser. My guess is that the .pfx file that Tomcat is using doesn’t include them. -Andy. - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

JVM crashing with caCertificatePath in server.xml

2024-05-14 Thread Andy Arismendi
Hi, just ran into this today. The JVM is crashing when caCertificatePath is added to server.xml. I tried the latest Zulu JRE 8 and 11 but still had the crash. ENVIRONMENT Tomcat: 9.0.89 (64-bit Windows zip) OS: Windows Server 2019 JVM: openjdk version "1.8.0_322" OpenJDK Runtime Environment (Z

Re: JVM crashing with caCertificatePath in server.xml

2024-05-14 Thread Andy Arismendi
certificate hash files, I wasn’t aware of this, assumed it would pick up CA cert PEM files in a directory. I would however not expect this or an empty directory to crash the JVM however… -Andy On May 14, 2024, at 2:53 PM, Michael Osipov wrote: Please provide the log file, the OpenSSL version

Re: JVM crashing with caCertificatePath in server.xml

2024-05-14 Thread Andy Arismendi
seem to create symlinks on Windows so I do it with a powershell using "openssl x509 -subject_hash -fingerprint -noout -in " making symlinks in the same directory for each CA cert PEM e.g. a655d288.0 (link) -> cert.pem (file). This didn’t seem to make a difference though, JVM still cr

Re: JVM crashing with caCertificatePath in server.xml

2024-05-15 Thread Andy Arismendi
Ah wasn’t sure if attachments worked, log content information below. Yea the docs just say directory for trusted CA PEM certificates. TOMCAT DOCS https://tomcat.apache.org/tomcat-9.0-doc/config/http.html: caCertificatePath (OpenSSL only) Name of the directory that contains the certificates for

Re: JVM crashing with caCertificatePath in server.xml

2024-05-16 Thread Andy Arismendi
Ok great! Thank you for taking the time and making the effort to look into this Michael, much appreciated! -Andy - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h

Re: JVM crashing with caCertificatePath in server.xml

2024-05-21 Thread Andy Arismendi
ProtocolHandler ["https-openssl-nio2-10.232.115.117-443"] OPENSSL_Uplink(7FFEEBF10C88,08): no OPENSSL_Applink -Andy - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mai

Re: JVM crashing with caCertificatePath in server.xml

2024-05-22 Thread Andy Arismendi
Michael, good news, it’s working now. Issue was on my end, was using a custom OpenSSL installer that was built with FIPS and it had also put the two openssl lib DLLs in Window System32, after fixing that Tomcat started without JVM crash with caCertificatePath set in server.xml. Thanks! -Andy

Re: JVM crashing with caCertificatePath in server.xml

2024-05-25 Thread Andy Arismendi
I observed Tomcat startup with caCertificatePath in server.xml without JVM crash using the original binaries you provided. I hope this clears up any ambiguity from my previous message. Thanks! -Andy

learning tomcat 7 on Linux

2020-04-08 Thread Andy Sloane
Hi, I have set up a Linux CentOS 7 host, and have installed Tomcat 7... [root@db3 ROOT]# /sbin/tomcat version Server version: Apache Tomcat/7.0.76 Server built: Mar 17 2020 23:48:55 UTC Server number: 7.0.76.0 OS Name:Linux OS Version: 3.10.0-1062.12.1.el7.x86_64 Architecture: amd

Re: learning tomcat 7 on Linux

2020-04-08 Thread Andy Sloane
luralsight.com today and > "Java Application Development with Tomcat" later in the week. > > Good luck! > > Richard > > > On Wed, Apr 8, 2020 at 7:56 AM Andy Sloane > wrote: > > > Hi, > > I have set up a Linux CentOS 7 host, and have installed Tomc

Re: learning tomcat 7 on Linux

2020-04-08 Thread Andy Sloane
Linux (although I use > LinuxMint its all done with the bash shell so its should work just as as > well on CentOSO) > > On Wed, Apr 8, 2020 at 11:50 AM Olaf Kock wrote: > > > > > On 08.04.20 14:55, Andy Sloane wrote: > > > Hi, > > > I have set up

Initial configuration problems

2006-07-27 Thread Andy Kanter
I have been monitoring the emails on this list and have tried to interpret the documentation for Tomcat 5.5.17 on the web, but I am a total novice with Java and Apache. I am trying to test run an opensource application on my laptop and have managed to get close, but cannot seem to make it work. I'm

Login failing on Tomcat4 container managed login ( through Apache )

2006-08-14 Thread Andy Baptiste
it ok. Is this a problem anyone else has encountered? Many thanks. Andy

Apache2.048/Tomcat4.1.29 config problem for ArcIMS install

2006-08-29 Thread Andy Wohlsperger
:\Tomcat\Tomcat41 Thanks for the help Andy

Re: Tomcat Startup

2005-10-28 Thread andy gordon
I am wondering about that extra slash for your temp directory. could the slash at the end of your base and home be causing tomcat to look for the CONF/server xml in a non-existent place. hope this helps - andy feilong <[EMAIL PROTECTED]> wrote: Hi, My Catalina_Home: C:\Programme\j

Re: FileLogger setting in server.xml?

2005-10-29 Thread andy gordon
http://tomcat.apache.org/tomcat-5.0-doc/config/logger.html Setting it up according to your requirements in 5.5 is easy as Tomcat has moved ahead and uses log4J. If yours is a new installation, any reason why you aren't using 5.5.x? Satish Talim <[EMAIL PROTECTED]> wrote: I am a newbie and my f

finalize question

2005-11-02 Thread Andy Kriger
undeploy? Any suggestions on how to isolate this memory leak? thx andy - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: finalize question

2005-11-02 Thread Andy Kriger
>> From: Andy Kriger [mailto:[EMAIL PROTECTED] >> Subject: finalize question >> >> Problem is, I'm not seeing any finalize methods being called. > > Reliance on finalizers is a sign of extremely poor application design. > First, it can be a significa

Re: finalize question

2005-11-02 Thread Andy Kriger
Hibernate Sessions and nulls out the ThreadLocal. Will this allow it to be gc'd or will Tomcat still hold onto a reference? thx andy - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: tomcat 5.5 logging

2005-11-02 Thread andy gordon
properties for a specific web app. What is the purpose of the commons-logging.properties file ? There is no requirement for this file according to the 5.5 doc. hope this helps. - andy pc leung <[EMAIL PROTECTED]> wrote: http://tomcat.apache.org/tomcat-5.5-doc/logging.html The above page

Re: tomcat 5.5 logging

2005-11-03 Thread andy gordon
in web-inf/classes and still keep the 2 jars in my webapp lib only, is the log.debug() prints message in tomcat log dir? thanks On 11/3/05, andy gordon wrote: > > Placing the jars in the common/lib directory makes them available for all > web apps and catalina itself. Placing log4j pr

contextDestroyed and getRealPath question

2005-11-03 Thread Andy Kriger
n("readable? " + (file.canRead())); // returns false } Is there a way to access the webapp when the application is reloaded/stopped/undeployed but before Tomcat cleans up the temporary directory that contains app? thx andy For more info on what I'm trying to see http://forum.hi

Re: Accessing context info for other running apps?

2005-11-21 Thread andy gordon
Good Response! I add to that, that if its needed programmatically, you do this programmatically using JMX. The JMXPROXY servlet could be your guide. Martin Gainty <[EMAIL PROTECTED]> wrote: Good Afternoon check out http://tomcat.apache.org/tomcat-5.0-doc/manager-howto.html#List%20OS%20and%20J

Re: RE: admin module for Tomcat 5

2005-11-23 Thread andy gordon
In addition, The admin app needs to be placed into the same directory as the manager app. i.e. C:\Apache\Tomcat 5.5\server\webapps Hope this helps, andy gordon [EMAIL PROTECTED] wrote: Ah. Unzip it into the same folder into which you've installed Tomcat. You

RE: How to test connection pooling

2005-11-29 Thread andy gordon
Show Processlist will show the number of initial connections at start but does it show what subsystem a connection is bound to? what if there are multiple tomcat's connected to one database. How do you differentiate? "Lucuk, Pete" <[EMAIL PROTECTED]> wrote: Manisha, I do not know how you chec

Re: Newbie install & run question

2005-12-06 Thread andy gordon
try going to the bin directory in tomcat and executing STARTUP.SH Mário Gamito <[EMAIL PROTECTED]> wrote: Hi, I've just installed Tomcat 5.5 for Linux following the instructions on its web page: 1) downloaded and installed apache-ant; 2) downloaded the Tomcat tarball, uncompressed it and on the

RE: How to access webapps class path as env variable.

2005-12-14 Thread andy gordon
nsole (if you are using Java 5) to understand how to find your directory programmatically. hth andy "Caldarale, Charles R" <[EMAIL PROTECTED]> wrote: > From: Saha Rabindra N [mailto:[EMAIL PROTECTED] > Subject: How to access webapps class path as env varia

RE: starting and stopping Tomcat from Java code

2005-12-14 Thread andy gordon
There is an MBean for the Server and I believe that you can specify the command there. Oleg Lebedev <[EMAIL PROTECTED]> wrote: Great, sending that shutdown command to a Tomcat server started with server.xml file on the disk worked. But how can I specify what the server shutdown command is when

RE: Re: starting and stopping Tomcat from Java code

2005-12-15 Thread andy gordon
what you want with the remote Tomcat. Just look at how JConsole monitors/manages remote JVM applications for an example. HTH - andy Oleg Lebedev <[EMAIL PROTECTED]> wrote: Yes, that would work if I had a handle to the embedded instance. The thing is that embedded tom

Re: Question configurung JBDCRealm (Tomcat 5.5.9)

2005-12-21 Thread andy gordon
Peter, If I understand what you described, it looks like your database is ok but your specification to tomcat is ever so slightly off. Change your server.xml in a way so that the role elements reference the role table and not users table. HTH - andy [EMAIL PROTECTED] wrote

Re: AW: Question configurung JBDCRealm (Tomcat 5.5.9)

2005-12-21 Thread andy gordon
t; userNameCol="login" userCredCol="password" userRoleTable="roles"<--- roleNameCol="rolename" /> <--- hth - andy [EMAIL PROTECTED] wrote: Hi andy! As in the HOW-TO described you ne

Re: I can't install TomCat in my computer

2006-01-16 Thread andy gordon
What does the log say? Which version are you running? Patricio Silva <[EMAIL PROTECTED]> wrote: Hi, I installed TomCat in my pc but it can't get started. I receive a message "TomCat started but stopped.Some services do it when they don't have anything to do in system" or something like that. May

How do you programmatically determine Tomcat Version

2006-01-16 Thread andy gordon
All, Is there are way to determine the version of tomcat that is running from an application that is connecting to tomcat via JSR 160 on a local machine. I would like to be able to find the tomcat version from an MBean if possible. Thank you - andy gordon

Re: I can't install TomCat in my computer

2006-01-16 Thread andy gordon
and 5.* .I tried too a version without installer, that you have to go to dos prompt and type startup.bat in bin directory I guess it is 5.0.28 or something. I'm sorry but I'm a dummy in tomcat, what are you meaning when you said "What does the log say?"Thanks 2006/1/16, andy

Re:2nd Request: How do you programmatically determine Tomcat Version

2006-01-17 Thread andy gordon
helpful? Thanks Andy Gordon andy gordon <[EMAIL PROTECTED]> wrote: All, Is there are way to determine the version of tomcat that is running from an application that is connecting to tomcat via JSR 160 on a local machine. I would like to be able to find the tomcat versio

Re: 2nd Request: How do you programmatically determine Tomcat Version

2006-01-18 Thread andy gordon
Peter, Thanks This is great! I am not sure of the policy but if you don't mind me asking, is there anyway to add this functionality to earlier releases of Tomca such as 5.5.x, 5.0x, or 4.x? Again Thank you , this is great. - andy Peter Rossbach <[EMAIL PROTECTED]> wrot

Re: 2nd Request: How do you programmatically determine Tomcat Version

2006-01-18 Thread andy gordon
thank you! Mark Thomas <[EMAIL PROTECTED]> wrote: Mark Thomas wrote: > 4.1.x - I'll take a look at porting the patch. If it is easy, then > I'll do it. I have just committed this to svn for 4.1.x Mark - To unsubscribe, e-m

Re: Architecture question for all you gurus out there

2006-03-09 Thread andy gordon
Have you looked into aspect oriented programming? You should be able accomplish your objectives using it. One example open source effort is the Spring framework. Good luck. - andy John MccLain <[EMAIL PROTECTED]> wrote: We have a fairly large client/server app that we converte

Installing a SSL under Tomcat 5

2006-11-08 Thread Andy Tipton
Evening, I have been reading about installing the SSL certificate for my server and when I when to download the JSSE (from Sun), it said that that version did not support versions 1.4 and 1.5 of the JDK. I am on 1.5, so what do I do? Thank you in advance, Andy

RE: Installing a SSL under Tomcat 5

2006-11-08 Thread Andy Tipton
Ah, great... thank you for the info... -Original Message- From: Mark Thomas [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 08, 2006 9:49 PM To: Tomcat Users List Subject: Re: Installing a SSL under Tomcat 5 Andy Tipton wrote: > Evening, > > I have been read

Installing my SSL Certificate.

2006-11-12 Thread Andy Tipton
ion: Failed to establish chain from reply What am I doing wrong? Thank you in advance, Andy

Certificate not showing as trusted...

2006-11-12 Thread Andy Tipton
why is it not trusted? Thank you Andy

Need help w/ installing certificate.

2006-11-13 Thread Andy Tipton
Afternoon, I have my real certificate downloaded. I am trying to install it into my keystore so that is the one to be used. however, I am can't get it to work. Please help!! I am running these commands but I cannot get the keystore to look at the new certificate..

Need help w/ installing certificate continued...

2006-11-13 Thread Andy Tipton
I have read all through the documentation and can't find what I am doing wrong. The only thing that I didn't do was the importing of the valicert_class2_root.crt file because I wasn't given one when I downloaded my certificate. I imported the real one after I imported the intermediate crt. C:\Pr

RE: Need help w/ installing certificate continued...

2006-11-15 Thread Andy Tipton
users@tomcat.apache.org Subject: Re: Need help w/ installing certificate continued... Andy Tipton wrote: > I have read all through the documentation and can't find what I am doing > wrong. The only thing that I didn't do was the importing of the > valicert_class2_root.crt file becau

Fwd: failure notice

2007-01-07 Thread andy gordon
by web36804.mail.mud.yahoo.com via HTTP; Sun, 07 Jan 2007 08:45:21 PST Date: Sun, 7 Jan 2007 08:45:21 -0800 (PST) From: andy gordon <[EMAIL PROTECTED]> Subject: [EMAIL PROTECTED] To: [EMAIL PROTECTED] MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="0-1986357998-116818

Tomcat 4.x (Major Problem)

2007-01-19 Thread Andy Moller
ith a high volume of user sessions in the recent application. I would appreciate it if someone confirms that suspicion, and whether Tomcat is a reliable server for a high demanding application. Thank you, Andy

Reinstalling Tomcat after screwing up first install

2007-01-21 Thread ANDY BAWUAH
I installed Tomcat for IIS 6 and screwed up the install so I had to uninstall it. However when I uninstalled it, the the tomcat service was not removed but it got disabled. I have tried a couple of times to reinstall tomcat but I keep getting an error message. I have not been able to reinstall tomc

Re: Tomcat 4.x (Major Problem)

2007-01-22 Thread Andy Moller
-- The code is simple, and the query is printed on the stdout before it is executed, that was the reason I suspected Tomcat as the reason for the problem having a session leak somehow. The application assumes about 25 concurrent sessions with heavy use of session variables. I hope this can help.

Re: Tomcat 4.x (Major Problem)

2007-01-22 Thread Andy Moller
On 1/22/07, Christopher Schultz <[EMAIL PROTECTED]> wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Andy, Andy Moller wrote: > String commonName = (String)session.getAttribute("commonName"); > String[] value1 = (request.getParameterVal

Re: Tomcat 4.x (Major Problem)

2007-01-22 Thread Andy Moller
On 1/22/07, Caldarale, Charles R <[EMAIL PROTECTED]> wrote: > From: Andy Moller [mailto:[EMAIL PROTECTED] > Subject: Re: Tomcat 4.x (Major Problem) > String[] value1 = (request.getParameterValues("value_1") != null) > ? request.getParameterValues("v

Re: where is "catalina.out" defined and enabled?

2005-10-15 Thread andy gordon
accomplish this but I think this will work for you. - andy Philip Chang <[EMAIL PROTECTED]> wrote: My Tomcat 5.0.28 running on Windows 2000 Pro is not dumping to $CATALINA_HOME\logs\catalina.out at all. $CATALINA_HOME\conf\server.xml contains the following, but no reference to catali

Re: Unable to open Tomcat Manager?

2005-10-20 Thread andy gordon
name performs. - andy ±ç¬±³õ <[EMAIL PROTECTED]> wrote: My tomcat-users.xml > My tomcat-users.xml > > > > > > > > > > > My server.xml driverName="com.mysql.jdbc.Driver" connectionURL="jdbc:mysql://localhost:3306/erp"

Re: Unable to open Tomcat Manager?

2005-10-21 Thread andy gordon
helps. also have been able to reach MySQL in general from Tomcat? - andy ±ç¬±³õ <[EMAIL PROTECTED]> wrote: Yes, Andy. I use MySQL and JDBCRealm. If tomcat-users.xml is ignored, it is fine. But I have entered records in table of user and user role. I have tried input the password in both

Re: Unable to open Tomcat Manager?

2005-10-21 Thread andy gordon
d you comment out the realm statement for the userdatabaserealm in the engine level. if userdatabasrealm comes after jdbc realm then it take precedence over jdbc. hope this helps -andy ±ç¬±³õ <[EMAIL PROTECTED]> wrote: I have server.xml, no resource-env-ref nor manager.xml My context.xm

RE: Undeploy/Deploy problem

2005-10-24 Thread andy gordon
e is false." Thank you in advance for contrasting the difference. - andy Allistair Crossley <[EMAIL PROTECTED]> wrote: > -Original Message- > From: Jan Pernica [mailto:[EMAIL PROTECTED] > Sent: 24 October 2005 14:34 > To: users@tomcat.apache.org > Subject

Re: how to empty tomcat cache ?

2005-10-25 Thread andy gordon
Which cache are you referring to? Frederic D <[EMAIL PROTECTED]> wrote:Hi ! Is it possible to empty tomcat cache without restarting tomcat ? Thanks. Frederic ___ Appel audio GRATUIT partout dans le monde avec le nouve

Informing Tomcat of proxy base URL?

2007-03-01 Thread Andy Buckley
ery welcome - I hope there's a standard solution that I've just been unable to find with Google! Cheers, Andy - 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: Informing Tomcat of proxy base URL?

2007-03-03 Thread Andy Buckley
o know: I can always configure the proxy such that there is no base path, but if I don't have to, it'd be even better! Cheers, Andy Andy Buckley wrote: I have a Tomcat server providing an application via an Apache proxy. User HTTP requests to http://myserver.example.com/server/ on p

Tomcat and Axis Logging delay

2007-03-29 Thread Andy Kayley
lled at 17:17 on the 28th, but did not appear in the log file until 04:30 the following morning. Anyone got any ideas?? Thanks Andy - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL

Tomcat and Axis Logging delay

2007-03-29 Thread Andy Kayley
lled at 17:17 on the 28th, but did not appear in the log file until 04:30 the following morning. Anyone got any ideas?? Thanks Andy - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL

Re: Tomcat and Axis Logging delay

2007-03-29 Thread Andy Kayley
l very confused, The webservice *was definately" called at 17:17 on the 28th, but did not appear in the log file until 04:30 the following morning. Anyone got any ideas?? Thanks Andy - To start a new topic, e-mail: u

httpd cant talk to tomcat workers

2008-03-26 Thread Andy Smith
ow can I troubleshoot this further? I dont see any errors from tomcat regarding not being able to start a process listening on 8009, where is this normally done? thanks for any help! Andy.

Re: httpd cant talk to tomcat workers

2008-03-26 Thread Andy Smith
help! cheers Andy. PS Can't claim to be a Mancunian but will confess to working with them ;) - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e

Bending Jasper to My Will

2008-04-18 Thread Andy Clark
I have been going through the Jasper source code to figure out how to make it do what I want but have been unsuccessful. So I thought I would ask the experts. (Please let me know if there is a better forum for this particular question.) I want Jasper to look for JSP and Tag files in a specific lo

Re: Bending Jasper to My Will

2008-04-21 Thread Andy Clark
Pid wrote: Andy Clark wrote: I want Jasper to look for JSP and Tag files in a >> specific location (e.g. based on a request param); >> and then fall back to a default location if the >> file is not found. This would be extremely useful for skinning a webapp. Cascading S

Re: Bending Jasper to My Will

2008-04-21 Thread Andy Clark
Thanks for everyone with their quick responses to my query regarding how to override tags/JSP files. My initial posts on the subject can be found here: http://mail-archives.apache.org/mod_mbox/tomcat-users/200804.mbox/[EMAIL PROTECTED] http://mail-archives.apache.org/mod_mbox/tomcat-users/200804

Re: Bending Jasper to My Will

2008-04-22 Thread Andy Clark
Hassan wrote: I think that this is a non-starter because the app is already written (quite nicely, I might add) in straight JSPs. If it's already "quite nicely" written, why doesn't > it do what you want? :-) Excellent point! But ultimately there are limitations in the extensibility of th

Re: Bending Jasper to My Will

2008-04-22 Thread Andy Clark
Lucas wrote: To answer the original question, there is a > mechanism that Tomcat provides to handle the > specific thing you want to achieve. The solution > is very Tomcat specific, so I do not really > recommend it, anyhow, if you really _need_to_have > _this_ then the way to achieve it is th

Re: Re: Bending Jasper to My Will

2008-04-22 Thread Andy Clark
Alan Chaney wrote: Correct me if I am wrong but you want to have a > level of configuration which is more than just > appearance. It's mostly for appearance but that also ties in with functionality. For example, if a page displays the preferences that a user can change, a skin author can change

Re: JVM goes away

2010-01-11 Thread Andy Wang
dmesg check if the linux out of memory kill struck you :) Andy On 01/11/2010 04:37 PM, Carl wrote: > This is a new server, a Dell T110 with a Xeon 3440 processor and 4GB memory. > I have turned off both the turbo mode and hyperthreading. > > The environment: > > 64 bit Slackw

Re: JVM goes away

2010-01-11 Thread Andy Wang
x27;ll have the java stack, and other native information that might shed some light. Otherwise, if the Tomcat JVM isn't running as a daemon, is it nohup'ed? Andy On 01/11/2010 05:33 PM, Carl wrote: > Peter and Andy, > > Thanks for your quick responses. > > Memory: Phys

Re: Tomcat dies suddenly

2010-02-03 Thread andy susanto
Hai, Tomcat has a bug at Linux OS. you need to added LD_LIBRARY_KERNEL to your profile. it mean that you should know what version that your OS is using -- Regards, Andy Susanto,S.Kom == CV : http://www.linkedin.com/pub/andy-susanto/7/533/baa

Multi-Level Context Paths

2009-08-17 Thread Andy Ee
and couldn't find any posts with solutions to such issue. It seems that setting up multi-level context path in Tomcat 6 is not so straight-forwarded. Please kindly help, thanks. Best Regards, Andy Ee

RE: Multi-Level Context Paths

2009-08-17 Thread Andy Ee
WebApplicationContext Any idea? Thanks. Best Regards, Andy Ee -Original Message- From: Ognjen Blagojevic [mailto:ogn...@etf.bg.ac.rs] Sent: Monday, August 17, 2009 7:00 PM To: Tomcat Users List Subject: Re: Multi-Level Context Paths Hi Andy, Try to undeploy the old ap

RE: Multi-Level Context Paths

2009-08-17 Thread Andy Ee
Hi Ognjen, Are you able to advice the mailing list for sitemesh? Is it under Tomcat as well? Best Regards, Andy Ee -Original Message- From: Ognjen Blagojevic [mailto:ogn...@etf.bg.ac.rs] Sent: Monday, August 17, 2009 7:31 PM To: Tomcat Users List Subject: Re: Multi-Level Context

RE: Multi-Level Context Paths

2009-08-17 Thread Andy Ee
Hi Mark, Please see my responses below. Thanks. Best Regards, Andy Ee -Original Message- From: Mark Thomas [mailto:ma...@apache.org] Sent: Monday, August 17, 2009 7:04 PM To: Tomcat Users List Subject: Re: Multi-Level Context Paths Andy Ee wrote: > There is a new requirement

RE: Multi-Level Context Paths

2009-08-17 Thread Andy Ee
Hi Mark, Before I prepare my .war file, there is an existing META-INF/context.xml and the content is, Should I remove the path parameter and prepare the war file again? With the path specified as /test, I am worried it will conflict how I setup Multi-Level path. Best Regards, Andy Ee

RE: Multi-Level Context Paths

2009-08-17 Thread Andy Ee
sg#server#test.war again? Thank you. Best Regards, Andy Ee -Original Message- From: David Smith [mailto:d...@cornell.edu] Sent: Monday, August 17, 2009 8:37 PM To: Tomcat Users List Subject: Re: Multi-Level Context Paths Drop the path attribute from your ... definition. The path

RE: Multi-Level Context Paths

2009-08-18 Thread Andy Ee
path works! However, Tomcat 6 deploys the war file twice every time it starts up. It could be due to context element being defined under server.xml and Catalina/localhost/xxx.xml. So this method needs tweaking afterall. Thank you. Best Regards, Andy Ee -Original Message- From: Ognjen

RE: Multi-Level Context Paths

2009-08-18 Thread Andy Ee
webapps/sg (No such file or directory) Assuming # symbol not recognized by Java utilities or sitemesh under Solaris 10. I will check more about sitemesh... Best Regards, Andy Ee -Original Message- From: Mark Thomas [mailto:ma...@apache.org] Sent: Wednesday, August 19, 2009 12:23 AM

RE: Multi-Level Context Paths

2009-08-18 Thread Andy Ee
Hi Martin, Under WEB-INF/sitemesh.xml: Best Regards, Andy Ee -Original Message- From: Martin Gainty [mailto:mgai...@hotmail.com] Sent: Wednesday, August 19, 2009 5:20 AM To: Tomcat Users

RE: Multi-Level Context Paths

2009-08-18 Thread Andy Ee
/sendmoney_demo.html /* Under /webapps/sg#server#test/WEB-INF/sitemesh.xml: Best Regards, Andy Ee -Original Message- From: Martin Gainty

RE: Multi-Level Context Paths

2009-08-18 Thread Andy Ee
for now until sitemesh is better supported on my system. Thanks all. Best Regards, Andy Ee -Original Message- From: Caldarale, Charles R [mailto:chuck.caldar...@unisys.com] Sent: Wednesday, August 19, 2009 12:28 PM To: Tomcat Users List Subject: RE: Multi-Level Context Paths > F

IIS isapi_redirect.dll chunked encoding option

2009-08-21 Thread Andy Wang
we noticed was setting enable_chunked_encoding (with a redirectory built for chunked encoding of course) made everything work fine so I wanted to get a feel for just how experimental this really is and what the general consensus is on it's stabi

Re: IIS isapi_redirect.dll chunked encoding option

2009-08-21 Thread Andy Wang
Sorry, forgot to mention that. We're at the latest and greatest tomcat-connector version: 1.2.28. Thanks, Andy Peter Crowther wrote: 2009/8/21 Andy Wang : What are the general thoughts on the stability of the enable_chunked_encoding option for the IIS isapi redirector for tomcat an

  1   2   >