setRequestedSessionCookie(true);
+request.setRequestedSessionURL(false);
+if (debug >= 1)
+log(" Requested cookie session id is " +
+((HttpServletRequest)
+request.get
if (debug >= 1)
+log(" Requested cookie session id is " +
+((HttpServletRequest)
+request.getRequest()).getRequestedSessionId());
+}
}
request.ad
() method with
a caching version and found a very visible speedup which confirms that
getCanonicalPath is an issue somewhere in this Tomcat 4 / Cocoon II
combination.
Stuart.
-
Stuart Roebuck [EMAIL PROTECTED]
Lead Developer Java, XML, MacOS X, XP, etc.
ADOLOS <http://www.adolos.com/>
gt; all of it was spent within "java.io.Win32FileSystem.canonicalize".
>>
>> My question is is this normal and what in the hell is taking so long in
> "java.io.Win32FileSystem.canonacalize"? Once I disabled class reloading,
> by performance and CPU utilization went back to what was present with
> 3.1.
>>
>> Thanks for any input.
>>
>> Brett M. Bergquist
>> Canoga Perkins Corp.
>>
>
-
Stuart Roebuck, BSc, MBATel.: 0131 228 4853 / Fax.: 0870 054 8322
Managing Director
ADOLOS <http://www.adolos.com/>
d in class javax.mail.internet.MimePartDataSource.
I tried dropping Java Mail 1.2 into the classpath but this doesn't help.
Am I missing something obvious?
Stuart.
---------
Stuart Roebuck [EMAIL
y, December 22, 2000, at 06:07 PM, Craig R. McClanahan wrote:
> Stuart Roebuck wrote:
>
> > Craig,
> >
> > Here's one step towards what you were asking for. It's a standalone test case of
>the
> problem. I've written this because, judging fr
rt/Documents/../temp/
url3 = new URL("file:", null, filepath) = file:/Users/stuart/Documents/../temp/
url4 = new URL(new URL("file:"+filepath2), filepath3) = file:/Users/stuart/temp/
outUrls1[0] = file:/Users/stuart/Documents/../temp/
outUrls1[1] = file:/Users/stuart/Documents/../te
ith a non-normalized absolute path parameter. I am
not familiar with the code to be absolutely sure, but I thing these should be changed
so that all the getAbsolutePath() calls are replaced by getCanonicalPath().
I hope this is helpful, please contact me if y
Thanks,
It's worked second time exactly as you predicted.
Stuart.
On Friday, December 15, 2000, at 10:16 PM, Craig R. McClanahan wrote:
> Stuart Roebuck wrote:
>
> > I've just tried to update my CVS version of tomcat and received the following
>response:
>
I've just tried to update my CVS version of tomcat and received the following response:
cannot create_adm_p /tmp/cvs-serv39375/catalina/src/share/org/apache/catalina/context
No space left on device
Stuart.
-
S
rently is. After
>Jon
> gets done, it will undoubtedly look quite different.
>
> Stuart Roebuck wrote:
>
> > On Friday, December 15, 2000, at 05:51 PM, Craig R. McClanahan wrote:
> >
> > > If you follow the recommended approach (create a "Jak
ng that you are
suggesting that I have multiple "Jakarta" directories for working on different
versions of different parts of the jakarta project? If so I would have a "Jakarta
(for ant work)" directory with the latest Ant CVS and whatever versions of everything
else; and a "Jakarta (for Cocoon)" directory which would have Ant 1.2 and Tomcat 4m4
lets say. Isn't this going to take up a lot of hard disc space, and be fairly
unfriendly to people with slow internet connections?
Stuart.
-
Stuart Roebuck [EMAIL PROTECTED]
Lead Developer Mac OS X, Java, XML, etc.
ADOLOS http://www.adolos.com/
ing in a cvs checkout clean and
identical to the original, but what are the practical disadvantages of having the
build directory inside the checkout, especially if a 'clean' build cleans out the
build stuff automatically if you require?
Being able to build outside of the checkout is
On Thursday, December 14, 2000, at 09:44 AM, Pier P. Fumagalli wrote:
> Stuart Roebuck <[EMAIL PROTECTED]> wrote:
>
> > My preference would be to simply include the distributable jar files of
> > required libraries in a lib/ or similar directory inside the tomc
k that this is a perfectly acceptable build system for now.
>
> one thing i'm working on right now is adding the above functionality and
> won't check in my changes until after m5.
>
> thanks,
>
> -jon
>
>
--
15 matches
Mail list logo