RE: [OFF-TOPIC] Validated Environment (FDA)

2004-10-25 Thread Kaiser, Paul
I haven't seen the paperwork but my understanding is that our web
infrastructure is validated. Environments include Tomcat 4 and 5 among other
things. 

-Original Message-
From: Shapira, Yoav [mailto:[EMAIL PROTECTED] 
Sent: Thursday, October 21, 2004 10:25 AM
To: Tomcat Users List
Subject: [OFF-TOPIC] Validated Environment (FDA)



Hi,
Is anyone running Tomcat in a validated environment?  As in validated
for Biotech/pharma, CFR Part 11, GxP operations.  If so, I'm interested
in hearing from you, please send a note my way.  No details needed, just
that you've done it.

Yoav Shapira http://www.yoavshapira.com
 




This e-mail, including any attachments, is a confidential business
communication, and may contain information that is confidential, proprietary
and/or privileged.  This e-mail is intended only for the individual(s) to
whom it is addressed, and may not be saved, copied, printed, disclosed or
used by anyone else.  If you are not the(an) intended recipient, please
immediately delete this e-mail from your computer system and notify the
sender.  Thank you.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




--
Notice:  This e-mail message, together with any attachments, contains information of 
Merck & Co., Inc. (One Merck Drive, Whitehouse Station, New Jersey, USA 08889), and/or 
its affiliates (which may be known outside the United States as Merck Frosst, Merck 
Sharp & Dohme or MSD and in Japan, as Banyu) that may be confidential, proprietary 
copyrighted and/or legally privileged. It is intended solely for the use of the 
individual or entity named on this message.  If you are not the intended recipient, 
and have received this message in error, please notify us immediately by reply e-mail 
and then delete it from your system.
--

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: shutdown problems tomcat 5.0.28

2004-10-19 Thread Kaiser, Paul
Did you ever resolve the timeout problem? I started having the same symptom
with 5.0.27. Here is what's in my log

Oct 19, 2004 5:07:16 PM org.apache.coyote.http11.Http11Protocol pause
INFO: Pausing Coyote HTTP/1.1 on http-8052
Oct 19, 2004 5:10:25 PM org.apache.coyote.tomcat5.CoyoteConnector pause
SEVERE: Protocol handler pause failed
java.net.ConnectException: Connection timed out
at java.net.PlainSocketImpl.socketConnect(Native Method)
at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:305)
at
java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:171)
at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:158)
at java.net.Socket.connect(Socket.java:452)
at java.net.Socket.connect(Socket.java:402)
at java.net.Socket.(Socket.java:309)
at java.net.Socket.(Socket.java:153)
at
org.apache.jk.common.ChannelSocket.unLockSocket(ChannelSocket.java:460)
at org.apache.jk.common.ChannelSocket.pause(ChannelSocket.java:272)
at org.apache.jk.server.JkMain.pause(JkMain.java:657)
at
org.apache.jk.server.JkCoyoteHandler.pause(JkCoyoteHandler.java:202)
at
org.apache.coyote.tomcat5.CoyoteConnector.pause(CoyoteConnector.java:1444)
at
org.apache.catalina.core.StandardService.stop(StandardService.java:521)
at
org.apache.catalina.core.StandardServer.stop(StandardServer.java:2347)
at org.apache.catalina.startup.Catalina.stop(Catalina.java:605)
at org.apache.catalina.startup.Catalina.start(Catalina.java:580)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39
)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl
.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:284)
at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:422)
Oct 19, 2004 5:10:26 PM org.apache.catalina.core.StandardService stop
INFO: Stopping service Agent8050
Oct 19, 2004 5:10:26 PM org.apache.catalina.core.StandardHostDeployer remove
INFO: Removing web application at context path /example
Oct 19, 2004 5:10:26 PM org.apache.catalina.core.StandardHostDeployer remove
INFO: Removing web application at context path /manager
Oct 19, 2004 5:10:26 PM org.apache.catalina.logger.LoggerBase stop
INFO: unregistering logger Agent8050:type=Logger
Oct 19, 2004 5:10:26 PM org.apache.coyote.http11.Http11Protocol destroy
INFO: Stopping Coyote HTTP/1.1 on http-8052
Oct 19, 2004 5:10:28 PM org.apache.coyote.http11.Http11Protocol init
INFO: Initializing Coyote HTTP/1.1 on http-8052
Oct 19, 2004 5:10:28 PM org.apache.catalina.startup.Catalina load
INFO: Initialization processed in 1116 ms
Oct 19, 2004 5:10:28 PM org.apache.catalina.realm.JAASRealm setContainer
INFO: Setting JAAS app name Agent8050
Oct 19, 2004 5:10:28 PM org.apache.catalina.core.StandardService start
INFO: Starting service Agent8050
Oct 19, 2004 5:10:28 PM org.apache.catalina.core.StandardEngine start
INFO: Starting Servlet Engine: Apache Tomcat/5.0.27
Oct 19, 2004 5:10:28 PM org.apache.catalina.core.StandardHost start
INFO: XML validation disabled
Oct 19, 2004 5:10:28 PM org.apache.catalina.core.StandardHost getDeployer
INFO: Create Host deployer for direct deployment ( non-jmx ) 
Oct 19, 2004 5:10:28 PM org.apache.catalina.core.StandardHostDeployer
install
INFO: Processing Context configuration file URL
file:/www/tmc/tomcat5.0.27/c8050/conf/Agent8050/localhost/manager.xml
Oct 19, 2004 5:10:28 PM org.apache.catalina.core.StandardHostDeployer
install
INFO: Processing Context configuration file URL
file:/www/tmc/tomcat5.0.27/c8050/conf/Agent8050/localhost/example.xml
Oct 19, 2004 5:10:28 PM org.apache.catalina.startup.ContextConfig
applicationConfig
INFO: Missing application web.xml, using defaults only
StandardEngine[Agent8050].StandardHost[localhost].StandardContext[/example]
Oct 19, 2004 5:10:29 PM org.apache.coyote.http11.Http11Protocol start
INFO: Starting Coyote HTTP/1.1 on http-8052
Oct 19, 2004 5:10:29 PM org.apache.jk.common.ChannelSocket init
INFO: JK2: ajp13 listening on /0.0.0.0:8051
Oct 19, 2004 5:10:29 PM org.apache.jk.server.JkMain start
INFO: Jk running ID=0 time=0/42  config=null
Oct 19, 2004 5:10:29 PM org.apache.catalina.startup.Catalina start
INFO: Server startup in 1071 ms

Not sure why it seems to start back up.

This is my server.xml file.


  
  

  



  
factory
org.apache.catalina.users.MemoryUserDatabaseFactory
  
  
pathname
conf/tomcat-users.xml
  

  

  






 
 
  

  



  

  
  

  


I have deployed what should be identical installs on SuSE 8.2 Pro and SuSE
Enterprise 8 (SLES8). The connection timeout occurs only on SLES8.

Any h

RE: Autodeploy problems in 5.0.27

2004-09-17 Thread Kaiser, Paul

> Am I wrong to think this should work? Have I left out a 
> necessary config step?

I forgot to create an empty webapps directory in CATALINA_BASE.



--
Notice:  This e-mail message, together with any attachments, contains information of 
Merck & Co., Inc. (One Merck Drive, Whitehouse Station, New Jersey, USA 08889), and/or 
its affiliates (which may be known outside the United States as Merck Frosst, Merck 
Sharp & Dohme or MSD and in Japan, as Banyu) that may be confidential, proprietary 
copyrighted and/or legally privileged. It is intended solely for the use of the 
individual or entity named on this message.  If you are not the intended recipient, 
and have received this message in error, please notify us immediately by reply e-mail 
and then delete it from your system.
--

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Autodeploy problems in 5.0.27

2004-09-17 Thread Kaiser, Paul
I'm running into a problem with the auto-deploy mechanism (maybe the wrong
term... the mechanism that deploys contexts based on a external context
configuration XML file in $CATALINA_BASE/conf//).

I started with an out-of-the-box install of 5.0.27 on SuSE 8.2.

I set JAVA_HOME, then run startup.sh.

Everything looks okay.

I then create a directory (call it ~/catbase) and
  - copy $CATALINA_HOME/conf to catbase/conf
  - create empty directories in catbase (logs, work, temp, shared/classes,
shared/lib)

I set CATALINA_BASE=~/catbase and run startup.sh.

I'm expecting the same result as when CATALINA_BASE = CATALINA_HOME.

I discover that none of the contexts in catbase/conf/Catalina/localhost get
deployed. There is no indication in the Catalina log file that anything is
wrong.

Am I wrong to think this should work? Have I left out a necessary config
step?

Thanks in advance.

Paul


--
Notice:  This e-mail message, together with any attachments, contains information of 
Merck & Co., Inc. (One Merck Drive, Whitehouse Station, New Jersey, USA 08889), and/or 
its affiliates (which may be known outside the United States as Merck Frosst, Merck 
Sharp & Dohme or MSD and in Japan, as Banyu) that may be confidential, proprietary 
copyrighted and/or legally privileged. It is intended solely for the use of the 
individual or entity named on this message.  If you are not the intended recipient, 
and have received this message in error, please notify us immediately by reply e-mail 
and then delete it from your system.
--

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]