RE: Starting Tomcat w/ commons-daemon

2003-08-19 Thread David Kramer
Not sure if this will help much, but servlet.jar is included in the
jakarta-servletapi-4 bundle.  I know the Tomcat source compile will require
that .jar package.  Hopefully that sheds some light.

DK

 -Original Message-
 From: Richard Park [mailto:[EMAIL PROTECTED]
 Sent: Tuesday, August 19, 2003 8:31 AM
 To: [EMAIL PROTECTED]
 Subject: Starting Tomcat w/ commons-daemon
 
 
 Hi,
 I've downloaded and built commons-daemon from source. I have 
 the following issues:
 
 1/ the 'INSTALL' text says I should have 'jsvc', 
 'service.jar'. I have 'jsvc', but 'service.jar' is no where 
 to be found. The tutorial I'm following is from O'reilly's 
 Tomcat Def. Guide, but it seems somewhat inaccurate/outdated 
  it makes no mention of 'service.jar'.
 2/ I placed the dist directory in 
 '/usr/local/apps/commons-daemon', set permisions on my Tomcat 
 'logs', 'temp', 'webapps' and 'work' directories, set my 
 $PATH and $DAEMON_HOME env. variables.
 
 When I run  Tomcat.sh start
 
 nothing happens - Tomcat does not start. I checked 
 'catalina.out' and there are 3 jsvc error messages stating 
 that my 'libjvm.so' could not be dynamically linked due to a 
 'permission denied'. I've tried playing with the permissions 
 on this file with no luck.
 
 Any suggestions or pointers would be greatly appreciated - thanks!
 

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



bean:message Error within Admin App - PLZ HELP!

2003-08-19 Thread David Kramer
Im getting the below error when trying to access the Admin app.  I found the
following error posted on the net
and attempted the response(added ApplicationResource.properties to my
WEB-INF/classes dir), but it still had not affect.  I even tried removing
the bean:message   entry in my header.jsp and still no luck.  Any one have
any idea whats going on? Im running Tomcat 4.1.24 with JDK 1.4.1_03 on Suse

org.apache.jasper.JasperException: Cannot find message resources under key
org.apache.struts.action.MESSAGE
at
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:2
54)
at
org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:295)
at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:241)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Application
FilterChain.java:247)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterCh
ain.java:193)
at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.ja
va:256)
at
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invok
eNext(StandardPipeline.java:643)
at
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
at
org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.ja
va:191)
at
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invok
eNext(StandardPipeline.java:643)
at
org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase
.java:551)
at
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invok
eNext(StandardPipeline.java:641)
at
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
at
org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
at
org.apache.catalina.core.StandardContext.invoke(StandardContext.java:2415)
at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:180
)
at
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invok
eNext(StandardPipeline.java:643)
at
org.apache.catalina.valves.ErrorDispatcherValve.invoke(ErrorDispatcherValve.
java:171)
at
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invok
eNext(StandardPipeline.java:641)
at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:172
)
at
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invok
eNext(StandardPipeline.java:641)
at
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
at
org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java
:174)
at
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invok
eNext(StandardPipeline.java:643)
at
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
at
org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
at
org.apache.coyote.tomcat4.CoyoteAdapter.service(CoyoteAdapter.java:223)
at
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:594)
at
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConne
ction(Http11Protocol.java:392)
at
org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:565)
at
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.jav
a:619)
at java.lang.Thread.run(Thread.java:536)
root cause 
javax.servlet.ServletException: Cannot find message resources under key
org.apache.struts.action.MESSAGE
at
org.apache.jasper.runtime.PageContextImpl.handlePageException(PageContextImp
l.java:533)
at org.apache.jsp.login_jsp._jspService(login_jsp.java:192)
at
org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:137)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
at
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:2
10)
at
org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:295)
at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:241)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Application
FilterChain.java:247)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterCh
ain.java:193)
at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.ja
va:256)
at
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invok

Admin Application wont start on Tomcat 4.1.24 w/ JDK 1.4.1_03

2003-08-18 Thread David Kramer
(StandardPipeline.java:643)
at
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
at
org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.ja
va:191)
at
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invok
eNext(StandardPipeline.java:643)
at
org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase
.java:551)
at
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invok
eNext(StandardPipeline.java:641)
at
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
at
org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
at
org.apache.catalina.core.StandardContext.invoke(StandardContext.java:2415)
at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:180
)
at
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invok
eNext(StandardPipeline.java:643)
at
org.apache.catalina.valves.ErrorDispatcherValve.invoke(ErrorDispatcherValve.
java:171)
at
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invok
eNext(StandardPipeline.java:641)
at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:172
)
at
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invok
eNext(StandardPipeline.java:641)
at
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
at
org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java
:174)
at
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invok
eNext(StandardPipeline.java:643)
at
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
at
org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
at
org.apache.coyote.tomcat4.CoyoteAdapter.service(CoyoteAdapter.java:223)
at
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:594)
at
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConne
ction(Http11Protocol.java:392)
at
org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:565)
at
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.jav
a:619)
at java.lang.Thread.run(Thread.java:536)


DK

David Kramer
Software Developer
Reflect.com
Direct: 415.369.4856
Cell: 650.302.7889


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



RE: Admin Application wont start on Tomcat 4.1.24 w/ JDK 1.4.1_03

2003-08-18 Thread David Kramer
Im not really sure why you replied to my posting with an issue.  But I
recommend re-submitting your error to the list with its own subject title.

Thanks,

DK

 -Original Message-
 From: VijayaLakshmi Seshadri [mailto:[EMAIL PROTECTED]
 Sent: Monday, August 18, 2003 12:09 PM
 To: Tomcat Users List
 Subject: Re: Admin Application wont start on Tomcat 4.1.24 w/ JDK
 1.4.1_03
 
 
 Hai
 I have installed Tomcat 4.0.1 in my machine and i have
 Apache 2.0
 Now when iam trying to integrate the both 
 by downloading mod_webapp.so ,apache is not starting 
 It gives following error
 undefined symbol -as_pstrdup
 
 can kindly anybody help me figuring out the problem
 viji
  --- David Kramer [EMAIL PROTECTED] wrote:  I
 just compiled Tomcat from source and was able to
  get everything working
  except the Admin application.  I found the following
  error posted on the net
  and attempted the response(added
  ApplicationResource.properties to my
  WEB-INF/classes dir), but it still had not affect. 
  I even tried removing
  the bean:message   entry in my header.jsp and
  still no luck.  Any one have
  any idea whats going on?
  
  org.apache.jasper.JasperException: Cannot find
  message resources under key
  org.apache.struts.action.MESSAGE
  at
 
 org.apache.jasper.servlet.JspServletWrapper.service(JspServlet
 Wrapper.java:2
  54)
  at
 
 org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet
 .java:295)
  at
 
 org.apache.jasper.servlet.JspServlet.service(JspServlet.java:241)
  at
 
 javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
  at
 
 org.apache.catalina.core.ApplicationFilterChain.internalDoFilt
 er(Application
  FilterChain.java:247)
  at
 
 org.apache.catalina.core.ApplicationFilterChain.doFilter(Appli
 cationFilterCh
  ain.java:193)
  at
 
 org.apache.catalina.core.StandardWrapperValve.invoke(StandardW
 rapperValve.ja
  va:256)
  at
 
 org.apache.catalina.core.StandardPipeline$StandardPipelineValv
 eContext.invok
  eNext(StandardPipeline.java:643)
  at
 
 org.apache.catalina.core.StandardPipeline.invoke(StandardPipel
 ine.java:480)
  at
 
 org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
  at
 
 org.apache.catalina.core.StandardContextValve.invoke(StandardC
 ontextValve.ja
  va:191)
  at
 
 org.apache.catalina.core.StandardPipeline$StandardPipelineValv
 eContext.invok
  eNext(StandardPipeline.java:643)
  at
 
 org.apache.catalina.authenticator.AuthenticatorBase.invoke(Aut
 henticatorBase
  .java:551)
  at
 
 org.apache.catalina.core.StandardPipeline$StandardPipelineValv
 eContext.invok
  eNext(StandardPipeline.java:641)
  at
 
 org.apache.catalina.core.StandardPipeline.invoke(StandardPipel
 ine.java:480)
  at
 
 org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
  at
 
 org.apache.catalina.core.StandardContext.invoke(StandardContex
 t.java:2415)
  at
 
 org.apache.catalina.core.StandardHostValve.invoke(StandardHost
 Valve.java:180
  )
  at
 
 org.apache.catalina.core.StandardPipeline$StandardPipelineValv
 eContext.invok
  eNext(StandardPipeline.java:643)
  at
 
 org.apache.catalina.valves.ErrorDispatcherValve.invoke(ErrorDi
 spatcherValve.
  java:171)
  at
 
 org.apache.catalina.core.StandardPipeline$StandardPipelineValv
 eContext.invok
  eNext(StandardPipeline.java:641)
  at
 
 org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReport
 Valve.java:172
  )
  at
 
 org.apache.catalina.core.StandardPipeline$StandardPipelineValv
 eContext.invok
  eNext(StandardPipeline.java:641)
  at
 
 org.apache.catalina.core.StandardPipeline.invoke(StandardPipel
 ine.java:480)
  at
 
 org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
  at
 
 org.apache.catalina.core.StandardEngineValve.invoke(StandardEn
 gineValve.java
  :174)
  at
 
 org.apache.catalina.core.StandardPipeline$StandardPipelineValv
 eContext.invok
  eNext(StandardPipeline.java:643)
  at
 
 org.apache.catalina.core.StandardPipeline.invoke(StandardPipel
 ine.java:480)
  at
 
 org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
  at
 
 org.apache.coyote.tomcat4.CoyoteAdapter.service(CoyoteAdapter.
 java:223)
  at
 
 org.apache.coyote.http11.Http11Processor.process(Http11Process
 or.java:594)
  at
 
 org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandle
 r.processConne
  ction(Http11Protocol.java:392)
  at
 
 org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoi
 nt.java:565)
  at
 
 org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(
 ThreadPool.jav
  a:619)
  at java.lang.Thread.run(Thread.java:536)
  root cause 
  javax.servlet.ServletException: Cannot find message
  resources under key
  org.apache.struts.action.MESSAGE
  at
 
 org.apache.jasper.runtime.PageContextImpl.handlePageException(
 PageContextImp
  l.java:533)
  at
 
 org.apache.jsp.login_jsp._jspService(login_jsp.java

Where to find jakarte-tomcat-jasper src tarball???

2003-08-14 Thread David Kramer
I have searched all over the web looking for this tarball.  I found the CVS
repository that contains the individual files for jasper, but there was no
download tarball link.  Im new to Apache's CVS so maybe Im missing something
simple here.  I roamed through the viewCVS website but found nothing on
downloading the entire jasper directory.  Can someone please point me in the
right direction???  

Thanks much,

DK

David Kramer
Software Developer
Reflect.com
Direct: 415.369.4856
Cell: 650.302.7889


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



RE: Where to find jakarte-tomcat-jasper src tarball???

2003-08-14 Thread David Kramer
DOH!!! You were dead right, I cant believe I over looked that, I will adjust
my build.properties file adding the correct location to jasper.  Wow and it
was right under my nose this entire time.  Thanks for the tip!!!

Thanks much,

DK

 -Original Message-
 From: Bill Barker [mailto:[EMAIL PROTECTED]
 Sent: Wednesday, August 13, 2003 8:01 PM
 To: [EMAIL PROTECTED]
 Subject: Re: Where to find jakarte-tomcat-jasper src tarball???
 
 
 It is packaged with the 4.1.x tarball (ditto for 5.0.x).  
 You'll find it in
 the 'jasper' directory where you unpacked the tarball.
 
 David Kramer [EMAIL PROTECTED] wrote in message
 news:[EMAIL PROTECTED]
1.reflect.com...
 I have searched all over the web looking for this tarball.  I found the
CVS
 repository that contains the individual files for jasper, but there was no
 download tarball link.  Im new to Apache's CVS so maybe Im missing
something
 simple here.  I roamed through the viewCVS website but found nothing on
 downloading the entire jasper directory.  Can someone please point me in
the
 right direction???

 Thanks much,

 DK

 David Kramer
 Software Developer
 Reflect.com
 Direct: 415.369.4856
 Cell: 650.302.7889




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

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



Tomcat 4.1.24 with JDK 1.4.1_03 compiled version wont start

2003-08-14 Thread David Kramer
)
at org.apache.crimson.parser.Parser2.content(Parser2.java:1824)
at org.apache.crimson.parser.Parser2.maybeElement(Parser2.java:1552)
at org.apache.crimson.parser.Parser2.parseInternal(Parser2.java:534)
at org.apache.crimson.parser.Parser2.parse(Parser2.java:318)
at
org.apache.crimson.parser.XMLReaderImpl.parse(XMLReaderImpl.java:442)
at org.apache.commons.digester.Digester.parse(Digester.java:1546)
at org.apache.catalina.startup.Catalina.start(Catalina.java:449)
at org.apache.catalina.startup.Catalina.execute(Catalina.java:400)
at org.apache.catalina.startup.Catalina.process(Catalina.java:180)
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.main(Bootstrap.java:203)
Catalina.start: java.lang.ClassNotFoundException:
org.apache.coyote.tomcat4.CoyoteConnector
java.lang.ClassNotFoundException: org.apache.coyote.tomcat4.CoyoteConnector
at
org.apache.commons.digester.Digester.createSAXException(Digester.java:2583)
at
org.apache.commons.digester.Digester.createSAXException(Digester.java:2609)
at
org.apache.commons.digester.Digester.startElement(Digester.java:1276)
at org.apache.crimson.parser.Parser2.maybeElement(Parser2.java:1535)
at org.apache.crimson.parser.Parser2.content(Parser2.java:1824)
at org.apache.crimson.parser.Parser2.maybeElement(Parser2.java:1552)
at org.apache.crimson.parser.Parser2.content(Parser2.java:1824)
at org.apache.crimson.parser.Parser2.maybeElement(Parser2.java:1552)
at org.apache.crimson.parser.Parser2.parseInternal(Parser2.java:534)
at org.apache.crimson.parser.Parser2.parse(Parser2.java:318)
at
org.apache.crimson.parser.XMLReaderImpl.parse(XMLReaderImpl.java:442)
at org.apache.commons.digester.Digester.parse(Digester.java:1546)
at org.apache.catalina.startup.Catalina.start(Catalina.java:449)
at org.apache.catalina.startup.Catalina.execute(Catalina.java:400)
at org.apache.catalina.startup.Catalina.process(Catalina.java:180)
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)


What is going on here?  I followed the BUILDING.txt doc to the T, loading
most of the optional Libraries.  Any sight is greatly appreciated.

Thanks,

DK

David Kramer
Software Developer
Reflect.com
Direct: 415.369.4856
Cell: 650.302.7889


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



RE: A good book about Tomcat

2003-08-14 Thread David Kramer
I really enjoyed WROX's Apache/Tomcat book.  Use it all the time.

DK

 -Original Message-
 From: Alexander Vavilin [mailto:[EMAIL PROTECTED]
 Sent: Thursday, August 14, 2003 12:23 PM
 To: Tomcat Mail List
 Subject: A good book about Tomcat
 
 
 Hi all, can anybody advice me a good book about Tomcat ???.
 
 -- 
 Best regards,
  Alexander  mailto:[EMAIL PROTECTED]
 
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 

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



tomcat-4.1.24 compile error issue with commons-fileupload????

2003-08-14 Thread David Kramer
Im trying to compile tomcat 4.1.24 from source and Im receiving the below
error:

[javac] Compiling 46 source files to
/opt/tomcat/catalina/build/server/classes
[javac] This version of java does not support the classic compiler;
upgrading to modern
[javac]
/opt/tomcat/catalina/src/share/org/apache/catalina/servlets/HTMLManagerServl
et.java:205: cannot resolve symbol
[javac] symbol  : method setRepositoryPath (java.lang.String)
[javac] location: class org.apache.commons.fileupload.FileUpload
[javac] upload.setRepositoryPath(tempdir.getCanonicalPath());
[javac]   ^
[javac]
/opt/tomcat/catalina/src/share/org/apache/catalina/servlets/HTMLManagerServl
et.java:262: write(java.io.File) in org.apache.commons.fileupload.FileItem
cannot be applied to (java.lang.String)
[javac] warUpload.write(file.getCanonicalPath());
[javac] 


I found the same error online, apparently a developer changed the API within
commons fileuploads around the 21st of July(atleast thats when the email was
posted to the archives).  The email mentioned something about using a new
fileupload version where the missing method is found(DiskFileUpload).  The
email also said to not use an older version of commons-fileupload.  Does
anyone have any ideas or recommendations on resolving this issue?  Im
completely stumped and need to get Tomcat up and running ASAP.
Unfortunately Im being forced to compile this from scratch, so just getting
the Tomcat binaries isnt an option.  Any insight is appreciated.
Thanks,
DK


David Kramer
Software Developer
Reflect.com
Direct: 415.369.4856
Cell: 650.302.7889


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



RE: Please sign emergency petition to the U.N.

2003-03-10 Thread David Kramer
PISS OFF AND STOP MAILING THIS CRAP! 

-Original Message-
From: Wilhelm Colln [mailto:[EMAIL PROTECTED]
Sent: Monday, March 10, 2003 9:17 AM
Cc: Francis Stenning; Fransisco Da Rocha; Gigi Buchanan; Gladys Galvez
Grieve; Glenn Cameron; Gustavo Kahan Novoa; Gustavo Reategui; Hector
Rospigliosi; Herbert Cayro; Javier Flores; JOSE AGUILAR; José Ignacio
Mujica Barreda; Jose Luis de Cossio; Klaus Burger / Navinter; kyoko
tsuru; Lucho Kukurelo; Lucho Salazar; Luis Enrique Colmenares; Mabez;
Manuel M Gonzalez del Riego; Manuel Tirado; Maria Laura Burga; Marina
Bezzola; Miguel Miro Quesada; Nunez; Orazio Parodi; Oscar Paredes; Pedro
Moratones; Percy Krapp; Pierre Zavan; Rafael Ferrero; Rafael Galdos;
Ricardo Castillo; Rocio De la Romaña; rodolfo escudero; Rolando Noriega;
ROMERO Miriam CAMISEA; Sol; Villar, Cesar; Walter Gil; Wilhelm Colln;
William Bugosen; William Flores
Subject: Please sign emergency petition to the U.N.


Dear friend, I'm hoping you can join me on an emergency petition
from citizens around the world to the U.N. Security Council.

The petition's going to be delivered to the 15 member states
of the Security Council on MONDAY, MARCH 10.

If hundreds of thousands of us sign, it could be an enormously
important and powerful message -- people from all over the world
joining in a single call for a peaceful solution.

But we really need everyone who agrees to sign up today.
You can do so easily and quickly at: http://www.moveon.org/emergency/ 
http://www.moveon.org/emergency/

The stakes couldn't really be much higher.
A war with Iraq could kill tens of thousands of Iraqi civilians and 
inflame the Middle East.
According to current plans, it would require an American occupation of 
the country for years to come.
And it could escalate in ways that are horrifying to imagine.
We can help to stop this tragedy from unfolding.

But we need to speak together, and we need to do so now.
Let's show the Security Council what world citizens think.

Thank you,
Wilhelm Cölln

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



Looking for Pointers on Securing Tomcat 4.1.12 for Public use

2003-03-07 Thread David Kramer
Newbie here, Im looking for Security Pointers on securing Tomcat 4.1.12 in
Standalone mode running on Rh7.3  I have the normal security stuff in place,
Snort and Tripwire.  I have read through the Security Manager How-To already
and Im just looking for some personal insight, any thoughts are welcome? 

Thanks much,

DK

David Kramer
Software Developer
Reflect.com
Direct: 415.369.4856
Cell: 650.302.7889


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



NEWBIE: Is there a way to check if the mysql connector is working?

2002-10-30 Thread David Kramer
Im running RH 7.2, Mysql 3.23.41-1, and Tomcat 4.1.2 with the most current
Connector J from Mysql.  I jar xf the connector jar within my tomcat4 dir
under etc.  Is there a way to simply validate the connector is working?  Im
hoping there is something other than using a simple Result Set or JSP?
Thoughts anyone?

Thanks much,

DK

David Kramer
Software Developer
Reflect.com
Direct: 415.369.4856
Cell: 650.302.7889


--
To unsubscribe, e-mail:   mailto:tomcat-user-unsubscribe;jakarta.apache.org
For additional commands, e-mail: mailto:tomcat-user-help;jakarta.apache.org