Hi,
for some feature of the memcached-session-manager (memcached-based
session failover, [1]) I want to access/reference webapplication classes
(in WEB-INF/lib/) directly from my manager implementation (subclasses
o.a.catalina.session.ManagerBase, registered via Context/Manager) when
tomcat
All
Thank you all for the replies the scripts.
It is true that we can find the results through tests.
http://docs.sun.com/app/docs/doc/819-3681/abeii?a=view
says that maximum address space for a process in 32 bit version of Linux is 2
GB.
But am not sure for which version
From: V Jayakumar [mailto:v...@hotmail.com]
Subject: RE: Max heap size
http://docs.sun.com/app/docs/doc/819-3681/abeii?a=view
says that maximum address space for a process in 32 bit version of
Linux is 2 GB.
But am not sure for which version of JRE this limitation is applicable.
Again,
I can give you the examples of incompatibilities I've seen in my app.
They're pretty trivial.
In Servlet API 2.2 days, Tomcat would take a negative load-on-startup order
in the web.xml for a servlet. When running under WebLogic, that disabled the
servlet.
My app also called
On Jan 10, 2010, at 12:25 AM, Caldarale, Charles R wrote:
From: Patrick Flaherty [mailto:pflah...@rampageinc.com]
Subject: Re: Tomcat Filter Mapping Issue
Meaning every host should have a ROOT app regardless of whether
you are
hosting ONE or MORE apps on a host !
Correct.
Good !
On Sun, Jan 10, 2010 at 9:55 AM, Patrick Flaherty
pflah...@rampageinc.com wrote:
I set up three VIRTUAL HOSTS matching the names of the 3 PUBLIC domain names
I have mapping to the IP address of the box.
Like the following :
Host name = www.myapp1.com appbase = c:/app1
Host name =
Hi Hassan,
I have not read that explicitly. I have looked online at various How-
To's and it's not clear to me this
is the case. I have 2 Tomcat reference books neither which mention
this about Virtual Hosts.
I will look some more.
I do not dispute you at all, don't get me wrong. It's even
On Sun, Jan 10, 2010 at 10:45 AM, Patrick Flaherty
pflah...@rampageinc.com wrote:
I have not read that explicitly. I have looked online at various How-To's
Things that are not part of the official documentation have a very real
chance of being out-of-date, misleading, or just plain wrong.
Try
From: Patrick Flaherty [mailto:pflah...@rampageinc.com]
Subject: Re: Tomcat Filter Mapping Issue
I don't touch that app, I leave it alone and it remains the
machine's ROOT APP.
No, it is that particular Host's ROOT app; not the machine's. Every Host
must have a ROOT app, and most likely
From: Patrick Flaherty [mailto:pflah...@rampageinc.com]
Subject: Re: Tomcat Filter Mapping Issue
I have looked online at various How-To's and it's not clear to me
this is the case.
The Internet is an excellent example of Sturgeon's Law: 95% of everything is
crud.
I have 2 Tomcat
We're running with -Xmx=6g right now. No problems. 64-bit RHEL
platform, so you may need a 64-bit OS for that.
--
Robin D. Wilson
On Jan 10, 2010, at 8:59 AM, V Jayakumar v...@hotmail.com wrote:
All
Thank you all for the replies the scripts.
It is true that we can find the
On Jan 10, 2010, at 1:53 PM, Caldarale, Charles R wrote:
From: Patrick Flaherty [mailto:pflah...@rampageinc.com]
Subject: Re: Tomcat Filter Mapping Issue
I don't touch that app, I leave it alone and it remains the
machine's ROOT APP.
No, it is that particular Host's ROOT app; not the
From: Patrick Flaherty [mailto:pflah...@rampageinc.com]
Subject: Re: Tomcat Filter Mapping Issue
If I have 3 apps for a given Host then off my appBase I
would have :
/ROOT (a must default for each Host)
/app2
/app3
To access these apps, the URL's for the apps would be :
On 09/01/2010 23:16, cgswtsu78 wrote:
Hello,
I'm using the below httpd configuration in order to secure a resource
(/reportsvcs_ws) using basic auth. When I hit the url
https://host/reportsvcs_ws without authing, I'm prompted as expected but I
get a http status code of 401 when accessing the
On 10/01/2010 14:35, Martin Grotzke wrote:
final XMLFormat? xmlFormat = (XMLFormat?) Class.forName(
de.javakaffee.web.msm.serializer.javolution.JodaDateTimeFormat,
true, classLoader ).newInstance();
snip/
Can someone help with this?
I suggest downloading a copy
Uncle !
I just created a ROOT folder off of my appBase, cut and pasted all of what
was in my appbase
into the new ROOT folder. Restart Tomcat and I try and hit the app with the
hostname and I get
a 404 for /.
(If I add /ROOT to the appBase path and I can hit the app successfully.)
I tried
On 10/01/2010 22:28, Patrick Flaherty wrote:
Uncle !
I just created a ROOT folder off of my appBase, cut and pasted all of
what was in my appbase
into the new ROOT folder. Restart Tomcat and I try and hit the app with
the hostname and I get
a 404 for /.
(If I add /ROOT to the appBase path
From: Patrick Flaherty [mailto:pflah...@rampageinc.com]
Sent: 2010 January 10, Sunday 16:28
To: Tomcat Users List
Can anyone post a virtual host snippet from their server.xml ?
Better if you post your server.xml and the Context elements from your webapps
(which should not be in server.xml).
2010/1/10 Martin Grotzke martin.grot...@javakaffee.de:
Hi,
Jan 10, 2010 2:57:51 PM org.apache.catalina.connector.CoyoteAdapter service
SEVERE: An exception or error occurred in the container during the request
processing
java.lang.NoClassDefFoundError: org/joda/time/format/ISODateTimeFormat
On Mon, 2010-01-11 at 02:54 +0300, Konstantin Kolinko wrote:
2010/1/10 Martin Grotzke martin.grot...@javakaffee.de:
Hi,
Jan 10, 2010 2:57:51 PM org.apache.catalina.connector.CoyoteAdapter service
SEVERE: An exception or error occurred in the container during the request
processing
Thank you guys,
I've decided to install it into CATALINA_HOME since it seems to be the only
proper way for now of installing Sakai.
I also would like to keep apache http and use it's ssl capabilities.
Leon
On Sun, Jan 10, 2010 at 7:57 AM, Christopher Schultz
ch...@christopherschultz.net wrote:
Charles,
Looking back you are correct. With all my confusion that clearly did
not register as I could plainly see it the host section of my server .xml.
You guys have a lot of patience with a guy like me and I shouldn't post
with such ignorance. I'm inheriting this project from the one who
From: Leon Kolchinsky [mailto:lkolc...@gmail.com]
Subject: Re: How to deploy java app. on Tomcat's virtual domains
residing outside CATALINA_HOME?
I also would like to keep apache http and use it's ssl capabilities.
The identical SSL capabilities (same code) are available in Tomcat's APR
2010/1/11 Martin Grotzke martin.grot...@javakaffee.de:
On Mon, 2010-01-11 at 02:54 +0300, Konstantin Kolinko wrote:
2010/1/10 Martin Grotzke martin.grot...@javakaffee.de:
Hi,
Jan 10, 2010 2:57:51 PM org.apache.catalina.connector.CoyoteAdapter service
SEVERE: An exception or error
24 matches
Mail list logo