Re: [Resin-interest] XSLT Processing

2010-03-10 Thread Jaswinder Kaur
 

-Original Message-
From: resin-interest-boun...@caucho.com
[mailto:resin-interest-boun...@caucho.com] On Behalf Of Scott Ferguson
Sent: Wednesday, March 10, 2010 2:56 PM
To: General Discussion for the Resin application server
Subject: Re: [Resin-interest] XSLT Processing

Marketing - IncorporateFast.com wrote:

 Hi,

 To process XSL using resin, can I change the location of where XSL is 
 processed? I think that by default it is WEB-INF/xsl, but I'd like to 
 move it out of the subfolder WEB-INF.

You can specify the full path if you want when you specify the 
stylesheet. Even the WEB-INF/xsl itself isn't special; it's just a 
directory on the classpath.

-- Scott

 Thanks

 Joey




 ___
 resin-interest mailing list
 resin-interest@caucho.com
 http://maillist.caucho.com/mailman/listinfo/resin-interest
   



___
resin-interest mailing list
resin-interest@caucho.com
http://maillist.caucho.com/mailman/listinfo/resin-interest

MailGate.vsp.com made the following annotations
-
NOTICE: This message is intended only for the individual to whom it is 
addressed and may contain information that is confidential or privileged. If 
you are not the intended recipient, or the employee or person responsible for 
delivering it to the intended recipient, you are hereby notified that any 
dissemination, distribution, copying or use is strictly prohibited. If you have 
received this communication in error, please notify the sender and destroy or 
delete this communication immediately.
-



___
resin-interest mailing list
resin-interest@caucho.com
http://maillist.caucho.com/mailman/listinfo/resin-interest


[Resin-interest] Disable watch dog

2007-11-05 Thread Jaswinder Kaur
Hello
How much memory watchdog process takes? How can I disable watchdog? I am
running my web application under resin 
3.1.3 and JDK 1.5.0_13 on windows2003 sp1. 

Thanks in advance
Jaswinder 





==
 Attention: This message is intended only for the individual to whom it is 
addressed and may contain information that is confidential or privileged. If 
you are not the intended recipient, or the employee or person responsible for 
delivering it to the intended recipient, you are hereby notified that any 
dissemination, distribution, copying or use is strictly prohibited. If you have 
received this communication in error, please notify the sender and destroy or 
delete this communication immediately.
==



___
resin-interest mailing list
resin-interest@caucho.com
http://maillist.caucho.com/mailman/listinfo/resin-interest


[Resin-interest] Persistent store - issue with select query

2007-03-21 Thread Jaswinder Kaur
Does anyone has any suggestion ?

Date: Mon, 19 Mar 2007 17:56:44 -0700
From: Jaswinder Kaur [EMAIL PROTECTED]
Subject: Re: [Resin-interest] Persistent store - issue with select
query
To: resin-interest@caucho.com
Message-ID:
[EMAIL PROTECTED]
Content-Type: text/plain; charset=iso-8859-1

   Hello
   I am running into 2 issues  with resin upgrade. 
   1. The following query is executing around  7 times more on server 2 
 than server 1.
   SELECT ACCESS_TIME, DATA FROM SRUN_SERVER2 WHERE ID= ?
   2. The srun*.db file keeps  increasing in size?
 
 
   The specifics: We are using resin-pro 3.0.21 and jdk 1.4.2_03. There 
 are two servers in the farm that are using cluster store for the sessions. 
 Below is a snippet of resin.conf.
 
   http server-id=server1 host=server1 port=80/
   http server-id=server2 host=server2 port=80/
 
   http server-id=server1 host=server1 port=443
   openssl
  .
   /openssl
   /http
   http server-id=server2 host=server2 port=443
   openssl
   .
   /openssl
   /http  
 
   cluster
   srun server-id=server1 host=server1 port=6802/
   srun server-id=server2 host=server2 port=6802/
   /cluster
   persistent-store type=cluster
   init path=cluster/
 /persistent-store
   web-app id=/
   session-config cookie-domain=vsp.com
use-persistent-store/
   /session-config
   /web-app
 
   The problems that we are experiencing could they be related to the 
 above configuration or resin itself?  
 
   Thank you in advance.
 
 

==
 Attention: This message is intended only for the individual to whom it is 
addressed and may contain information that is confidential or privileged. If 
you are not the intended recipient, or the employee or person responsible for 
delivering it to the intended recipient, you are hereby notified that any 
dissemination, distribution, copying or use is strictly prohibited. If you have 
received this communication in error, please notify the sender and destroy or 
delete this communication immediately.
==



___
resin-interest mailing list
resin-interest@caucho.com
http://maillist.caucho.com/mailman/listinfo/resin-interest