=${catalina.home}/logs/cache.log
...
---
The Jars for JGroups and OSCache are both in my web-app's lib folder, not in
common/lib.
Anyone else have a similar issue and find a fix?
Thanks,
that you don't show a directory listing..
You need to setup your welcome file list in your webapp's web.xml file.
Located in... /webapps//WEB-INF/web.xml
-
index.jsp
-
-Rick
-Original Message-
From: mic
tries. My
webapp level loggers do not see any log entries from the above mentioned
classes.
Anyone else have a similar issue and find a fix?
Thanks,
Rick
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-ma
Allistair,
Well, great . Thanks for confirming I'm not crazy. Were you able to
find anything in the changelog between 5.5.9 and .12 that would have caused
this? I have not had any luck yet.
-Rick
-Original Message-
From: Allistair Crossley [mailto:[EMAIL PROTECTED]
Posted At: M
use this class
java.net.URI instead of java.net.URL
anyone have ideas on how to make xmlrpc-server3.1.3.jar tomcat 10 compliant?
BTW the jar in question has classes in this package
org.apache.xmlrpc.
Rick Noel
Systems Programmer | Westwood One
rn...@westwoodone.com
java.base/java.lang.Thread.run(Thread.java:833)
Rick Noel
Systems Programmer | Westwood One
rn...@westwoodone.com
-Original Message-
From: Mark Thomas
Sent: Thursday, February 8, 2024 8:54 AM
To: users@tomcat.apache.org
Subject: [EXT]Re: jakartaee-migration-1.0.7 migration tool failure
[You
f ( mapping == null )
Log.debug( "HandlerMapping is null" );
else
{
String[] methods = mapping.getListMethods();
for ( int x = 0; x < methods.length; x++ )
{
Log.debug( "method: " + methods[x] );
}
}
runs in Tomcat 9 and that
war still fails with same compile error.
So to summarize. the migration tool fails to convert third party jar
xmlrpc-server3.1.3.jar
And it also fails when I use it on my .war ran through the migration tool.
Rick Noel
Systems Programmer | Westwood One
rn
x = 0; x < methods.length; x++ )
{
Log.debug( "method: " + methods[x] );
}
}
mapping.setAuthenticationHandler(new AuthenticationHandler() {
//rick removed override annotaion so this class will compile on java 1.5
be:
- take the WAR file that works on Tomcat 9
- drop in webapps-javaee in Tomcat 10 and let Tomcat convert it
automatically
Mark
On 08/02/2024 20:28, Rick Noel wrote:
> No I cannot compile from command line.
>
> But I do not really care how eclipse compiles my class anyway.
ONE
Auth
/auth/*
radiovoodoo
NONE
FORM
/membership/login.jsp
/membership/error.jsp
Rick Noel
Systems Programmer | Westwood One
rn...@westwoodone.com
BUT I do not want to change my application code, I just want to tell Tomcat 10
to stop
Expiring cache so that session log in data is not lost
My main question is
I want to know how to configure Tomcat 10 to not loose session data that tells
the user has successfully logged in
Rick Noe
Chris,
Thanks for the help, I agree with all your statements.
I now see the JSESSIONID cookies.
I found a bug in my code. My issue was nothing to do with Tomcat behavior.
Rick Noel
Systems Programmer | Westwood One
rn...@westwoodone.com
-Original Message-
From: Christopher Schultz
my application web.xml I have. the needed
Rick Noel
Systems Programmer | Westwood One
rn...@westwoodone.com
Thank you Chuck
Do you have a feel if DeltaManager is better than BackupManager?
Rick Noel
Systems Programmer | Westwood One
rn...@westwoodone.com
-Original Message-
From: Chuck Caldarale
Sent: Thursday, March 21, 2024 3:37 PM
To: Tomcat Users List
Subject: [EXT]Re: Tomcat 10
Thanks Chuck great link to lots of good stuff
Rick Noel
Systems Programmer | Westwood One
rn...@westwoodone.com
-Original Message-
From: Chuck Caldarale
Sent: Thursday, March 21, 2024 4:00 PM
To: Tomcat Users List
Subject: [EXT]Re: [EXT]Re: Tomcat 10 waning that
ant to search out change them all to implement serialiazable
I am hoping there is a way to configure Tomcat to just not try and replication
sessions all object which are not serialiazable
Rick Noel
Systems Programmer | Westwood One
rn...@westwoodone.com
like this?...
the application code itself)
Rick Noel
Systems Programmer | Westwood One
rn...@westwoodone.com
-Original Message-
From: Rick Noel
Sent: Friday, March 22, 2024 11:43 AM
To: Tomcat Users List
Subject: RE: [EXT]Re: Tomcat session replication issue -
java.lang.IllegalArgumentExceptio
I do not want to replicate customer because that class does not implement
serializable
I was looking for someway that the Manager would NOT try to replicate it
Rick Noel
Systems Programmer | Westwood One
rn...@westwoodone.com
-Original Message-
From: Mark Thomas
Sent: Friday, March
Thank you very much Chris
The classes my app uses should be serialize anyway so I just go that route.
But thanks for that code snippet too
Rick Noel
Systems Programmer | Westwood One
rn...@westwoodone.com
-Original Message-
From: Christopher Schultz
Sent: Friday, March 22, 2024 2:36
Also, am I good with setting
protocol="org.apache.coyote.http11.Http11NioProtocol"
And then setting
That will tell Tomcat to do HTTP2 Correct?
Rick Noel
Systems Programmer | Westwood One
rn...@westwoodone.com
Rick Noel
Systems Programmer | Westwood One
rn...@westwoodone.com
-Original Message-
From: Christopher Schultz
Sent: Wednesday, March 27, 2024 8:24 AM
To: Tomcat Users List ; Rick Noel
Cc: Voodoo nmulcahy gmail ; David Jung
Subject: [EXT]Re: performance tunning of Tomcat 10
Rick
Apache Benchmark tool and was able to see how our app
responses with a test requests of 1 and concurrent requests of 40 and those
results look good to me with worst response time of only 1000 miliseconds.
Rick Noel
Systems Programmer | Westwood One
rn...@westwoodone.com
-Original
as defined in server.xml..
I have xxx out postgres URL for security reasons
Below is my database resource as defined in context.xml
Rick Noel
Systems Programmer | Westwood One
rn...@westwoodone.com
If have the resource defined in
CATALINA_BASE/conf/context.xml
And
CATALINA_BASE/conf/server.xml
Rick Noel
Systems Programmer | Westwood One
rn...@westwoodone.com
-Original Message-
From: Christopher Schultz
Sent: Friday, March 29, 2024 11:47 AM
To: users@tomcat.apache.org
Subject
context.xml file is.
And snippet from my server.xml is.
Rick Noel
Systems Programmer | Westwood One
rn...@westwoodone.com
-Original Message-
From: Rick Noel
Sent: Friday, March 29, 2024 11:57 AM
To: Tomcat Users List
Subject: RE
.
All the different dev applications also use the same database.
So that is why we define resources in the context.xml file
Rick Noel
Systems Programmer | Westwood One
rn...@westwoodone.com
-Original Message-
From: Christopher Schultz
Sent: Friday, March 29, 2024 2:21 PM
To: Tomcat Users
Yeah I like the idea of using the Resourcelink in the context.xml and then
keep the defining of that datasource in the server.xml
Rick Noel
Systems Programmer | Westwood One
rn...@westwoodone.com
-Original Message-
From: Christopher Schultz
Sent: Friday, March 29, 2024 2:23 PM
To
idea being that a developer working on one application would think if he
changed the web.xml for his application, hey maybe I should change the other
application's web.xml also
Rick Noel
Systems Programmer | Westwood One
rn...@westwoodone.com
-Original Message-
From: Mark Thomas
Se
by using the UpgradeProtcol
Correct?
Rick Noel
Systems Programmer | Westwood One
rn...@westwoodone.com
its name imply it is better?
Rick Noel
Systems Programmer | Westwood One
rn...@westwoodone.com
-Original Message-
From: Mark Thomas
Sent: Tuesday, April 2, 2024 10:05 AM
To: users@tomcat.apache.org
Subject: [EXT]Re: unable to set compression, compressionMinSize and
compressableMinemType
...
Rick
Thanks Chuck,
We are getting closer
Changing ports from the 5000 range to the 4000 range stopped two errors
But now I get this..
INFO: Manager [##0001]: skipping state transfer. No members active in cluster
group
How to I make the member machine in the cluster active?
Rick Noel
environment we have only one machine in the "cluster". So we really do
not have a "cluster" environment.
Again, we would like to know is going on before we introduce clustering in our
live environment.
We are using Java 17 and Tomcat 10
Rick Noel
Systems Programm
could use to test that theory out?
Rick Noel
Systems Programmer | Westwood One
rn...@westwoodone.com
CoyoteAdapter.java:344)
at
org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:391)
at
org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63)
at
org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:896)
Rick
SIONS sync phase start date [4/16/24, 12:48 PM] message date
[4/16/24, 12:48 PM]
Our live environment has two app server machines being fed by one loadbalancer.
In our dev environment, that has just one machine, this same session data can
be extracted.
But not on the live 2 machine environm
Rick
reciver port to a different port also
port="4002"
In my application level web.xml on both servers I have included the needed tag
What am I missing here?
Rick Noel
Systems Programmer | Westwood One
rn...@westwoodone.com
Rick Noel
Systems Programmer | Westwood One
rn...@westwoodone.com
-Original Message-
From: Chuck Caldarale
Sent: Monday, April 22, 2024 4:41 PM
To: Tomcat Users List
Subject: [EXT]Re: Tomcat 10 skipping state transfer. No members active in
cluster group
> On Apr 22, 2024, at 09
Chuck,
So you mean we use the VM's IP as the address value below
Instead or using the value of auto ?
Rick Noel
Systems Programmer | Westwood One
rn...@westwoodone.com
-Original Message-
From: Chuck Caldarale
Sent: Monday, April 22, 2024 6:20 PM
To: Tomcat Users
ureRandom
WARNING: Creation of SecureRandom instance for session ID generation using
[SHA1PRNG] took [32,646] milliseconds.
Rick Noel
Systems Programmer | Westwood One
rn...@westwoodone.com
-Original Message-
From: Chuck Caldarale
Sent: Monday, April 22, 2024 10:08 PM
To: Tomcat User
[main]
org.apache.catalina.ha.session.DeltaManager.waitForSendAllSessions Manager
[##0001]; session state sent at [4/23/24, 9:19 AM] received in [104] ms.
Rick Noel
Systems Programmer | Westwood One
rn...@westwoodone.com
-Original Message-
From: Rick Noel
Sent: Tuesday, April 23, 2024 8:56 AM
To: Tomcat
s breaking my code.
I can't have any downtime. The thirty seconds it takes to restart
tomcat a couple times a day causes many phone calls. Of course the
incredibly slow machine also causes phone calls.
Please help!
Thanks,
Rick
Didn't work. -3 doesn't kill it. I tried for several minutes. Then I
tried -6. That killed it, but I didn't get the core. Where do you
think it put it? I did this: 'kill -6 2393 2> error' error was empty.
Thanks,
Rick
Peter Crowther wrote:
From: R
OK. I finally got a file dumped out from this kill. But, it doesn't
look interesting to me. Any idea what this means to me?
Any other debug ideas?
Thanks,
Rick
Unexpected Signal : 3 occurred at PC=0x45C6D876
Function=(null)+0x45C6D876
Library=/opt/blackdown-jdk-1.4.2.01/jre/lib
guys!
Thanks,
Rick
Leon Rosenberg wrote:
On 6/19/06, Rick Cockerham <[EMAIL PROTECTED]> wrote:
OK. I finally got a file dumped out from this kill. But, it doesn't
look interesting to me. Any idea what this means to me?
Any other debug ideas?
a) paste complete stack trace
b)
Not sure what you mean. I can recompile and deploy the code with no
problems. So, probably...
Leon Rosenberg wrote:
On 6/19/06, Rick Cockerham <[EMAIL PROTECTED]> wrote:
I wish it would give me a stack trace. That would be wonderful. The
part I left out was just a list of a
This looks perfect. It's what I need. However...
I've been all over the website below. I don't see how to install this
through web.xml. I see how to extend a servlet. I'm using JSP. So,
that's a little more difficult.
Thanks,
Rick
Leon Rosenberg wr
this.
Otherwise, anyone familiar or have a link with the standard processing
pipeline in tomcat 5.5.x and know the order of valve/filter execution that
can point me in the right direction?
Thanks for any help,
Rick G
-
To start
about, at least
not enough to be noticeable, but I'll have a look to see if I can see
anything of the sort. As a note, currently using Tomcat 5.5.12, Apache
2.0.46, mod_jk 1.2.15.
-Rick
-Original Message-
From: Robert [mailto:[EMAIL PROTECTED]
Posted At: Tuesday, July 25, 2006 8:
the return value say...
"@return 200 in case of a successful decoduing, 500 in case of error."
But I'm still reading
Again if anyone has any info that can point me in the right direction, I
would appreciate it.
-Rick
-Original Message-
From: Martin Gainty [mailto:[EMAIL PROTE
Doing a directory list, puts them in alphabetical order, which isn't the
real order, just look at the dates.. Think of .5-.9 as .05 - .09. jk-1.2.15
is the latest.
Jk-1.2.05
Jk-1.2.06
Jk-1.2.07
Jk-1.2.08
Jk-1.2.09
Jk-1.2.10
Jk-1.2.11
etc
-Original Message-
From: Garthfield Carter [mail
east when using a
front end web server.
-Rick
-Original Message-
From: Martin Gainty [mailto:[EMAIL PROTECTED] Posted At: Tuesday, July
25, 2006 10:30 AM Posted To: Tomcat Dev
Conversation: Possible to send 503 status over JK?
Subject: Re: Possible to send 503 status over JK?
Rick-
Hav
s for your input,
-Rick
-Original Message-
From: Hassan Schroeder [mailto:[EMAIL PROTECTED]
Posted At: Tuesday, July 25, 2006 3:55 PM
Posted To: Tomcat Dev
Conversation: Possible to send 503 status over JK?
Subject: Re: Possible to send 503 status over JK?
On 7/25/06, Rick G <[EMAIL P
code handler in
httpd.conf? Just seems that if Apache can handle the 503 with Tomcat down,
that it shouldn't work any different with Tomcat running but with a webapp
down, as long as if its returning the same status code.
Thank you much for your feedback,
Rick
-Original Message-
most likely
is no content returned. Maybe I'll try recompiling tomcat to not generate
the error page content just to see if the behavior changes.
Thanks again for your input Len,
-Rick
-Original Message-
From: Len Popp [mailto:[EMAIL PROTECTED]
Posted At: Wednesday, July 26, 2006
Robert,
Do you have some sample script/servlet that you can reliably reproduce the
issue that I could try?
If not, could you let me know a bit more about the operation, frequency of
the occurrence?
-Rick
-Original Message-
From: Robert [mailto:[EMAIL PROTECTED]
Posted At: Tuesday
I was having a bit of trouble with mod_jk1.2.19 and virtual host
configuration in apache 2.
I hope I can shed some light on what I discovered and put this question
to rest. The error message in the subject can be found all over the net
with no helpful responses.I know, I was having this proble
I tried your script both ways and it worked flawlessly on a CentOS 3.6
box.
I would take a look under which user the jvm is running after you start
your script. (ps -ef | grep java) If it is running as root then that
might indicate that something about the su command isn't working as
expected.
It
Tomcat doesn't run on port 80 by default, Mike. Try
http://localhost:8080/
-Original Message-
From: mike dorian [mailto:[EMAIL PROTECTED]
Sent: Saturday, October 07, 2006 11:19 AM
To: users@tomcat.apache.org
Subject: Tomcat not serving pages
Hi,
Having a bit of a problem on running Tomc
the pages from other Linux or Apple
PC's on the same network but no Windows PC's. This is a local network with no
security issues to deal with.
Thanks for any insight into this problem.
Rick
__
Do You Yahoo!?
Tired of spam? Yahoo! Ma
ndows PC's and could access
the Tomcat pages successfully. XP firewall isn't enabled. Looking at IE
settings now but changing security settings hasn't had any affects so far.
Thanks,
Rick
Hassan Schroeder <[EMAIL PROTECTED]> wrote:
Rick LOpez wrote:
> I have instal
OK it was something easy as I thought but overlooked. Had to type in http://
when using IE in order to get it to load. :-)
Rick LOpez <[EMAIL PROTECTED]> wrote:Had done all the basic checks with no
problems found. Tried changing the port to 80 in the server.xml file but I then
couldn
Hi
Is it possible to configure two datasources using different versions of same
driver.
I have to communicate with Postgres 8 and also with Postgres 7.2.*.
driverClassName="org.postgresql.Driver" will use JDBC driver first visible
to classloader, can i do something about it other then writing my
Hi, guys:
I am stuck here with this problem. I created a Java
project on
Eclipse, the reason is I have to use my own framework
that won't
fit into a Tomcat project. But we are using Tomcat to
run our application. Now I have to create datasource
for Hibernate to use. If this is a tomcat project, I
to
> create it.
> mas
>
> Rick Col wrote:
>
> >Hi, guys:
> >
> >I am stuck here with this problem. I created a Java
> >project on
> >Eclipse, the reason is I have to use my own
> framework
> >that won't
> >fit into a Tomcat pr
Hi,
I am using Tomcat 4.1, and TomcatPlugin3.1 for Eclipse3.1.1. I created a Tomcat
project, evert time I run tomcat, a duplicate folder created under base
directory, and war file is not automatically unpacked. Another thing is: when I
try to run my application, it was told all struts tld files
Thanks for the reply, Mark.
Actually, WEB-INF folder name is correct, here I
copied
the build location used for build target from
build.xml:
and build task works perfectly fine.
And the following is part of unpacked war file
directory:
.
WEB-INF/
WEB-INF/classes/
forms to a spec?)
Thanks,
--
Rick
Rick Wong wrote:
Hi,
I am using Tomcat 5.0.26. I have 20+ web applications hooked up with
single-sign-on. Each web application generates a JESSIONID session
cookie with a different path, and shares a single JSESSIONIDSSO.
When testing my suite of applica
This is neat. Thanks!
--
Rick
Peter Rossbach wrote:
Option is
Then all webapps share the same session id.
Cheers
Peter
Am 16.04.2006 um 15:12 schrieb Tim Funk:
Check the docs - there is an option that will allow tomcat to use the
same jsessionid for all webapps.
-Tim
Rick Wong
nance"
page if the web-app is stopped, instead of tomcat returning its own
generated 503 response.
Thanks for any info,
-Rick
-Original Message-
From: Yue Mu [mailto:[EMAIL PROTECTED]
Posted At: Saturday, February 04, 2006 11:59 PM
Posted To: Tomcat Dev
Conversation: Custom HTTP 503
Well, did you verify apxs is in the folder you have specified, apxs is
installed with the httpd-devel package/rpm.
-Original Message-
From: MOURANI Gerhard [mailto:[EMAIL PROTECTED]
Posted At: Monday, May 15, 2006 8:10 AM
Posted To: Tomcat Dev
Conversation: You must specify a valid --wi
2.2 version?
The server is running RedHat Enterprise 3 ES
Thanks for any help,
Rick
-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Have you tried using getServletContext()?
(http://java.sun.com/products/servlet/2.3/javadoc/javax/servlet/ServletC
ontext.html)
We use this as a means to find and match our properties (stored in a
common property container directory by context) since we deploy multiple
instances of the same app f
The point is, whether you were using Apache, IIS, or Tomcat, the problem
you are trying to resolve is generic and not related to tomcat itself.
Thus, this probably isn't the proper forum to direct your question.
-Original Message-
From: CANADAFAST INC. [mailto:[EMAIL PROTECTED]
Sent: Mond
I have tomcat 5.5 working on both linux and Windows. I am using the
default configuration. When I copy a WAR file to webapps/, it will be
autodeployed successfully but only the first time. If I "touch" that
same WAR file, the autodeploy will fail, as it leaves the
webapps/[appname]/[appname].log
, restart
tomcat. I thought that autodeploy would take care of that, but I guess
not.
Thanks,
Rick
-Original Message-
From: Caldarale, Charles R [mailto:[EMAIL PROTECTED]
Sent: Wednesday, November 15, 2006 1:35 PM
To: Tomcat Users List
Subject: RE: Autodeploy fails
> From: Rick Dettwy
The log is created by tomcat and is not within the WAR file.
I will stop Tomcat, remove the directory and restart Tomcat, which will
deploy the WAR file, as autoDeploy doesn't seem to be able to do that
with Tomcat already running.
Thanks again,
Rick
-Original Message-
From: Cald
I will look for that, which would help immensely.
Thanks again.
-Original Message-
From: Caldarale, Charles R [mailto:[EMAIL PROTECTED]
Sent: Wednesday, November 15, 2006 2:57 PM
To: Tomcat Users List
Subject: RE: Autodeploy fails
> From: Rick Dettwyler [mailto:[EMAIL PROTEC
a request for a new session...which kills the app. Argh.
Any ideas as to how I can figure out what is mangling my applet's
requests across the firewall? Any information very much appreciated!
Rick Strong
-
To start a
introduced this to our
environment has since left the company and left little documentation as to
what he did. Is there a way to find the version of my
nsapi_redirector.so?
TIA
Rick
NOTICE: This confidential e-mail message is only for the intended
recipient(s). If you are not the intende
NullPointerExceptions. Does the default directory change when running as
a service? Anything else I should know? Any FAQs on this?
Thanks,
Rick Strong
-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail
You can name it anything you want. I have never once installed tomcat
under its default directory name and have never had any problems arise
from the practice.
-Original Message-
From: Christoph P. Kukulies [mailto:[EMAIL PROTECTED]
Sent: Wednesday, April 18, 2007 5:38 AM
To: [EMAIL PROTE
SLEnabled="true", the SSL started working
correctly.
HTH,
Rick Archibald
not start. Can someone suggest a
solution for this?
Thanks,
Rick
-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
significant difference
between the two servers.
Anyone have a clue what is causing this?
Thanks!
Rick
-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail
This is making development very slow and frustrating - the steps I have
to go through seem excessive, and I get the feeling that I'm missing
something.
Thanks for any information!
Rick Strong
-
To start a new
page on
server, but taskbar icon still shows Tomcat stopped.
Thanks for any help you can provide.
Rick Simpson
Insl-x
308 Old County Road
Edgewater, FL 32132
T/386-428-6461, x164
F/386-427-7130
Email: [EMAIL PROTECTED] <mailto:[EMAIL PROTEC
Thanks everyone for the responses. I added the msvcr71.dll to the Tomcat
bin file and it fixed my problems. THANKS
-Original Message-
From: Chris Stewart [mailto:[EMAIL PROTECTED]
Sent: Thursday, May 22, 2008 11:23 AM
To: Tomcat Users List
Subject: Re: error message, can you tell me wher
Tomcat web application manager, under the root. I
can see the file on the manager page but when I try to click on it I get
an error The requested source is not available. I started with little
hair and this is taking the rest. Thanks
Rick Simpson
Insl-x
308 Old County Road
Edgewater, FL 32132
T/386
All 3 remaining hairs will thank you.
Tomcat 5.5 Java JDK 1.6.0 Sever 2003
May 22, 2008 11:53:05 AM org.apache.catalina.core.StandardContext stop
INFO: Container
org.apache.catalina.core.ContainerBase.[Catalina].[localhost].[/SalesPor
tal] has not been started
May 22, 2008 11:53:12 AM org.apache
David
I am sorry to sound like I don't know what I am doing but I don't. I can
open the rest of the folders in webapp folder from the manager just not
mine. The file I am moving came from version 4.1 of Tomcat, not sure if
that matters or not.
-Original Message-
From: David Smith [mailto
First
It is a 20 meg folder not a shortcut
Second
Local system has read permissions
Third
C:\Program Files\Apache Software Foundation\Tomcat
5.5\webapps\SalesPortal
Fourth sorry its so long but complete log
ay 22, 2008 11:50:43 AM org.apache.catalina.core.AprLifecycleListener
lifecycleEvent
INFO:
I've searched all over the web and on the list to try and find an
answer to my question. We have a similar installation for a DEV, TEST,
STAGE and PROD environments, namely:
Windows 2003
Tomcat 6.0 (I don't remember the full version, but it isn't critical to
this post)
isapi_redirect.dll version 1
?
Is there a log file somewhere I can look at?
Thanks
Rick
-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org
common
LogFormat "%{Referer}i -> %U" referer
LogFormat "%{User-agent}i" agent
CustomLog /var/log/apache2/other_vhosts_access.log vhost_combined
# Include generic snippets of statements
Include /etc/apache2/conf.d/
# Include the virtual host configurations:
Include /etc/apache2/sites-enabled/
--
Rick Hightower
http://www.google.com/profiles/RichardHightower
On Wed, 2010-01-13 at 22:49 +, Mark Thomas wrote:
> On 13/01/2010 22:48, Rick Bragg wrote:
> > Hi,
> >
> > I have installed Tomcat, and I get the "It Works" page perfect, however,
> > when I try to go to the manager webapp I get the unauthorized 401 error
like to be able to access
it through Apache2 from localhost/hello or
127.0.0.1/hello<http://127.0.0.0/hello>,
but I get a 404 and then the above trace message instead.
On Thu, Jan 14, 2010 at 2:52 PM, Rick Hightower
wrote:
> I am having some trouble connecting with mod_jk to my
1 - 100 of 149 matches
Mail list logo