RE: Best Practice for properties files

2006-06-24 Thread Richard Mixon
Paul, are you using the deployer application to deploy your app (e.g. apache-tomcat-5.5.17-deployer)? If so, then it is very easy to modify the build.xml to customize the log4j.properties, app.properties and any other file, and then deploy it properly. You could even have a different ant target fo

Re: strange problem

2006-06-24 Thread Martin Gainty
Nope ..not a step in the right direction- What you are describing is a ColdFusion error which was never designed to allow the operator finegrained control of DB connection characteristics What you gain in speed from using CF you lose in the inability to control the environment such as a typical

Re: Version of Tomcat installed

2006-06-24 Thread Edward Diener
Len Popp wrote: Tomcat 5.5 has the value "Version" under HKEY_LOCAL_MACHINE\SOFTWARE\Apache Software Foundation\Tomcat\5.5 I don't know if earlier versions of Tomcat have a similar registry setting. I did find a similar registry setting for the 4.1 version. Thanks ! --

strange problem

2006-06-24 Thread ksh95
tomcat 5.5.9 connector-j 3.0.17-ga mysql 4.0.15 JRE 5.0 I have recently added an extra resource inside of a context.xml file (I now have a local and a remote database within the same context). When first attempting to access the remote database from a JSP, tomcat refuses to load any new page. The

Re: query

2006-06-24 Thread Martin Gainty
Please confirm the Connector port number setting from %TOMCAT_HOME%/conf/server.xml - Original Message - From: "veena v" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Saturday, June 24, 2006 9:45 AM Subject: Re: query Oracle is insalled on port 8080. I installed tomcat on port 80

Re: Version of Tomcat installed

2006-06-24 Thread Len Popp
Tomcat 5.5 has the value "Version" under HKEY_LOCAL_MACHINE\SOFTWARE\Apache Software Foundation\Tomcat\5.5 I don't know if earlier versions of Tomcat have a similar registry setting. -- Len On 6/24/06, Edward Diener <[EMAIL PROTECTED]> wrote: I need to be more precise in my question. How can I

Re: query

2006-06-24 Thread Martin Gainty
Venna- It appears that you *may have* installed another webapp server- When you installed Oracle do you remember installing oc4j or any of the Oracle App Servers along with the DB? Martin -- This email message and any files transmitted with it contain confidential information intended only for

Re: query

2006-06-24 Thread veena v
Oracle is insalled on port 8080. I installed tomcat on port 8081, but still tomcat is not working. Tomcat starts and automatically shuts down. veena On 6/21/06, Andrew Braae <[EMAIL PROTECTED]> wrote: On at least one version of Oracle (10 IIRC), the default install hijacks port 8080 for "Orac

Re: query

2006-06-24 Thread veena v
There is no error message. Tomcat does start and automatically shuts down. On 6/22/06, Sameer Acharya <[EMAIL PROTECTED]> wrote: What are the error messages you are seeing during tomcat startup ? Or try giving the log. -Sameer veena v <[EMAIL PROTECTED]> wrote: I have windows xp installed on m

Replacing commons-logging

2006-06-24 Thread hv @ Fashion Content
commons-logging resides in tomcat/bin and dynamicaly binds to log4j / sdk logging. this can cause some headaches, and apparently also some memory leaks, when you set up logging in your own web-app and wan't the two to work together. There is a nice wrapper called SLF4j which statically the comm

Re: Version of Tomcat installed

2006-06-24 Thread Martin Gainty
Good Morning Ed- use getServerInfo from ServletContext to obtain Server Information- javax.servlet.ServletContext.getServerInfo(); HTH, Martin -- This email message and any files transmitted with it contain confidential information intended only for the person(s) to whom this email message i

Re: Version of Tomcat installed

2006-06-24 Thread Martin Gainty
Good Morning Ed- This email message and any files transmitted with it contain confidential information intended only for the person(s) to whom this email message is addressed. If you have received this email message in error, please notify the sender immediately by telephone or email and destroy

Ajp error message, NPE

2006-06-24 Thread Pid
I'm getting a fair number of these in my catalina.out. If it's nothing to worry about then fine, but I'm assuming a SEVERE message ought to have a reason/solution. Is this something for you devs? (Server config on request.) Jun 24, 2006 11:24:08 AM org.apache.coyote.ajp.AjpMessage appendString

Re: log4j warning: Please initialize the log4j system properly

2006-06-24 Thread Pid
JS Portal Support wrote: > Hi, > > Just upgraded to Tomcat 5.5. In order to see what's happening at the context > level I need to see the internal logging of Tomcat. Isn't this a different problem to the one below? (Assuming you can get your logging working:) Will direct all your context lo

log4j warning: Please initialize the log4j system properly

2006-06-24 Thread JS Portal Support
Hi, Just upgraded to Tomcat 5.5. In order to see what's happening at the context level I need to see the internal logging of Tomcat. My logs are not working. [CATALINA_HOME]/logs/stdout.log: log4j:WARN No appenders could be found for logger (org.apache.catalina.startup.TldConfig). log4j:WARN Ple