Re: confused with Tomcat...

2010-05-09 Thread ntwrkd
Regardless, the following statement still applies to the original question: If you're not running a Tomcat process on your machine, then there is no way it can be interfering with your normal internet connection. Which alludes to your previous question you posted to macdb1: >A specific web site,

RE: Context in conf/Catalina/localhost question

2010-05-09 Thread Leo Donahue - PLANDEVX
This always happens. Once I send a question I find the answer. Normally I've been copying expanded webapp directories to the webapps folder when I have Tomcat stopped for other server maintenance. I forgot that I experimented with deploying a war file for the apnxy servlet. I'm going to poin

Context in conf/Catalina/localhost question

2010-05-09 Thread Leo Donahue - PLANDEVX
I've noticed that sometimes when I make a change to an existing webapp or deploy a new one, that the file contents created in conf/Catalina/localhost do not match the contents of the context file in META-INF/context.xml of the webapp dir. Tomcat 6.0.24 - still. Upgrade is coming. Example, I ad

RE: Tomcat and openjpa javaagent

2010-05-09 Thread Caldarale, Charles R
> From: n0weak [mailto:n0w...@gmail.com] > Subject: Tomcat and openjpa javaagent > > and also put commons-lang-2.3.jar into tomcat lib directory. Try putting that jar into Tomcat's bin directory instead. It must be available to the system classloader, not Tomcat's common classloader. > But sti

Re: Help:tomcat 6.0.18 showdown automatically!

2010-05-09 Thread red phoenix
tomcat6 shutdown after ten minutes, localhost.2010-05-09.log is follows: 2010-5-9 22:36:12 org.apache.catalina.core.ApplicationContext log Info: Initializing Spring root WebApplicationContext 2010-5-9 22:45:12 org.apache.catalina.core.ApplicationContext log Info: Initializing Spring root WebAppl

Tomcat and openjpa javaagent

2010-05-09 Thread n0weak
I'm getting a trouble with tomcat 6.0.26 and and openjpa 2.0.0 javaagent. I've added javaagent path to catalina.sh: JAVA_OPTS="$JAVA_OPTS -javaagent:/usr/share/tomcat/lib/openjpa-1.2.2.jar" and also put commons-lang-2.3.jar into tomcat lib directory. But still tomcat throws an exeption on startu

RE: [OT] IMP:Failure in editing files in Tomcat

2010-05-09 Thread Caldarale, Charles R
> From: anoop singh khimani [mailto:anoopsinghkhim...@gmail.com] > Subject: IMP:Failure in editing files in Tomcat > > whenever i wanted to save any file in my folder, it gives > me an error that you should have administrator privileges > to edit the file. As previously noted, this has nothing to

RE: confused with Tomcat...

2010-05-09 Thread Caldarale, Charles R
> From: ntwrkd [mailto:ntw...@gmail.com] > Subject: Re: confused with Tomcat... > > It sounds like you haven't even been able to get Tomcat running on > your Windows machine based on the first two paragraphs of your note. > Is that correct? Try again. The OP has *no interest* in running Tomcat o

Re: Dynamic configuration of workers

2010-05-09 Thread Smith, Mark
You are my hero. The first feature on mod_cluster's webpage I exactly what I'm looking for. Thank you. I'll report here after I've had some time to check it out. -Mark On May 9, 2010, at 2:53 AM, "Mark Thomas" wrote: > On 07/05/2010 23:20, Smith, Mark wrote: >>> -Original Message- >>

Re: Help:tomcat 6.0.18 showdown automatically!

2010-05-09 Thread Pid
On 09/05/2010 16:03, red phoenix wrote: > I use tomcat 6.0.18 deploy struts2.1.8.1+hibernate3+spring3.0,I find a > puzzled question,I find tomcat will be shutdown automatically after about 10 > minutes,I look up files under logs directory of tomcat,I find > localhost.2010-05-09.log,it looks follows

Re: confused with Tomcat...

2010-05-09 Thread ntwrkd
I agree that I don't think this has to do with your Tomcat installation. It sounds like you haven't even been able to get Tomcat running on your Windows machine based on the first two paragraphs of your note. Is that correct? If you're not running a Tomcat process on your machine, then there is no

Re: IMP:Failure in editing files in Tomcat

2010-05-09 Thread Pid
On 09/05/2010 17:59, anoop singh khimani wrote: > Hi, > i have installed Apache Tomcat 6.0 in my machine which is having > windows 7 as operating system. i have made a folder in webapps in > tomcat directory. whenever i wanted to save any file in my folder, it > gives me an error that you should ha

Re: Almost figured out how to satisfy container and managed bean login.

2010-05-09 Thread Pid
On 09/05/2010 21:22, Yucca Nel wrote: > I have a double login requirement because I need some finer detals that > tomcst's container authentication does not seem to provide. > I need a way to atore username in business logic scope when logged in (mainly > just the username) my current solution i

Re: Almost figured out how to satisfy container and managed bean login.

2010-05-09 Thread André Warnier
Yucca Nel wrote: I have a double login requirement because I need some finer detals that tomcst's container authentication does not seem to provide. I need a way to atore username in business logic scope when logged in (mainly just the username) my current solution is not working as follows:

Almost figured out how to satisfy container and managed bean login.

2010-05-09 Thread Yucca Nel
I have a double login requirement because I need some finer detals that tomcst's container authentication does not seem to provide. I need a way to atore username in business logic scope when logged in (mainly just the username) my current solution is not working as follows: I submit action to

RE: [OT] Re: 100% CPU when Tomcat 5.5.20 is run on Windows Server 2003 on VM machine

2010-05-09 Thread Caldarale, Charles R
> From: peter.crowth...@googlemail.com > [mailto:peter.crowth...@googlemail.com] On Behalf Of Peter Crowther > Subject: [OT] Re: 100% CPU when Tomcat 5.5.20 is run on Windows Server > 2003 on VM machine > > all it's showing is re-runs of '70s American cop shows. Stirfry & Hooch? Time to move off

[OT] Re: 100% CPU when Tomcat 5.5.20 is run on Windows Server 2003 on VM machine

2010-05-09 Thread Peter Crowther
On 9 May 2010 20:51, André Warnier wrote: > Alternatively, you could make a donation to the forum so that we could buy a > crystal ball.  Pid is not lending his. ... but then we'd have to answer the questions... Besides, I *have* a crystal ball. But I think I need to re-tune its chronos circuit

Re: confused with Tomcat...

2010-05-09 Thread André Warnier
macbd1 wrote: Using Windows XP Home Ed, I have never downloaded Apache Tomcat and find nothing about it under Program, Control Panel>Programs, or under Downloaded Programs within the Windows folder. However, a couple of months ago or so I began having problems concerning error announcements w

Re: 100% CPU when Tomcat 5.5.20 is run on Windows Server 2003 on VM machine

2010-05-09 Thread André Warnier
Joseph Freemaker wrote: Hi, Tomcat immediately goes to 100% CPU usage after starting on a VM machine. Have disabled AJP. The war file application starts, however the Windows tomcat process is at 100% CPU usage. The messages (they all are the typical messages) in the Tomcat log provide no

RE: confused with Tomcat...

2010-05-09 Thread Caldarale, Charles R
> From: macbd1 [mailto:mac...@hughes.net] > Subject: confused with Tomcat... > > a couple of months ago or so I began having problems concerning > error announcements when attempting to open a web page on internet. A specific web site, or all of them? > Wayyy too often an error window appears s

confused with Tomcat...

2010-05-09 Thread macbd1
Using Windows XP Home Ed, I have never downloaded Apache Tomcat and find nothing about it under Program, Control Panel>Programs, or under Downloaded Programs within the Windows folder. However, a couple of months ago or so I began having problems concerning error announcements when attempting t

IMP:Failure in editing files in Tomcat

2010-05-09 Thread anoop singh khimani
Hi, i have installed Apache Tomcat 6.0 in my machine which is having windows 7 as operating system. i have made a folder in webapps in tomcat directory. whenever i wanted to save any file in my folder, it gives me an error that you should have administrator privileges to edit the file. in my system

Re: 100% CPU when Tomcat 5.5.20 is run on Windows Server 2003 on VM machine

2010-05-09 Thread Joseph Freemaker
JVM is 1.5.0.07 From: "Caldarale, Charles R" To: Tomcat Users List Sent: Sun, May 9, 2010 8:14:28 AM Subject: RE: 100% CPU when Tomcat 5.5.20 is run on Windows Server 2003 on VM machine > From: Joseph Freemaker [mailto:joseph_freema...@yahoo.com] > Subject:

RE: 100% CPU when Tomcat 5.5.20 is run on Windows Server 2003 on VM machine

2010-05-09 Thread Caldarale, Charles R
> From: Joseph Freemaker [mailto:joseph_freema...@yahoo.com] > Subject: Re: 100% CPU when Tomcat 5.5.20 is run on Windows Server 2003 > on VM machine > > Tomcat immediately goes to 100% CPU usage after starting > on a VM machine. JVM version? > Any suggestions would be appreciated. Take some t

Help:tomcat 6.0.18 showdown automatically!

2010-05-09 Thread red phoenix
I use tomcat 6.0.18 deploy struts2.1.8.1+hibernate3+spring3.0,I find a puzzled question,I find tomcat will be shutdown automatically after about 10 minutes,I look up files under logs directory of tomcat,I find localhost.2010-05-09.log,it looks follows: 2010-5-9 22:36:12 org.apache.catalina.core.App

Re: 100% CPU when Tomcat 5.5.20 is run on Windows Server 2003 on VM machine

2010-05-09 Thread Joseph Freemaker
Hi, Tomcat immediately goes to 100% CPU usage after starting on a VM machine. Have disabled AJP. The war file application starts, however the Windows tomcat process is at 100% CPU usage. The messages (they all are the typical messages) in the Tomcat log provide no hints on what the issue ma

Re: jsf FORM based login?

2010-05-09 Thread Pid
On 09/05/2010 09:43, Yucca Nel wrote: > Can this be done? What values I use in the form so that security sevlrt find > values it needs? Additionally, is there a way to access the bean in tomcat > that stores the user sessions so I can do an EL to display current logged in > user by user name? >

Re: Configured JDBCRealm, but is not used

2010-05-09 Thread Pid
On 09/05/2010 12:04, Martin Gainty wrote: > > >> >> The above is wrong. Remove docBase and path, they are illegal in >> context.xml. > > mg> > > what do you mean by the term illegal..please be more descriptive in your > terminology If I'd said "... they are bearnaise in context.xml" your que

Re: Dynamic configuration of workers

2010-05-09 Thread André Warnier
Mark Thomas wrote: On 07/05/2010 23:20, Smith, Mark wrote: -Original Message- From: Pid [mailto:p...@pidster.com] There are a couple of linux load balancer projects that might work, if you can ditch HTTPD. E.g. www.linuxvirtualserver.org We use LVS to balance load across our Apache lay

RE: Configured JDBCRealm, but is not used

2010-05-09 Thread Martin Gainty
> > The above is wrong. Remove docBase and path, they are illegal in > context.xml. mg> what do you mean by the term illegal..please be more descriptive in your terminology docBase The Document Base (also known as the Context Root) directory for this web application, or the pathname to th

Re: Dynamic configuration of workers

2010-05-09 Thread Mark Thomas
On 07/05/2010 23:20, Smith, Mark wrote: >> -Original Message- >> From: Pid [mailto:p...@pidster.com] >> There are a couple of linux load balancer projects that might work, if >> you can ditch HTTPD. E.g. www.linuxvirtualserver.org > > We use LVS to balance load across our Apache layers al

jsf FORM based login?

2010-05-09 Thread Yucca Nel
Can this be done? What values I use in the form so that security sevlrt find values it needs? Additionally, is there a way to access the bean in tomcat that stores the user sessions so I can do an EL to display current logged in user by user name? I am using tomcat 6 and jsf 1.2 Many thanks