Re: Login DB Connections

2008-04-14 Thread Kathy Vance
1. check the license you are using 2. check the setting in Jrun properties file. Online document may help. --- Miguel Sartori [EMAIL PROTECTED] wrote: Hi everyone, I'm having a problem with DB in my jrun. often my db starts to throw exceded sessions per user limit. I want to know how can i

Re: JRun 4 (Build 59056) - jsp:include error

2004-09-09 Thread Kathy Vance
Where do you put your servlet? I remember in Jrun 4.0, you only need to put your servlet in your classes folder. Kathy --- ernest buechel [EMAIL PROTECTED] wrote: Migration Problem (JRun 3 to 4) One error is bugging me; My page doesn't process after the first jsp:include executes...

Re: Problems with JSPs finding packaged classes

2004-08-06 Thread Kathy Vance
I have a solution for this after searching for user mailing list on Crystal Reports web iste. Unjar the jars you needed, delete manifest files, then rejar them, put them in JRun lib directory. It works. For your info, Kathy --- Nathan Mische [EMAIL PROTECTED] wrote: I am trying to set up a

Re: Problems with JSPs finding packaged classes

2004-08-05 Thread Kathy Vance
All, I have exactly the same issue while setting up crystal report 10 on Jrun 4. The jar files I copied to Jurn lib are from Program Files\Common Files\Crystal Decisions\2.5\java\lib. %@ page import=the crystal reports classes % works but Jrun could not compile the codes in JSP page. Looking

RE: Problems with JSPs finding packaged classes

2004-08-05 Thread Kathy Vance
). Anyway, hope this helps.If it doesn't, you might also try the newsgroups (since this email list is pretty much dead).I go to http://groups.google.com and search from there. Good luck. Erik Sahl [EMAIL PROTECTED] [EMAIL PROTECTED] -Original Message- From: Kathy Vance [mailto

forget password

2004-07-23 Thread Kathy Vance
How to recover the password and username for admin in JRun 3.1? I remember someone posted a solution before but I forgot. The data in password.properties is encrypted. Thanks for help. Kathy __ Do you Yahoo!? Yahoo! Mail - Helps protect you from nasty

RE: Compiled Java Files from jsp's

2004-07-22 Thread Kathy Vance
1. JRun 4.0 In your app default-web.xml, check init-param for JSPServlet. If you need to have source files generated, use: init-param param-namekeepGenerated/param-name param-valuetrue/param-value /init-param 2. JRun 3.0 Jrun 3.0 will generate those source files by default. All source files are

RE: How much RAM?

2004-06-22 Thread Kathy Vance
We are running Jrun 4 in solaris 5.8. Each Jrun app server instance uses abount 30MB-35MB without servicing any requests. Usually I wouild create seperate instance for each web site if I need to do lots of updating later on. You know clients hardly make their minds. kathy --- Dave Watts [EMAIL

RE: Creating new Jrun services - reply

2004-06-03 Thread Kathy Vance
Yes. You could set this up on load-on-startup/ tag in web.xml as I know. Kathy --- Blais, Jason J [EMAIL PROTECTED] wrote: Gavin, Check out the jrun sdk documentation located at http://livedocs.macromedia.com/jrun/4/JRun_SDK_Guide/contents.htm

RE: Re[2]: JRUN Stability- reply

2004-04-13 Thread Kathy Vance
Jon, I have the same problem while I did loading testing on JRun 4. We spent $500 for macromedia tech support in order to solve the issue. Please check your jrun.xml. There is a service called ProxyService. You need to increase the value of the attribute named activeHandlerThreads to a number

RE: Re[2]: JRUN Stability - one more thing

2004-04-13 Thread Kathy Vance
Jon, One more thing is if you are using JRun web service, the service you may look into in jrun.xml is WebService. Good luck. Kathy --- Jon Austin [EMAIL PROTECTED] wrote: Thanks to all for their input on this topic, I am getting more resource directed to this in the next day or, so, and

Re: JRUN Stability- reply 2

2004-04-13 Thread Kathy Vance
setting for the proxy, (as we're using the JRUN connector via IIS on another server) but that was the only metrics option in the jrun.xml file. ~ Jon -Original Message- From: Kathy Vance [mailto:[EMAIL PROTECTED] Jon, I have the same problem while I did loading