perty either to set this.
So I'm kind of stuck here. If any of you has any idea,
thanks for your help.
Eric.
__
Yahoo! Mail - PC Magazine Editors' Choice 2005
http://mail.yahoo.com
---
Does anyone know when JSP 2.1 support is expected? Will that be in Tomcat 6?
Jon
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
vider is unlikely to install 5.5.9 in the
near future ;-) Will report back to the list when the resolution is known.
Best,
Eric:)
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
point ;-)
My questions are: (1) Where should we look for misconfiguration, whether
in my app or in the hosting environment? (2) Is there any other
explanation for this behavior?
This is my first Tomcat site in production, so hopefully it's a
configuration problem. I appreciate any suggest
w it's a normal behaviour ?
Thanks in advance,
-Eric
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
thanks for your help with both the meta solution as well as the servlet
solution.
~eric
- Original Message -
From: "Mark Benussi" <[EMAIL PROTECTED]>
To:
Sent: Thursday, July 14, 2005 2:22 PM
Subject: Re: robots.txt
With follow = false or something cant remember
there a way to create a robots.txt file for basically one servlet instead of
everything?
thanks for your help,
eric
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
you can enable and disable buttons through javascript
- Original Message -
From: "password password" <[EMAIL PROTECTED]>
To:
Sent: Tuesday, July 12, 2005 12:18 PM
Subject: how can I put enable a button when a servlet has finished.
Hi,
I have a jsp page, and when I click a button
tches during a request?
Thank you
-Eric Dalquist
Thread [TSP-Processor3] (Suspended)
ApplicationFilterChain.internalDoFilter(ServletRequest,
ServletResponse) line: 234
ApplicationFilterChain.doFilter(ServletRequest, ServletResponse)
line: 173
ApplicationDispatcher.invoke(ServletRe
rking locally but I've never tried to
compile tomcat before. Any help would be much appreciated.
-Eric Dalquist
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
en run "gmake" and I get the following
error:
../common/jk_util.c: In function 'jk_gettid':
../common/jk_util.c:1163:error: invalid operands to binary &
gmake: *** [../common/jk_util.lo] Error 1
I looked at the code and it has the following:
int tid = (int)(t & Ox);
If all you're doing is serve static pages, both are equivalent.
However, if you ever need dynamic content, either client or server
side, for example a page whose content is extracted from a database,
or a form for which you need to record the values, you need some kind
of intelligence.
For
Le 10 mai 05 à 15:56, Eric VERGNAUD a écrit :
Hi,
I'm having problems running Tomcat 5.0.28 using JDK 1.5.0.02.
I'm using 1.5 methods such as Node.getTextContent. This works fine
when run as a standalone app in JDK 1.5, however when run with
Tomcat under the same JDK, execution
not found.
Is there a setting to change somewhere in the Tomcat config files ?
Eric
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
easons i havent
upgraded to 5.5.7. I'm waiting on apple for their java update and then I'll
update to that tomcat. Let me know if you need any help setting up on the
Mac. My tomcat experience on XP was a nightmare so I switched to the Mac and
so far it's been a delight.
~Eric
If you have a servlet/jsp which uses java.util.logging. Logger.global
and use the global logger, the output seems to go nowhere.
For example the following jsp page only logs "printed".
<%
java.util.logging.Logger.global.severe("not printed");
java.util.logging.Logger.getLogger("foo").severe("
Does anyone know if it's possible to include a .jspx fragment in another
.jspx file? When I say .jspx fragment, I mean a file that is in XML format,
but, may not be well formed.
For example, I want to do something like the following. Currently, I'm
receiving an error message like the following.
After looking at the code, it looks like the SSO session doesn't go away
until all other sessions for the user have expired. So, as far as I can
tell, the SSO session doesn't have it's own session timeout as far as I can
tell.
Jon
- Original Message -
From: "
After looking at the code, it looks like the SSO session doesn't go away
until all other sessions for the user have expired. So, as far as I can
tell, the SSO session doesn't have it's own session timeout as far as I can
tell.
Jon
- Original Message -
From: "
I haven't tried it yet, but, I noticed that catalina.sh/bat, looks for a jar
file named tomcat-juli.jar and if it's present, it adds a
"-Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager" to
JAVA_OPTS. I think if you rename or remove that jar file, it will disable it
(haven't tri
Reading the changelog is a good place to start...
Jon
- Original Message -
From: "Horvath, Ruth (Ruth) ** CTR **" <[EMAIL PROTECTED]>
To:
Sent: Wednesday, April 13, 2005 12:16 PM
Subject: Upgrading from tomcat 3.2.2 to 3.3.2 on Windows
Sorry if this has been discussed before, but I coul
is is presumably for
the global session.
Jon
- Original Message -
From: "Peter Rossbach" <[EMAIL PROTECTED]>
To: "Tomcat Users List"
Sent: Tuesday, April 12, 2005 10:56 PM
Subject: Re: Way to specify SingleSignOn session timeout?
Look inside conf/web.xml
I'm using the SingleSignOn valve with Tomcat 5.5.9. Does anyone know what
the default session timeout is set to? Is there a way to specify this
timeout?
I'm finding that sometimes my session will timeout within an application,
but, it doesn't redisplay the login page. I want to try to set it up
My guess (but, I'm not a Tomcat developer so what do I know! ;-)) is that
you can't do it for System.out.println(). However, I did notice that
System.setOut() allows you to redirect where standard out goes. However, I'm
guessing that that would be for the entire JVM? As of Tomcat 5.5.9 they
fix
Until Tomcat 5.5.9 I was specifying my java.util.logging.config.file using a
system property set using CATALINA_OPTS like the following.
CATALINA_OPTS='-Djava.util.logging.config.file=/opt/jakarta-tomcat-dev/conf/logging.properties
-Dorg.apache.commons.logging.Log=org.apache.commons.logging.impl
Neil
I'll give it a try, though note that we have been using jboss for a few
years and have plenty of standalone apps communicating fine with jboss
through the same api as that used by the servlet.
Regards
Eric
-Original Message-
From: Neil Upfalow [mailto:[EMAIL PROTECTED]
That's the strange thing because I print out the environment of the context
being used at the time the failure occurs and it does seem to be taking it
from my jndi.properties file! Of course, simply printing out the context is
different than what the context may ACTUALLY be doing.
Regards
x27;m sure it's just a configuration switch, but
not sure which one.
Regards
Eric
-Original Message-
From: Neil Upfalow [mailto:[EMAIL PROTECTED]
Sent: Thursday, April 07, 2005 1:30 PM
To: 'Tomcat Users List'
Subject: RE: calling ejb on another app server
We do tomcat
e ejb context is not bound. My suspicion is it is going against a
jndi server running within tomcat that doesn't have the ejb context bound.
Help would be appreciated, we've been floundering for a couple of days.
Regards
Eric
Perhaps this was missed the first time. I think the answer should be fairly
simple. How do I get my servlet to pull in my jndi.properties file, which
right now is in the WEB-INF/classes directory, instead of whatever one it
seems to be pulling in that is directing it to tomcat?
Regards
Eric
because
its jndi context it pointing it at, I assume, the jndi instance running in
tomcat. I even tried appending this classes directory to the front of the
classpath when starting within the script (shiver) but that didn't work.
What do I need to do?
Regards
Eric
do I
need to do?
Regards
Eric
in an ext directory
that is off the lib directory. It seems that this manifest classpath is
ignored though? Anyway, I moved the libs up next to Armanta.jar in the lib
dir and it works fine.
Thanks
Eric
-Original Message-
From: reynir [mailto:[EMAIL PROTECTED]
Sent: Tuesday, April 05, 2005
Fyi, I am running java 1.4.1_07 on windows XP
-Original Message-
From: Eric J Kaplan [mailto:[EMAIL PROTECTED]
Sent: Tuesday, April 05, 2005 2:44 PM
To: tomcat-user@jakarta.apache.org
Subject: NoClassDefFoundError: org/apache/avalon/framework/logger/Logger
All
I recently downloaded
report commands to.
ArmantaServlet
com.armanta.servlets.ReportServlet
ArmantaServlet
/ReportServlet
Eric J. Kaplan
Armanta, Inc.
350 Mt. Kemble Ave.
Morristown, NJ 07960
David and Lionel,
Thank you both for your input. I think I am going to experiment with
upgrading to jdk 1.5 in development to see how it works. I'll post my
results just in case anyone else ever has this issue.
Eric
-Original Message-
From: David Smith [mailto:[EMAIL PROTECTED]
ld go smoothly. If anyone knows where I can find the
details of how the Tomcat binaries were built it would be greatly
appreciated.
Thanks,
Eric Moreo
Web Developer
Art Center College of Design
x2392
[EMAIL PROTECTED]
see inline comments regarding HttpServletResponseWrapper
Remy Maucherat wrote:
On Tue, 22 Mar 2005 13:39:55 -0500, Eric Butler <[EMAIL PROTECTED]> wrote:
First of all, thanks to all the developers and users that have
contributed to Tomcat. It's quite an amazing piece of software.
I&
each time we
upgrade Tomcat, we'll need to compile a custom Http11Processor. I'll
also need to check that we aren't violating the Apache License.
Anyone have any ideas?
Thanks in advance.
--
--
Eric Butler
VP Product Development &am
I recently installed Apache/Tomcat v 4.1.31 on my server, and I have several
JSP sites that extract values from an Oracle database, if the value in the
database is an empty String (""), it returns as a null value in my JSP page.
The server has JDK v. 1.4.2. Any ideas will help.
Thanks
Confiden
Hello,
I recently installed Apache/Tomcat v 4.1.18 on my new server, and I have a JSP
page that extracts values from an Oracle database, if the value in the database
is an empty String (""), it returns as a null value in my JSP page. I have
another server with Tomcat v. 4.1.31, and I am not havi
Upgrade to 1.4.2_04
http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4927116
-Original Message-
From: Thomas Chille [mailto:[EMAIL PROTECTED]
Sent: Wednesday, March 16, 2005 9:49 AM
To: Tomcat Users List
Subject: Unexpected Signal : 11
Hi,
we are using a reporting webapp wich is depl
If you just want to see it in your browser, use Mozilla Firefox and install
this extension:
http://livehttpheaders.mozdev.org/
Then you can see all the http headers, including "server", which will tell you
which version of Tomcat.
-Original Message-
From: Antony Paul [mailto:[EMAIL PROTE
bosch, Eric
Sent: Tue 3/15/2005 10:18 PM
To: Tomcat Users List; tomcat-user@jakarta.apache.org
Cc:
Subject:RE: Trouble w/ remote debugging w/ Tomcat 5.5 and JDK 5.0
I just disabled the firewall and I'm still getting the same thing. Connectio
ing w/ Tomcat 5.5 and JDK 5.0
> ==
> Date: Tue, 15 Mar 2005 08:12:07 -0500
> From: "Fenderbosch, Eric" <[EMAIL PROTECTED]>
> To:
> Subject: Trouble w/ remote debugging w/ Tomcat 5.5 and JDK 5.0
> ==
You can find that info here:
http://jakarta.apache.org/tomcat/tomcat-5.5-doc/config/manager.html
The easy way to disable saving of sessions is to add this to you webapp xml
under conf/Catalina/localhost
For example, here's the start of mine:
-Original Message-
From: Mark [mailto:
lto:[EMAIL PROTECTED]
Sent: Tuesday, March 15, 2005 8:21 AM
To: tomcat-user@jakarta.apache.org
Subject: Re: Trouble w/ remote debugging w/ Tomcat 5.5 and JDK 5.0
> ==
> Date: Tue, 15 Mar 2005 08:12:07 -0500
> From: "Fenderbosch, Eric" <[EMAIL PROTECT
r.net/tomcat.png
I'm guessing this is a really a JDK 1.5/5.0 issue and not a problem w/ Tomcat,
but any help would be appreciated.
Thanks.
Eric
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Hey all, Mom called me this morning to tell me the party is off.
Therefore, I'll re-schedule my visit for when she is back home from
helping Sid recover. Lova ya'll and see ya later than sooner I guess.
Eric
-
To u
if youre trying to print to a webpage, then you probably want a jsp file or
a servlet in which case this would be one of the reasons you are using
tomcat. If you are just trying to log messages though, i recommend checking
out log4j instead of using system.out and system.error
- Original Me
Great, many thx for the advise. I also found that using command
'./catalina.sh run' to start Tomcat, as apposed to traditional
'./startup.sh', ensures that stdout goes to the console instead of
catalina.out.
Eric
On Wed, 16 Feb 2005 11:22:20 -0500, David Smith <[EMAIL P
which I started Tomcat
in? I believe the standard output stream is directed to catalina.out
by default. I have yet to find the answer in the Tomcat docs.
running tomcat 5.0.28 on Linux Fedora Core 2
thx
Eric
-
To unsubscribe, e
: Adding ServletContextListener causes web app to not deploy
hi,
you should make the class public.
cheers,
martin
On Fri, 2005-02-11 at 12:27 -0500, Fenderbosch, Eric wrote:
> I've got a small web app that's working just fine. As soon as I add a
> listener, it fails to deploy.
I've got a small web app that's working just fine. As soon as I add a listener,
it fails to deploy.
Here's the relevant part of web.xml:
http://java.sun.com/xml/ns/j2ee";
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
xsi:schemaLocation="http://java.sun.com/xml/ns/j2
Classic!
" What's your problem?
have you found something better at the same cost (0$)?
If it doesn't fit your needs, don't use it."
" If you want support, buy a supported product or a version of Tomcat that
is re-sold by a company that offers commercial support. If you wish to
pay fo
this community, go ahead, I'm not getting any help from it as it is. I can
only hope that this message reaches the people who supposedly support this
software and lights a fire underneath them to improve it or tell us that it
just doesn't work.
Eric
-Original Message-
From: Eri
thinks the application is there.
Eric Murphy
Software Developer (NFIS)
[EMAIL PROTECTED]
tel/tél: 250-363-6038
fax / télécopieur 250-363-6004
Natural Resources Canada
Pacific Forestry Centre
506 West Burnside Road
Victoria BC V8Z 1M5
Ressources naturelles Canada
Centre de foresterie du
While running Tomcat 5 with IIS and JK2..
The Windows Application Logs often log several Warnings at the same point in
time, see below for example. The problem is, these Warnings pile up in the
Windows Event logs and force the Administrator to manually clear out the
logs daily or weekly.
guring of this application for clients as the value could
come already configured.
Eric Murphy
Software Developer (NFIS)
[EMAIL PROTECTED]
tel/tél: 250-363-6038
fax / télécopieur 250-363-6004
Natural Resources Canada
Pacific Forestry Centre
506 West Burnside Road
Victoria BC V8Z 1M5
Ressour
On Thu, 20 Jan 2005 11:18:12 -0500, Tim Funk <[EMAIL PROTECTED]> wrote:
> Odd. Is it possible the userid being used to launch tomcat has a borked
> environment variable?
>
> For example:
> public class Foo {
>public static void main(String args[]) {
>System.out.println(""+ new java.uti
>> Is there any other soln ? so that w/o restarting my tomcat can i just
>> deploy new version ?
>>
>> regards
>>
---
Eric VERGNAUD - JLynx Software
Cutting-edge technologies and
services for software companies
web: http://www.jlynx.com
s code I use to connect and where it gets stuck,
context, server.xml, web.xml. Sorry for all the DEBUG stmts...
obviously I've been working on this for awhile...
Thx much
Eric
CONNECTION POOL METHOD LOCATED IN THE CONTROLLER O FMY APP
private void setConnection
I'd be interested to know the outcome of this one when you crack it.
On Tue, 21 Dec 2004 09:32:42 -0500, Greg Lappen <[EMAIL PROTECTED]> wrote:
> That's a good idea, I'm going to try that. Its a cheap way to confirm
> or deny my suspicions.
>
> Thanks!
&g
t else is there to do in this situation?
>
> Greg
> On Dec 20, 2004, at 1:57 PM, Eric Rotick wrote:
>
> > I had a similar problem with an almost identical setup to yours which
> > turned out to be bad memory. An extra 1GB stick was added which had a
> > bad section in
The application receives data packets from acoustic sensors. While the
total load is not huge, because of the way the data is collected there
are periods of no activity and then periods when all hell breaks
loose. This happens every 15 minutes and we size the memory based on
the use of swap over a
n't
> think it could be the RAM.
>
> Greg
>
> On Dec 20, 2004, at 1:57 PM, Eric Rotick wrote:
>
> > I had a similar problem with an almost identical setup to yours which
> > turned out to be bad memory. An extra 1GB stick was added which had a
> > bad
I had a similar problem with an almost identical setup to yours which
turned out to be bad memory. An extra 1GB stick was added which had a
bad section in the top of the memory map. This memory only got used
when things got busy so everyone suspected some threading issue. We
got lucky and spotted s
This is a MySql problem. It shuts down connections if they have been
idle for too long. You need a pool manager that takes care of this.
Something like c3p0 will do the job.
On Sun, 19 Dec 2004 12:28:09 + (GMT), Krishnakant Mane
<[EMAIL PROTECTED]> wrote:
>
>
> hello all,
> I am Krishnakant
useURIValidationHack="false"/>
Calling getScheme() in a jsp
[
getScheme=<%= request.getScheme() %>
]
results in 'http' being displayed instead of 'https'
Has anyone else noticed this behaviour or know a way around it?
Thanks,
Eric
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
e granted all permissions to soap.
However, when I connect to the server, I get the following error:
Unable to resolve target object: com.jlynx.soap.service
What am I doing wrong ?
---
Eric VERGNAUD - JLynx Software
Cutting-edge technologies and
services for sof
nd out will come the desired HTML. In
order to do this conversion on the fly, you need to specify the XSLT file
(formatting directives) in the body of the XML file. The top two lines of
the XML file should be as follows:
where transform.xsl is the name of the formatting utility.
It works like
that will
make XML look like XML. No special features.
---
Eric VERGNAUD - JLynx Software
Cutting-edge technologies and
services for software companies
web: http://www.jlynx.com
---
-
le 8/12/04 0:15, Wendy Smoak à [EMAIL PROTECTED] a écrit :
> From: "Eric VERGNAUD" <[EMAIL PROTECTED]>
>> Yes it's simple. I was just wondering whether there was a preferred method
>> for this, and maybe a folder in the Tomcat directory for that purpose.
>
ance to delete a file belonging to your app.
>
> Simple terms, pick a place just for them use it.
>
> Doug
Yes it's simple. I was just wondering whether there was a preferred method
for this, and maybe a folder in the Tomcat directory for that purpose.
---
le 7/12/04 23:20, Larry Meadors à [EMAIL PROTECTED] a écrit :
> Put them in a database instead?
>
Thanks, but not an option in this case.
---
Eric VERGNAUD - JLynx Software
Cutting-edge technologies and
services for software companies
web: http://www.jly
irely up to the developer and the catalina.policy file ?
Is there a way to tell Tomcat NOT to erase existing files in a servlet, but
only overwrite them with files from the war file ?
---
Eric VERGNAUD - JLynx Software
Cutting-edge technologies and
services for sof
If the response has already committed then you cannot send a redirect.
The various header details contain the redirect information and the
response is said to be committed if these headers have already been
sent back to the client.
On Sun, 5 Dec 2004 23:21:34 +0800, zerol tib <[EMAIL PROTECTED]>
I think the variables defined by the JSP compiler are named with the
leading underscore to avoid any naming clashes with names you may have
used yourself.
Of course, if you've used leading underscores yourself
On Sun, 5 Dec 2004 10:11:01 -0500, Rhino <[EMAIL PROTECTED]> wrote:
>
>
>
> ---
You could use 'netstat -an' to see if there is a process listening on
your chosen ports and 'tcpdump port ' to see the packets going to
and from the port. You could also use ethereal to capture the packets
and then use the 'follow TCP stream' option to see inside the packets.
On 05 Dec 2004 1
ks for ever,
> inr
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
Your clock is not set properly. A little annoying...
---
Also, you'll need something like the following in your web.xml.
/*
CONFIDENTIAL
Jon
- Original Message -
From: "Shapira, Yoav" <[EMAIL PROTECTED]>
To: "Tomcat Users List" <[EMAIL PROTECTED]>; "Xeth Waxman"
<[EMAIL PROTECTED]>
Sent: Friday, November 19, 2004 10:05 AM
Subject: RE: Re
OK, thanks for the info. Like you mentioned, I was thinking that
redeployment would be easier with it set to false. I just wanted to make
sure that I wouldn't be incurring a performance hit and the expense of not
having to mess around with an extra directory. Thanks.
Jon
- Original Message
Does anyone know if there are disadvantages to setting unpackWARs="false"?
What I'm wondering is if it then has to uncompress the .war file everytime a
resource is accessed thus causing a performance hit?
Jon
-
To unsubscribe, e
Thanks!
Jon
- Original Message -
From: "Shapira, Yoav" <[EMAIL PROTECTED]>
To: "Tomcat Users List" <[EMAIL PROTECTED]>
Sent: Wednesday, November 17, 2004 12:07 PM
Subject: RE: Tomcat 5.5 nightly zip files?
Hi,
Yeah. They're built from CVS HEAD (there's very little purpose to
nightlies o
mcat 5.5 nightly zip files?
Hi,
The Jakarta binaries download page even gives you the link at the bottom
;) http://cvs.apache.org/builds/jakarta-tomcat-5/nightly/.
Nightlies are always at your own risk.
Yoav Shapira http://www.yoavshapira.com
-Original Message-
From: Jonathan Eric Miller [mai
Anyone know if there are nightly zip files for Tomcat 5.5?
Jon
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Actually, I guess the default isn't that bad for UNIX/Linux anyway. In
theory, if you are using J2SE 1.5 with the default log settings and you
don't have Log4J installed, INFO level messages and above will get written
to the console which gets redirected to catalina.out by catalina.sh. So,
inst
od at all i
agree. And I know there is an exception occurring right now, but it's not
being reported into the stdout.
where is all the runtime exception stack tracing supposed to go Yoav? that
won't be picked up by log4j which is a good point
cheers!
-Original Message-
From
t;
Sent: Thursday, November 11, 2004 1:17 PM
Subject: Re: Auto-deploy not working in Tomcat 5.5.4 when .war file has a
META-INF/context.xml?
On Thu, 11 Nov 2004 11:09:58 -0600, Jonathan Eric Miller
<[EMAIL PROTECTED]> wrote:
I don't see it at least on the inital bug report page at
http:/
That may help although you may need to
change some code such as the ifmxStatement. I'm in a bit over my head
on this one.
Eric
On Thu, 11 Nov 2004 12:04:28 +0100, Akacem Mohammed
<[EMAIL PROTECTED]> wrote:
> Hello Eric,
>
> thank you Eric it works now.
>
> but I have a
I don't see it at least on the inital bug report page at
http://nagoya.apache.org/bugzilla/enter_bug.cgi?product=Tomcat%205
Maybe I need to commit the page first and there's another page...
I don't want to submit a report just yet, because I'm still in the process
of trying to figure out how the
So, exceptions aren't logged by default? Does the new log4j method give you
full stack traces, or, is it just one line error messages? If I don't
configure log4j, does that mean that exceptions can be occurring and I won't
know about it? IMHO, a decent default logging configuration should be
pr
Here's the message without the file attachments since the original message
was blocked as spam. I don't see a way to post file attachments to the bug
database either...
Jon
- Original Message -
From: "Jonathan Eric Miller" <[EMAIL PROTECTED]>
To: "Re
I have an application which has a META-INF/context.xml file. I'm attempting
to have the file auto-redeploy itself everytime I copy an updated the
updated .war file to the webapps directory. This worked fine in Tomcat
5.0.25.
In Tomcat 5.5.4, it will deploy itself the first time through, but, wh
should be all set.
Let me know how it goes.
Eric
Notes:
- I'm not sure if DefaultContext or Context within your server.xml
have any effect once you have a myapp.xml at
$CATALINA_HOME/conf/Catalina/localhost/. I still have a Context in my
server.xml.
- I don't think it matters but fyi,
gt; > Error: [jk_worker_ajp13.c (546)]: ajp13.service() ajpGetReply
> > recoverable
> > error 3
> >
> > Error: [jk_handler_response.c (140)]: handler.response()
> Error sending
> > response
> >
> > Error: [jk_service_iis.c (126)]: j
Do you know any more information about the 3 logLevels? I see an ERROR,
DEBUG, and INFO. I currently set it to DEBUG, which is the default and is
not necessary. I would guess that INFO would give you more warnings, and
ERROR would give you less warnings. Does this make sense?
Eric Sandusky
While running Tomcat 5 with IIS and JK2..
The Windows Application Logs often log several Warnings at the same point in
time, see below for example. The problem is, these Warnings pile up in the
Windows Event logs and force the Administrator to manually clear out the
logs daily or weekly.
that! I still have yet to find a mention of this in TC 5.0 docs.
Eric
btw, I am required to manually put that myapp.xml at
CATALINA_HOME/conf/Catalina/localhost/. I tried creating a META-INF,
located at /myapp/ with a context.xml, but this did not result in a
dynamic copy at CATALINA_HOME/con
in my
$CATALINA_HOME/conf/Catalina/localhost/ directory.
thx
Eric
On Tue, 9 Nov 2004 00:40:23 -, Steve Kirk
<[EMAIL PROTECTED]> wrote:
>
> Worth clarifyig what we are meaning by "DBCP". The DBCP I was referring to
> was the specific implementation of connection pooling tha
1 - 100 of 1047 matches
Mail list logo