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
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
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
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
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
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
;&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
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
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
content around as needed?
-Andy.
-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
it ok.
Is this a problem anyone else has encountered?
Many thanks.
Andy
:\Tomcat\Tomcat41
Thanks for the help
Andy
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
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
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]
>> 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
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]
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
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
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
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
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
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
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
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
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
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
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
t; userNameCol="login"
userCredCol="password" userRoleTable="roles"<---
roleNameCol="rolename" /> <---
hth
- andy
[EMAIL PROTECTED] wrote:
Hi andy!
As in the HOW-TO described you ne
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
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
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
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
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
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
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
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
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
ion: Failed to establish chain from reply
What am I doing wrong?
Thank you in advance,
Andy
why is it not
trusted?
Thank you
Andy
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..
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
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
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
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
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
--
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.
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
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
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
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"
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
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
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
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
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]
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
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
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
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
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.
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
/sendmoney_demo.html
/*
Under /webapps/sg#server#test/WEB-INF/sitemesh.xml:
Best Regards,
Andy Ee
-Original Message-
From: Martin Gainty
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
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
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 - 100 of 166 matches
Mail list logo