Hi Dennis.
So do you see the "Load library successful" message?
Also, if I remember correctly, the code in eval.java is not a safe way to
load a native library. It's a very good idea to place the System.loadLibrary
in a static { } block, instead of in a method. The way your class is
written, it's
Just my comments on the dispatching idea proposed below...
If smooth processing with no freeze-time is important, I'm assuming there is
also some sort of cluster/high-availability functionality. If this is the
case, you are already running at least two Tomcats on different servers, and
using some
http 404
>
> We only have a small number of servlets and would choose not to place
> them in a package at this point in time.
>
> I understand your naming of package com.company.project, can you
> replace com\mycompany\
>
> On 28 June 2010 13:26, Shay Rojansky wrote:
> &
Hi Eric.
On Wed, Jun 30, 2010 at 9:20 PM, Eric P wrote:
> Shay,
>
> Forgive all potential newbness in my responses below. I'm still learning
> this stuff.
>
>
No worries for newbiness, your responses all make sense.
>
> Shay Rojansky wrote:
>
>> Hi
Hi Eric.
Would making your servlet reload all application vars not be akin to simply
reloading your servlet altogether, by changing context/init params in your
web.xml or context.xml?
If you really want to avoid an application reload, why not just have your
app read its values from a properties c
ork the other way round as well?
>
> Thanks,
>
> Paul
>
> -Original Message-
> From: Shay Rojansky [mailto:r...@roji.org]
> Sent: 28 June 2010 13:35
> To: Tomcat Users List
> Subject: Re: Classloading
>
> Hi Paul.
>
> Yes, this is the normal behav
Hi Paul.
Yes, this is the normal behavior. As you found out, Tomcat uses a different
classloader for the "common" classes than that used for for loading your
webapp classes.
Basically, when your application loads PracCalc, Tomcat looks first in the
"common" directory and loads it from there. Then
elp.
>
> Kind Regards
>
> John
>
> On 27 June 2010 15:54, Shay Rojansky wrote:
> > John,
> >
> > Can you please send your web.xml as well? I would be it's a misconfigured
> > in there (the WEB-INF should not be part of the class package
> > name
John,
Can you please send your web.xml as well? I would be it's a misconfigured
in there (the WEB-INF should not be part of the class package
name, as it appears in your error log).
Shay
On Sun, Jun 27, 2010 at 7:55 AM, John Byrne wrote:
> Hi
>
> Have installed tomcat 6.0.26 on windows 7.
>
>
David, you might want to take a look at
http://tomcat.apache.org/connectors-doc/generic_howto/loadbalancers.html under
"Advanced lb Worker properties". There's an example for what you want with
what Reiner was talking about (activation/redirect).
Shay
On Wed, Jun 23, 2010 at 3:48 AM, Pid wrote:
10 matches
Mail list logo