Hi,
I am having this problem that images are not shown in the page properly when
we load the page for the first time.
I even tried to pre-load images in my cache. But the problem isn't solved. I
am using IE. Is there any configuration of Tomcat which I am not using
properly? What else could be t
Hi Mike,
Someone has posted a solution to the new error you're getting:
http://mail-archives.apache.org/mod_mbox/tomcat-users/200512.mbox/[EMAIL
PROTECTED]
their solution was under:
6. Edited Tomcat 'server.xml' (in the 'conf' folder). Removed the line:
I've installed Tomcat 5.x from a ZI
OK, I just reinstalled Tomcat 5.5.23 to resolve an issue with Tomcat starting
up. Now I have an issue with my listener not starting up. The class in question
LifecycleListener exists in the %CATALINA_HOME%\server\lib\catalina.jar file.
Do I need to set a switch or something when calling startup.
I removed the JRE_HOME, which did not seem to help. I then reinstalled Tomcat
and the Admin and this message went away.
Thx
Rashmi Rubdi <[EMAIL PROTECTED]> wrote:
On 4/22/07, Mike Peremsky wrote:
> I checked and the naming-factory.jar is in the common\lib directory. Shouldn't
> Tomcat fi
I will be out of the office starting 04/22/2007 and will not return until
04/27/2007.
I will respond to your message when I return, but can be reached at 952 836
4385
On 4/22/07, Mike Peremsky <[EMAIL PROTECTED]> wrote:
I checked and the naming-factory.jar is in the common\lib directory. Shouldn't
Tomcat find all jars in that directory on startup?
Yes, Tomcat does find all jar files under common\lib\ and other sub
folders under Tomcat when it starts up.
I
HI all
i am running tomcat 5.5.9 as a service in windows xp. i see log files are
created under the
log folder correctly.
My question is that i see same entries in catalina and stderr files. following
is the entry of both the files.
Any idea why this is happenning?
Thanks in advance.
Naveen
Apr 2
Mike-
did you check %CATALINA_HOME% is set to c:\apache-tomcat-5.5.23 ???
M--
This email message and any files transmitted with it contain confidential
information intended only for the person(s) to whom this email message is
addressed. If you have received this email message in error, please n
> 2) If I run startup.bat in #1 above, I get the following exception and do not
> know what it is.
>
>
The exception below is looking for a class named
org/apache/naming/TransactionRef , this class is located in
naming-factory.jar in the folder: c:\apache-tomcat-5.5.23\common\lib
Please check
Hi Mike,
On 4/22/07, Mike Peremsky <[EMAIL PROTECTED]> wrote:
I just did a fresh install of Apache 5.5.23. I have defined
ANT_HOME=c:\ant
CATALINA_HOME=c:\apache-tomcat-5.5.23
JAVA_HOME=c:\java\jdk1.5.0_11
JRE_HOME=%JAVA_HOME%\jre
PATH=%JAVA_HOME%\bin;%ANT_HOME%\bin;%CATALINA_HOME%\bin
I just did a fresh install of Apache 5.5.23. I have defined
ANT_HOME=c:\ant
CATALINA_HOME=c:\apache-tomcat-5.5.23
JAVA_HOME=c:\java\jdk1.5.0_11
JRE_HOME=%JAVA_HOME%\jre
PATH=%JAVA_HOME%\bin;%ANT_HOME%\bin;%CATALINA_HOME%\bin
My application is in %CATALINA_HOME%\webapps\fs a
I have tomcat 5 up and running and want to enable webdav, but only a
few select users should be able to write to the webdav directory.
How can I set this up? By default, if I enable webdav, it looks like
anyone can write to the file.
Thanks,
Dean
---
IndexIgnore .??* *~ *# HEADER* README* RCS CVS *,v *,t
- Original Message
From: David Brown <[EMAIL PROTECTED]>
To: Tomcat Users List
Sent: Sunday, April 22, 2007 6:25:54 PM
Subject: Re: file not found
Do you have an |IndexIgnore *.html directive in your apache conf ?|
Richard Dunne w
Do you have an |IndexIgnore *.html directive in your apache conf ?|
Richard Dunne wrote:
I am having a problem with an html file. In my project folder I have html, javascript and php files. When I go to http://localhost/ProjectFolder/ All the files are listed except for 1 html file. stopping a
I am having a problem with an html file. In my project folder I have html,
javascript and php files. When I go to http://localhost/ProjectFolder/ All the
files are listed except for 1 html file. stopping and restarting the apache2
server has no effect, it still will not show up in the list of
Please give details:
- software (apache, tomcat, mod_jk) and platform versions
- relevant parts of configuration (Apache Jk*, workers.properties,
Connectors and jvmRoute from server.xml)
- maybe parts of the log files showing your activity
Please note:
Sticky sessions use routing identifiers
session ids are, as per the spec, unique for each web application.
if you're defining multiple hosts, then that would imply multiple web
applications.
if you want to hack sessions to work for multiple subdomains then you'll
need to hack more than just the single sign-on valve, i'd imagine.
I realize that sticky sessions always send requests from the same session to
the same Tomcat instance. However, if my sample application isn't using a
session (i.e. no cookies, URL rewriting, or hidden form fields), wouldn't
every request be seen as a new session and distributed among Tomcats on a
John--
Are there any bugs or enchancements you are suggesting?
M--
This email message and any files transmitted with it contain confidential
information intended only for the person(s) to whom this email message is
addressed. If you have received this email message in error, please notify
the s
On Sunday 22 April 2007 07:59, Johnny Kewl wrote:
> This mailing list is a magic technology, just wondering if anyone knows
> what its running on.
>
> Is it Tomcat and James?
>
> thx
Headers show:
"Mailing-List: contact [EMAIL PROTECTED]; run by ezmlm"
http://www.ezmlm.org/
--
Nicholas Sushkin,
Sticky sessions means exactly that. Stick the session to a particular
tomcat. If you shut down that tomcat, it should fail over to the other
tomcat(s) if you have properly set up your cluster.
If you use synchronous replication you don't need sticky sessions as all
tomcats should have the sess
When starting a new thread (ie sending a message to the list about a
new topic) please do not reply to an existing message and change the
subject line. This is known as thread hijacking and to many of the
list archiving services and mail clients used by list subscribers this
makes your new message
Hi all,
I just installed the Tomcat 6 on jdk6 with Ubuntu6.06. I am
getting the following exceptions in the log. please kindly let me know
how to go about solving this.
I have set the context to true in the context.xml
I have commented the "className="org.apache.catalina.core.AprLifecycle
Thank you very much for trying. I could not make it work either. It's
a simple task, as you say, of simply making the cookie be attached to
the domain name .localhost ... Oh well. I'll have to figure something
out.
Thanks again,
Jeremy
On Apr 22, 2007, at 7:42 AM, Johnny Kewl wrote:
Hi
This mailing list is a magic technology, just wondering if anyone knows what
its running on.
Is it Tomcat and James?
thx
Hi Jeremy...
Decided to give it a quick try...
Attached a WAR file that includes the source code of the test
Unfortunately it does not seem to work the tomcat session management
doesnt seem to be able to track session ID's across domain names... or
multiple hosts, and seems to ignore d
26 matches
Mail list logo