RE: Nagging DNS issue

2004-07-26 Thread Lott, Carey
The hosts file is located here on XP: C:\WINDOWS\system32\drivers\etc -Original Message- From: QM [mailto:[EMAIL PROTECTED] Sent: Monday, July 26, 2004 10:19 AM To: Tomcat Users List Subject: Re: Nagging DNS issue On Mon, Jul 26, 2004 at 12:22:05AM -0700, Dola Woolfe wrote: :

tomcat start up at boot time

2004-03-09 Thread Lott, Carey
Howdy, I'm hoping one or more of you can help me with this. I am running Tomcat 4.1.27 as a standalone webserver / servlet container on HP-UX 11. It starts fine when it is executed from the command-line. However, when it executes at server boot time it starts and runs for about 3 minutes and

RE: Starting a different process for each java operation

2004-02-06 Thread Lott, Carey
Thank you for the response. No, tomcat provide no such features. You can accomplish this (I think) on a Java level (not OS-level) using the AccessController#doPriviledged approach. (See javadoc for java.security.AccessController for more details). Can you clarify something for me? You are

RE: OT [was: Re: Starting a different process for each java ope ration]

2004-02-06 Thread Lott, Carey
Thank for this information. This very much depends on the platform tomcat runs on. On Linux and most Un*x-like operationg systems, no user except root (i.e. anyone with effective uid 0) may open ports below 1024. Hence, on these platforms, no other user can start tomcat on port 80, at least

Starting a different process for each java operation

2004-02-05 Thread Lott, Carey
If this is in the archives or docs, I'm sorry. The company proxy is blocking the tomcat site. Can tomcat be configured to start child processes for each java operation? A developer has a servlet that needs to change the uid for the process that runs it to do some shared memory operations.

...libjniGetString.sl already loaded in another classloader

2003-08-29 Thread Lott, Carey
Does anybody know what we need to be looking for? Thanks in advance. Carey, I have a servlet that uses the Native Interface facilities. It gets to a point and then tries to load a library that I constructed. At first it could not find the library, but I fixed that by stopping catalina, setting

RE: Starting tomcat from init scripts (HP/UX)

2003-08-20 Thread Lott, Carey
for the help I have received to this point because I am farther along then I was, and if I figure out a solution short of a cron entry I'll post it. Thanks again for the help. Carey -Original Message- From: Lott, Carey Sent: Friday, August 15, 2003 11:18 AM To: 'Tomcat Users List

RE: Starting tomcat from init scripts (HP/UX)

2003-08-15 Thread Lott, Carey
). That way when it starts you get the [OK] message. -e On Thu, 7 Aug 2003, Lott, Carey wrote: I tried calling the startup.sh instead of catalina.sh, but I had the same outcome. It executes the first part of the script which displays the variables that are being used, but it doesn't do

Starting tomcat from init scripts (HP/UX)

2003-08-09 Thread Lott, Carey
Hi, The above subject is based on the exact same topic I found in the archives from back in January, but no solution was ever posted. We are having the exact same problem that Pascal was having. We are trying to start tomcat from an init script at boot time. I have the needed variables in the

RE: Starting tomcat from init scripts (HP/UX)

2003-08-07 Thread Lott, Carey
start scripts and then call the default startup.sh and shutdown.sh. -e On Thu, 7 Aug 2003, Lott, Carey wrote: Hi, The above subject is based on the exact same topic I found in the archives from back in January, but no solution was ever posted. We are having the exact same problem that Pascal

tomcat not starting after reboot or from cron

2003-01-22 Thread Lott, Carey
Has anybody had a problem with tomcat (4.0.4) starting after a reboot? Or problems starting it from the root crontab? I have no problems at all starting tomcat manually. Everything works fine that way. To automate the startup after a reboot, I am using init.d with the startup script in

RE: tomcat not starting after reboot or from cron

2003-01-22 Thread Lott, Carey
are not being set for the startup and cron environments. Without those, you won't get anything. They're probably being set just fine for you when you log in. John -Original Message- From: Lott, Carey [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 22, 2003 12:13 PM To: 'Tomcat Users

RE: tomcat not starting after reboot or from cron

2003-01-22 Thread Lott, Carey
Y'all were right. You were absolutely right! It was the environment variables. Once I placed the variables at the beginning of the script and exported them, the cron worked perfectly. Thanks Again -Original Message- From: Lott, Carey [mailto:[EMAIL PROTECTED]] Sent: Wednesday

RE: tomcat not starting after reboot or from cron

2003-01-22 Thread Lott, Carey
, and the restart job is in that user's crontab. We've had no problems with this setup. What does the cron output email say when you have problems? Yoav Shapira Millennium ChemInformatics -Original Message- From: Lott, Carey [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 22, 2003 12:13 PM

Parse error in application web.xml

2003-01-17 Thread Lott, Carey
Instead of depending on the invoker servlet, I have added our servlets to the web.xml file inside of the app's WEB-INF directory. However, now I am getting the following error when I try to start tomcat with the changed web.xml: 2003-01-17 13:07:51 ContextConfig[/esd] Parse error in application

RE: Parse error in application web.xml

2003-01-17 Thread Lott, Carey
That was it. Thanks I placed welcome-file-list element at the bottom and then grouped all of the servlet elements together and underneath it all of the servlet-mapping elements. It finally started up with out an error. Thanks Again. If anybody is interested below is my corrected version.

Classes not being found in app's WEB-INF directory.

2003-01-16 Thread Lott, Carey
Hi, I am running tomcat4.0.4 as a standalone on Solaris 7. Simple servlets that don't need any custom built classes run fine within the $CATALINA_HOME/webapps/esd/WEB-INF/classes directory. However, servlets that are dependent on other custom classes will not run when all of the needed classes