Hi, how about extends the
"org.apache.catalina.authenticator.AuthenticatorBase"? or extends
"FormAuthenticator" if you are using form based. The base class is actually
a Valve, thus provide the "Request" object access. And to use it, just
simply add as a valve in your context xml file. If I underst
Hi Martynas, you are getting NPE because "request.getRemoteHost()" is
returning null value after you enableLookups! Maybe you have problem
resolving hostname in your env? Try to disable the valve and test "<%=
request.getRemoteHost() %>" in a simple jsp until you can get the right
value before re-e
Tomcat should emit a parse error during deployment / startup of your
application something like
"SEVERE [localhost-startStop-1]
org.apache.tomcat.util.descriptor.web.WebXmlParser.parseWebXml Parse error
in application web.xml"
However the Tomcat server itself will continue to load and run. It jus
On Tue, Aug 19, 2008 at 10:33 PM, Bill Barker <[EMAIL PROTECTED]> wrote:
>
> "Markus Schönhaber" <[EMAIL PROTECTED]> wrote in message
> news:[EMAIL PROTECTED]
> > Zemian Deng wrote:
> >
> >> When setting up tomcat during boot startup on a linux/
Hello list,
When setting up tomcat during boot startup on a linux/unix, is there more
advantage using jsrv that comes with Tomcat as describe here:
http://tomcat.apache.org/tomcat-6.0-doc/setup.html
VS
Just a plain shell script that calls catalina.sh ?
--
Sweet - a Scala web framework:
http://
gt; CATALINA_HOME/conf/logging.properties missing in your setup and does the
> suggested workaround to catalina.sh solve the problem for you?
>
> Regards,
>
> Rainer
>
> Zemian Deng schrieb:
> > Hum... so it is a confirmed bug then. I don't see a ticket open on those
&
Hum... so it is a confirmed bug then. I don't see a ticket open on those
threads. Should I create one?
On Wed, Aug 6, 2008 at 11:14 AM, Rainer Jung <[EMAIL PROTECTED]>wrote:
> See also
>
> http://marc.info/?t=12180313421&r=1&w=2
>
> Regards,
>
> Rain
ke it can't even start the server, I doubt more info from log.
But I will check later.
-Z
On 8/6/08, Mark Thomas <[EMAIL PROTECTED]> wrote:
> Zemian Deng wrote:
>> Hello list,
>>
>> When I try the following it works with tomcat-6.0.14, but failed on
>> tomc
Hello list,
When I try the following it works with tomcat-6.0.14, but failed on
tomcat-6.0.18
$ mkdir -p /tmp/mybase/conf
$ cp /opt/apache-tomcat-6.0.18/conf/server.xml /tmp/mybase/conf
$ export CATALINA_BASE=/tmp/mybase
$ /opt/apache-tomcat-6.0.18/bin/catalina.sh run
Using CATALINA_BASE: /tmp/
Hi,
The bug report interface here:
https://issues.apache.org/bugzilla/query.cgi?product=Tomcat%206
will only display a specific word search. Is there a canned report URL
for showing all open issues for Tomcat6?
--
Thanks,
Zemian Deng
anks for sharing.
-Z
On Fri, Mar 28, 2008 at 9:53 AM, Mark Thomas <[EMAIL PROTECTED]> wrote:
> Zemian Deng wrote:
> > Can you share your story of how you solve your redeployment problem to
> keep
> > max availability of your webapp?
>
> 1. Write stateless apps and whe
tomcat5 on
this static page?
--
Thanks,
Zemian Deng
those users who are happens on the
instances I shut down, they lost the session at best, and lost a form
submission while middle of request at worst.
Can you share your story of how you solve your redeployment problem to keep
max availability of your webapp?
Thanks,
Zemian Deng
13 matches
Mail list logo