Tomcat Problems - Any help is appreciated

2004-09-16 Thread Wilson, Allen
Hello... I am running 4.1.18 and I suddenly started having problems with Tomcat. Here is the information that is in the catalina.out file (as added it as an attachment)...if someone can point me in the right direction to fix this...I would appreciate it Thanks you Allen **

RE: dallas help wanted

2004-08-24 Thread Wilson, Allen
What help do you need..i am in dallas -Original Message- From: news [mailto:[EMAIL PROTECTED] On Behalf Of Vic Sent: Tuesday, August 24, 2004 10:34 AM To: [EMAIL PROTECTED] Subject: ot: dallas help wanted Please e-mail me if you know someone available. .V

RE: Tomcat Webserver

2004-08-04 Thread Wilson, Allen
Yes it has a webserver in it.. Root = directory_to_tomcat/webapps/root -Original Message- From: Marcelo Muzilli (Gelt) [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 04, 2004 2:42 PM To: [EMAIL PROTECTED] Subject: Tomcat Webserver Importance: High Howdy TomcatERs, I would

Jakarta Commons Configuration files

2004-08-01 Thread Wilson, Allen
Good afternoon... I am trying to create a java class that will send HTML mail. I have the class created and compile but it errors out specifying that the org.apache.commons.configurtion.Configuration class cannot be found. Does anyone know where I can locate the jar files for the Commons

RE: Cannot create JDBC driver of class

2004-07-28 Thread Wilson, Allen
I not sure but when I did this for mysql and got this error. It was due to the version of the driver that I used. The version that I had was lower than what the java libraries was expecting. You may want to check the driver to see what version of Java it works with. Allen -Original

RE: Tomcat 5 on port 80

2004-05-04 Thread Wilson, Allen
Are you trying to start Tomcat as another user other than root (on port 80). To use port 80 Tomcat will be started as root...to get around this you can start Tomcat as root as have it switch over to another user. I did so by using the Commons Daemon (http://jakarta.apache.org/commons/daemon/)

RE: tomcat as deamon

2004-04-15 Thread Wilson, Allen
Look at the 'Tomcat.sh' script in jsvc-src/native. That one is for Tomcat 4. Of course, you'll likely have to edit the file to fix things like paths and the user. It's pretty straight forward to change it. And, yes, I've run Tomcat 4 happily with jsvc ;-). Wilson, Allen [EMAIL PROTECTED] wrote

RE: tomcat as deamon

2004-04-12 Thread Wilson, Allen
Doug... I tried to figure out how to use the jsvc...I have it configured but I not sure how to use in in a class...any ideas' Allen -Original Message- From: Parsons Technical Services [mailto:[EMAIL PROTECTED] Sent: Monday, April 12, 2004 5:55 PM To: Tomcat Users List Subject: Re:

RE: tomcat as deamon

2004-04-12 Thread Wilson, Allen
from anywhere to stop and start tomcat. My script name is tomcat without the .sh . Sorry if I am too verbose in my instructions. Doug - Original Message - From: Wilson, Allen [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Monday, April 12, 2004 6:59 PM Subject: RE

RE: Connecting the HTTP Server and Tomcat

2004-04-08 Thread Wilson, Allen
. Then use AddModule at the end of the list of AddModule directives. Wilson, Allen wrote: I think I may have found the problem I tried to add the line AddModule mod_jk.c in the HTTP server config and it gave an error. I could not locate the file within my HTTP or Tomcat installation.even though I

RE: Connecting the HTTP Server and Tomcat

2004-04-08 Thread Wilson, Allen
Okay...maybe I am missing the boat hereI've got the jsvc built and started to read through the Daemon API to see how to implement the interface for Tomcat-4.1.18. But I do not see how to use it to start my Tomcat session. Is there a for dummies book on this -Original Message-

Using Commons Daemon to start Tomcat

2004-04-08 Thread Wilson, Allen
Title: Message *** Note this is a breakoff from the Connecting the HTTP Server and Tomcat thread *** I found the BootstrapService and BootstrapServiceContext files and I will look at them for methods on implementing them. I also looked at the thread from the link you provided

RE: Using Commons Daemon to start Tomcat

2004-04-08 Thread Wilson, Allen
, The link said the class exists for tomcat 4, but you need to write something like it for tomcat 5. Yoav Shapira Millennium Research Informatics -Original Message- From: Wilson, Allen [mailto:[EMAIL PROTECTED] Sent: Thursday, April 08, 2004 12:41 PM To: Tomcat Users List Subject: Using

RE: Connecting the HTTP Server and Tomcat

2004-04-08 Thread Wilson, Allen
Bruns [mailto:[EMAIL PROTECTED] Sent: Thursday, April 08, 2004 1:49 PM To: Wilson, Allen Subject: RE: Connecting the HTTP Server and Tomcat Allen, did you solve the problem of connecting these? If not, someone in another email had asked that you show your worker.properties file. That could

RE: Connecting the HTTP Server and Tomcat

2004-04-07 Thread Wilson, Allen
/ Engine defaultHost=localhost name=Catalina Host appBase=webapps name=localhost Logger className=org.apache.catalina.logger.FileLogger prefix=localhost_log. suffix=.txt timestamp=true/ ... ... Wilson, Allen wrote: Here are the lines. Connector className

RE: Connecting the HTTP Server and Tomcat

2004-04-07 Thread Wilson, Allen
by the web server and never reach Tomcat, since Tomcat is listening on ports that the HTTP requests do not come to by default. Have you looked at http://jakarta.apache.org/tomcat/tomcat-4.1-doc/proxy-howto.html - Bill -Original Message- From: Wilson, Allen [mailto:[EMAIL PROTECTED] Sent

RE: Connecting the HTTP Server and Tomcat

2004-04-07 Thread Wilson, Allen
don't think http://myserver.com/portal maps to /portal/* ajp13 http://myserver.com/portal/ or http://myserver.com/portal/whatever.jsp probably will, though. Give it a go, may work, Jon Wilson, Allen wrote: Bill..thanks for the reply... I will read through the link you provide but isn't

RE: Connecting the HTTP Server and Tomcat

2004-04-07 Thread Wilson, Allen
new..I would like to see if I could get the mod_jk connector working... -Original Message- From: Bill Bruns [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 07, 2004 2:04 PM To: Wilson, Allen; Tomcat Users List Subject: RE: Connecting the HTTP Server and Tomcat Allen, you ask isn't

RE: Connecting the HTTP Server and Tomcat

2004-04-07 Thread Wilson, Allen
/* ajp13 mapping have? I just double-checked on our dev box where jk is definitely up. I got a 404 from apache for /mapping but /mapping/stuff got routed through to tomcat. Jon Wilson, Allen wrote: No you are not way off...at least not from my point of view because that is what I thought would

RE: Connecting the HTTP Server and Tomcat

2004-04-07 Thread Wilson, Allen
be good enough for your needs, in which case you could drop all this connector stuff. Yoav Shapira Millennium Research Informatics -Original Message- From: Bill Bruns [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 07, 2004 3:04 PM To: Wilson, Allen; Tomcat Users List Subject: RE

RE: Connecting the HTTP Server and Tomcat

2004-04-07 Thread Wilson, Allen
AddModule mod_jk.c It'd be helpful to see the JkWorkersFile directive, JkMount directive, and the contents of the jk workers file. --David Just tack it on to the end of the list of LoadModule directives. Then use AddModule at the end of the list of AddModule directives. Wilson, Allen wrote: I

RE: Connecting the HTTP Server and Tomcat

2004-04-07 Thread Wilson, Allen
Yes...I think this is a better route to go...I will try it...thanks -Original Message- From: Shapira, Yoav [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 07, 2004 3:43 PM To: Tomcat Users List Subject: RE: Connecting the HTTP Server and Tomcat Hi, My reason for the Apache..is

Connecting the HTTP Server and Tomcat

2004-04-06 Thread Wilson, Allen
Title: Message Good morning Can any provide some assistance on connecting the HTTP server and Tomcat together. I am using HTTP Server 2.0.48 and Tomcat-4.1.18 on a Sun Solaris machine. I think I have everything in place but when the only way I can reach the Tomcat stuff is my

RE: Connecting the HTTP Server and Tomcat

2004-04-06 Thread Wilson, Allen
windows, I imstaled on SuSE8.2 using apache2.0.48 and both tomcat 4 and 5 Kevan -Original Message- From: Wilson, Allen [mailto:[EMAIL PROTECTED] Sent: 06 April 2004 16:42 To: Tomcat Users List Subject: Connecting the HTTP Server and Tomcat Good morning Can any provide some

RE: Connecting the HTTP Server and Tomcat

2004-04-06 Thread Wilson, Allen
if the configuration was allright you can't connect through 8009 as http. Maybe the error is at your server.xml... Wilson, Allen wrote: Thanks but this is on a Windows system and will not help...I am on a Solaris and I have looked at documents like this before and they still do not give me a definitive

RE: Suggestion on where to put mysql driver

2004-03-05 Thread Wilson, Allen
I put my driver in the WEB-INF /lib since I only wanted that application to use the driver. If you want it to be available to the whole server you can use the others. -Original Message- From: Simone - Dev [mailto:[EMAIL PROTECTED] Sent: Friday, March 05, 2004 10:33 AM To: 'Tomcat Users

Using Tomcat as an application server

2004-02-17 Thread Wilson, Allen
Title: Message Good Afternoon... I am trying to set Tomcat up as an application server so that it can be ran in conjunction with Apache (looked at the Wrox's Professional Tomcat book who mentions that is how to run the server with Apache). I have been unable to find the proper

Configuring Apache and Tomcat

2004-02-16 Thread Wilson, Allen
Title: Message Good Afternoon... I am trying to configure Apache and Tomcat to run together. It looks like I have the configurations right as the Wrox Professional Tomcat book outlines because I get the pages they say you should get when doing the configuration. The problem is

XML Transforming with XSL

2004-01-30 Thread Wilson, Allen
Title: Message Does anyone have any experience with using XML and XSL in portlet? Here is my scenario... I have a JSP portlet that provides the user with links to other documents. When a link is clicked the Action class for the JSP page will go out find the XML document. At

RE: RTFM

2004-01-14 Thread Wilson, Allen
Have you tried using JavaScript. The window.location = http://localhost:8080/app2 may work. Allen -Original Message- From: Jerald Powel [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 14, 2004 4:11 PM To: Tomcat Users List Subject: RTFM Hi, Now I have your attention,

RE: How to get username

2003-12-09 Thread Wilson, Allen
You can use rundata.getUser().getUserName(); This will return user's login name Allen -Original Message- From: Chaikin, Yaakov Y (US SSA) [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 09, 2003 8:56 AM To: [EMAIL PROTECTED] Subject: How to get username Hi, Does anyone know how to

RE: Connect to MySQL.

2003-10-20 Thread Wilson, Allen
Are you trying to make the connection to MySQL as part of the tomcat startup (Connection Pooling)? If so, I put the jar file in the jre/lib/ext of my java installation. Allen -Original Message- From: Nuno Paquete [mailto:[EMAIL PROTECTED] Sent: Monday, October 20, 2003 7:16 AM To:

RE: (Apache Tomcat) || (Tomcat with CGI Support)?

2003-09-26 Thread Wilson, Allen
I just finished configuring my Tomcat system to run CGI scripts but that was on a Solaris system. The main thing I can point out is make sure your JDK is up to date and if it is not be sure to read the compatibility issues on updating from an older version to a new one. Allen -Original

RE: Configuring and using cgi scripts in Tomcat

2003-09-24 Thread Wilson, Allen
: java.langRuntime.exec(String, String[] File) But cannot find it. There is such a method, but only since JDK 1.3 So.. are you running at least 1.3? -Original Message- From: Wilson, Allen [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 23, 2003 5:22 PM To: Tomcat Users List Subject

RE: Configuring and using cgi scripts in Tomcat

2003-09-24 Thread Wilson, Allen
: Mike Curwen [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 24, 2003 10:26 AM To: 'Tomcat Users List' Subject: RE: Configuring and using cgi scripts in Tomcat -Original Message- From: Wilson, Allen [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 24, 2003 9:54 AM To: Tomcat

RE: Configuring and using cgi scripts in Tomcat

2003-09-24 Thread Wilson, Allen
that. -Original Message- From: Wilson, Allen [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 24, 2003 10:49 AM To: Tomcat Users List Subject: RE: Configuring and using cgi scripts in Tomcat JAVA_HOME points to /usr/java1.2. In that directory I have the j2ee

RE: Configuring and using cgi scripts in Tomcat

2003-09-23 Thread Wilson, Allen
: Configuring and using cgi scripts in Tomcat Howdy, Read the comments for the CGI servlet in $CATALINA_HOME/conf/web.xml. Yoav Shapira Millennium ChemInformatics -Original Message- From: Wilson, Allen [mailto:[EMAIL PROTECTED] Sent: Monday, September 22, 2003 5:06 PM To: Tomcat Users List

RE: Configuring and using cgi scripts in Tomcat

2003-09-23 Thread Wilson, Allen
ChemInformatics -Original Message- From: Wilson, Allen [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 23, 2003 12:45 PM To: Tomcat Users List Subject: RE: Configuring and using cgi scripts in Tomcat I've read those comments and uncommented the lines specified but when I try to run the script

RE: Configuring and using cgi scripts in Tomcat

2003-09-23 Thread Wilson, Allen
Subject: Re: Configuring and using cgi scripts in Tomcat /resporta/cgi-bin/animal.cgi does not map to /cgi-bin/* I'm guessing resporta is the name of your webapp? Where did you place the script? As I read it, you need to put it in /ROOT/WEB-INF/cgi (I could be wrong). HTH, Jon Wilson, Allen

RE: Configuring and using cgi scripts in Tomcat

2003-09-23 Thread Wilson, Allen
Wilson, Allen wrote: Okay I did all that 1 - Uncommented the lines for the servlet container 2 - Uncommented the lines for the servlet-mapping 3 - renamed the servlets-cgi.renametojar file to servlets-cgi.jar Here are those listings: servlet servlet-namecgi

RE: Configuring and using cgi scripts in Tomcat

2003-09-23 Thread Wilson, Allen
) at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(Compiled Code) at java.lang.Thread.run(Thread.java:479) Apache Tomcat/4.1.18 -Original Message- From: Wilson, Allen Sent: Tuesday, September 23

Configuring and using cgi scripts in Tomcat

2003-09-22 Thread Wilson, Allen
Hello... I am trying to configure Tomcat to run a perl script that is part of an application I am moving over from another server. Since this is one script I do not want to rewrite it so I thought that I could set the server to run CGI scripts. I have put the entries in the web.xml file and

RE: Installing Tomcat on solaris

2003-06-11 Thread Wilson, Allen
Ozge This happens if you do not start Tomcat as root. Tomcat will look like it start if done by any other user but actually it did not start Allen -Original Message- From: Ozge Gundogdu [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 11, 2003 2:17 PM To: Tomcat Users List Subject:

RE: mod_webapp solaris 8

2003-02-12 Thread Wilson, Allen
Reed... I just completed setting up a Apache 1.3.27/Tomcat 4.1.18/Jetspeed 1.4.1 configuration. I went with mod_jk.so and was able to use a binary. You may want to consider going that way if you can Allen -Original Message- From: reed crowe [mailto:[EMAIL PROTECTED]] Sent:

RE: Apache-Tomcat Configuring....

2003-02-11 Thread Wilson, Allen
John... Thanks...I was able to get things going with a binary of the mod_jk.so. Appreciate the help Allen This message may contain proprietary or confidential company information. Any unauthorized use or disclosure is prohibited.

RE: Apache-Tomcat Configuring....

2003-02-10 Thread Wilson, Allen
/sys is where OS headers and libs are kept, I believe. John -Original Message- From: Wilson, Allen [mailto:[EMAIL PROTECTED]] Sent: Friday, February 07, 2003 10:01 PM To: Tomcat Users List; Tomcat Users List Subject: RE: Apache-Tomcat Configuring Thanks for the info I read

RE: Apache-Tomcat Configuring....

2003-02-10 Thread Wilson, Allen
Allen, Solaris 2.9 has been the latest operating system for about 6 months... I'd definitely patch it I was you. Andy -Original Message- From: Wilson, Allen [mailto:[EMAIL PROTECTED]] Sent: 10 February 2003 15:48 To: Tomcat Users List Subject: RE: Apache-Tomcat Configuring

RE: Apache-Tomcat Configuring....

2003-02-10 Thread Wilson, Allen
cluster for your architecture. I would do that first. John -Original Message- From: Wilson, Allen [mailto:[EMAIL PROTECTED]] Sent: Monday, February 10, 2003 10:48 AM To: Tomcat Users List Subject: RE: Apache-Tomcat Configuring I'll check for the patches but this is a new

RE: Apache-Tomcat Configuring....

2003-02-10 Thread Wilson, Allen
. */ struct soaddr { struct sockaddr *soa_sa;/* Actual address */ t_uscalar_t soa_len;/* Length in bytes for kmem_free */ t_uscalar_t soa_maxlen; /* Allocated length */ }; HTH John -Original Message- From: Wilson, Allen [mailto:[EMAIL

Apache-Tomcat Configuring....

2003-02-07 Thread Wilson, Allen
Hello I am trying to configure Apache (1.3.27) and Tomcat (4.1.18) to work together in preparation for adding JetSpeed. I have tried to following the instructions for creating mod_jk.so provided by the Wrox Professional Tomcat book and the Galatea.com Flash Guides and came up with errors on

RE: Apache-Tomcat Configuring....

2003-02-07 Thread Wilson, Allen
: Wilson, Allen [mailto:[EMAIL PROTECTED]] Sent: Friday, February 07, 2003 6:00 PM To: Tomcat Users List Subject: Apache-Tomcat Configuring Hello I am trying to configure Apache (1.3.27) and Tomcat (4.1.18) to work

Tomcat w/Apache Question

2003-01-09 Thread Wilson, Allen
Has anyone successfully configured Tomcat to with with Apache using the AJP connector. I am presently trying to set up the connectors with Apache 1.3.20 and everything was going find until I tried to do the portion for configuring mod_jk.so with the Apache version. I received several errors in

RE: Tomcat w/Apache Question

2003-01-09 Thread Wilson, Allen
://www.galatea.com/flashguides, the describe the details of Apache-Tomcat integration. Let me know if they help. Regards, Lajos Wilson, Allen wrote: Has anyone successfully configured Tomcat to with with Apache using the AJP connector. I am presently trying to set up the connectors with Apache 1.3.20