[Resin-interest] Getting the context name without a request

2010-10-26 Thread Vic Simkus
Hello Long story made short, in the 3.1 version of Resin I used to be able to get the current context name using the following: HttpServletRequest request = (HttpServletRequest) com.caucho.security.SecurityContext.getProvider() And from there I'd be able to extract the context name. In the

Re: [Resin-interest] Getting application name with no ServletContext

2008-07-30 Thread Vic Simkus
will happen. (Basically GC and web-app reloading will break horribly.) -- Scott snip Thanks guys! It works! -- Vic Simkus Department of Neurology, UIC 912 South Wood St. Room 855N Chicago IL 60612 ___ resin-interest mailing list resin

[Resin-interest] Getting application name with no ServletContext

2008-07-29 Thread Vic Simkus
-specific, but I'm ok with that :) Thanks -- Vic Simkus Department of Neurology, UIC 912 South Wood St. Room 855N Chicago IL 60612 ___ resin-interest mailing list resin-interest@caucho.com http://maillist.caucho.com/mailman/listinfo/resin-interest

Re: [Resin-interest] Getting application name with no ServletContext

2008-07-29 Thread Vic Simkus
here) based on the current thread? Thanks -- Vic Simkus Department of Neurology, UIC 912 South Wood St. Room 855N Chicago IL 60612 ___ resin-interest mailing list resin-interest@caucho.com http://maillist.caucho.com/mailman/listinfo/resin-interest

Re: [Resin-interest] JSP Tag pooling

2008-02-05 Thread Vic Simkus
[EMAIL PROTECTED] wrote: jsp recycle-tags=false/ However, the only reason you should disable the recycling is if you have a legacy, broken tag library. -- Scott snip Thanks. I guess I'm going to have to fix my broken tag library :) -- Vic Simkus Department of Neurology

Re: [Resin-interest] Database access

2008-01-31 Thread Vic Simkus
Courtenay Teska Race wrote: Hi, I realize this is a fairly basic question, but I'm new to setting up resin. I've installed resin on Windows under C:\resin-3.1.3\ . If I run the server using the httpd.exe, the server starts and I can view jsp pages under http://localhost:8080/ as well as

[Resin-interest] JSP Tag pooling

2008-01-31 Thread Vic Simkus
Hello Is there any way to disable JSP tag instance pooling? Thanks Vic ___ resin-interest mailing list resin-interest@caucho.com http://maillist.caucho.com/mailman/listinfo/resin-interest

Re: [Resin-interest] Resin and transactions (disable autocommit)

2007-08-28 Thread Vic Simkus
Scott Ferguson wrote: On Aug 24, 2007, at 11:23 AM, Vic Simkus wrote: Hello Sorry for the duplicate if it has been asked before, but I could find anything conclusive... How do I turn off transaction autocommits in Resin? I'm running Resin 3.1.2 against a PosgreSQL database

Re: [Resin-interest] Start up problem

2007-08-27 Thread Vic Simkus
Tony Zakula wrote: Hi, I have been trying to install and run resin on a Centos 5 system. I run it fine on Windows. Everything installs fine on Centos, but when I try to run the resin.jar file with all of the default configuration, I get the following error: Aug 24, 2007 11:26:39 AM

[Resin-interest] Resin and transactions (disable autocommit)

2007-08-24 Thread Vic Simkus
Hello Sorry for the duplicate if it has been asked before, but I could find anything conclusive... How do I turn off transaction autocommits in Resin? I'm running Resin 3.1.2 against a PosgreSQL database. Thanks -- Vic Simkus Center for Stroke Research Department of Neurology