Solaris 10 Tomcat 5.5.7

2005-02-07 Thread Chad Kellerman
Tomcat Users, I thought I would test out Tomcat 5.5.7 on a Solaris 10 (Ultra 60) so see how it performs. Here is what I did. edited /etc/profile JAVA_HOME=/usr/java export JAVA_HOME exploded the tar ball in /opt/ then created a link to jakarta.XX.XX name tomcat I started tomcat, it started

Re: Solaris 10 Tomcat 5.5.7

2005-02-07 Thread Chad Kellerman
On Monday February 7 2005 1:54 pm, Remy Maucherat wrote: On Mon, 7 Feb 2005 12:55:56 -0500, Chad Kellerman [EMAIL PROTECTED] wrote: Tomcat Users, I thought I would test out Tomcat 5.5.7 on a Solaris 10 (Ultra 60) so see how it performs. Here is what I did. edited /etc/profile

redirecting based on role name

2003-12-16 Thread chad kellerman
hello everyone, I have a site that uses form authentication thru JDBCRealm. I have my webapp root as /ROOT/ with 3 directories. I have also set up the web.xml file with 3 different security constraints based on the 3 directories in /ROOT/. My questions is, can I redirect a successful

RE: redirecting based on role name

2003-12-16 Thread chad kellerman
to control the redirect. I think I wrote a rule for the balancer webapp (tomcat 5) that does just that. Yoav Shapira Millennium ChemInformatics -Original Message- From: chad kellerman [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 16, 2003 12:51 PM To: Tomcat Users List Subject

character sets showing as ?

2003-10-28 Thread chad kellerman
Hey guys, I moved a few tomcat Apps from a 6.2 server to a 7.3 server. Running the same version of Tomcat. But now the character sets that are displayed are coming out as ? .. They are all spanish character sets. I tried changing to the character set to utf-8 from iso-8859-1 but still it

tomcat or java problem?

2002-10-25 Thread chad kellerman
Hello, I am running tomcat 4.0.X with Java 1.4.1. on a red hat 6.2 apache 1.3.x. I am using the WarpConnector to allow tomcat and apache to communicate and for Virtual Hosts. I have a few ( about 16) Virtual Hosts on the box. What I am noticing is that when tomcat starts and the

Bug?

2002-10-25 Thread chad kellerman
Hey everyone, Check this out. So I am getting this java exception: 2002-10-25 13:53:40 [org.apache.catalina.connector.warp.WarpConnection] Exception on socket java.io.IOException: Premature packet header end at

Re: Bug?

2002-10-25 Thread chad kellerman
AC, You know, I am thinking now it may be a kernel thing. Was the kernel on both machines the same when you had the problem? (*nix?) Chad On Fri, 2002-10-25 at 15:39, ContestAdmin wrote: chad kellerman wrote: Hey everyone, Check this out. So I am getting

out of memory errors

2002-10-23 Thread chad kellerman
Hi everyone, I'll try and be a specific as possible: I am running red hat 6.2/apache 1.3.26, tomcat 4.0.3 with java 1.4.0 on a 1 ghz 1 gig ram server. (all old I am going to upgrade as soon as I get it all working) I am using mod_webapp for ip based virtual hosts httpd.conf file has:

virtual hosting

2002-10-23 Thread chad kellerman
He;llo, Can anyone point me to some good links to post exampls of httpd.conf files and server.xml files? I have started getting java.lang.OutOfMemoryError: unable to create new native thread when I started addding extra virtual hosts to my tomcat server. thanks, chad signature.asc

startup as www

2002-10-07 Thread chad kellerman
Hi everyone, previously I had my startup script ( /etc/rc.d/init.d/tomcat) start the tomcat server like so: code #!/bin/sh # case $1 in start) echo -n Starting TomCat 4 and httpd: su - www -c /usr/local/tomcat/bin/startup.sh sleep 5 /etc/httpd/bin/apachectl

download 4.0.3?

2002-10-04 Thread chad kellerman
) with newer versions of tomcat. Can I just drop the server.xml file (and others) and expect them to work with 4.1.X? ( making sure everything else is set up correctly, of course) Or are there a lot of changes? If I can't, anyone know where to download 4.0.3? Thanks, chad -- Chad

mod_webapp question

2002-09-06 Thread Chad Kellerman
Hello everyone, A few months ago I installed Tomcat 4.0.* on a virtual hosting server (linux) using apache and the web_app module. I chose the web app module because I remember hearing good things about it and it seemed that it was being developed more then the others. I was just

Wouldn't this be a security risk??

2002-08-28 Thread Chad Kellerman
Hello everyone, I have been running tomcat for a while and just started to notice a few things. First, let me say I have it configure on a linux server with mod_webapp, with Tomcat version 4.0.3. Let's say I have a war file application called hello.war that I call like so:

Re: Process java Size

2002-06-21 Thread chad kellerman
are talking about memory consumption. --chad On Fri June 21 2002 9:47 am, Guillaume Mignot wrote: Hello When i launch Tomcat 3.3.1 the process size is 557M how can i reduce that? JDK 1.3.1 Tomcat 3.3.1 with apache Txs -- Chad Kellerman Alabanza Inc. Jr. Systems Administrator 10 E

Re: Where do you put servlets and how do you get them to run?

2002-06-21 Thread chad kellerman
, where to put the servlets, and how to get them to run. Thank you for your time. -- Chad Kellerman Alabanza Inc. Jr. Systems Administrator 10 E. Baltimore Street Baltimore, Md 21202 -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: calling servlets from jsp

2002-06-20 Thread chad kellerman
On Thu June 20 2002 12:16 pm, Alex wrote: Hello, I want to call a servlet from a jsp ( i mean, when i press a button in the html file generated by the jsp, i want to call a servlet). for ex: document.location.href = SERVLET; How can i do this ? Thanks in advance... Alex. -- Chad

Re: calling servlets from jsp

2002-06-20 Thread chad kellerman
this ? Thanks in advance... Alex. -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED] -- Chad Kellerman Alabanza Inc. Jr. Systems Administrator 10 E. Baltimore Street Baltimore, Md 21202 -- To unsubscribe, e-mail: mailto

mod_webapp

2002-06-20 Thread chad kellerman
If you are using mod webapp do you need? Connector className=org.apache.catalina.connector.http.HttpConnector port=8080 minProcessors=5 maxProcessors=75 enableLookups=false redirectPort=8443 acceptCount=10 debug=0 connectionTimeout=6/ to be

Re: mod_webapp

2002-06-20 Thread chad kellerman
through apache? --chad On Thu June 20 2002 2:51 pm, Milt Epstein wrote: On Thu, 20 Jun 2002, chad kellerman wrote: If you are using mod webapp do you need? Connector className=org.apache.catalina.connector.http.HttpConnector port=8080 minProcessors=5 maxProcessors=75

Re: mod_webapp

2002-06-20 Thread chad kellerman
THanks everyone. I thought this might be the reason I can't get any servlets to work from my virtual host. I can call it by host.domain.com:8080/examples/servlet/servletname but not, virtualhost.com/webapps/appname/servlets/servletname O well, back to the drawing board. thanks again chad

Re: war file deploys but can't reach any urls

2002-06-20 Thread chad kellerman
); String aolIM = codeauthor2001; String EMAIL = [EMAIL PROTECTED] mailto:[EMAIL PROTECTED]@smith-nephew.com ; String PHONE = (978) 749-1288; String FAX = (978) 749-1487; } -- Chad Kellerman Alabanza Inc. Jr. Systems Administrator 10 E. Baltimore Street Baltimore, Md 21202

netstat -a localhost to localhost

2002-06-18 Thread chad kellerman
Hello everyone, I have a redhat 6.2 machine ( I know a little behind the times, but it works very well) with Tomcat 4.0.1 running with mod webapp both securely and non-securely. I little question. Whne I run a netstat -a I notice many connection from and to localhost from the

classpath problem? maybe?

2002-06-18 Thread chad kellerman
Hello, I am getting frustrated with this little jsp /javabean problem. I hope someone can steer me in the proper direction. in my server.xml file I have set: Host className = org.apache.catalina.connector.warp.WarpHost name=testdomain.net

TurbineResources.properties

2002-06-14 Thread chad kellerman
Hello everyone, I hope everyone had a great week?? Anyway, I have installed Tomcat 4.03. And everything seems to work like a charm. All the example jsp/servlets work as they should. My question, why in the catalina.out file, do I get java.io.FileNotFoundException:

multiple instances

2002-06-13 Thread chad kellerman
Hi everyone, I think this topic has been beet to death. But I have a few questions more. Just a quick survey. Does anyone have mulitple instances of tomcat running-under different users? (under linux or Solaris) If so, how many instances are you running? with 20 users? 50,100?

Re: multiple instances

2002-06-13 Thread chad kellerman
PROTECTED] http://www.aas.com -Original Message- From: chad kellerman [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 13, 2002 3:05 PM To: [EMAIL PROTECTED] Subject: multiple instances Hi everyone, I think this topic has been beet to death. But I have a few questions more

tyrex build issues

2002-06-03 Thread chad kellerman
to what I ma doing wrong? THanks for the help. --chad -- Chad Kellerman -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Ant question

2002-05-23 Thread chad kellerman
Hey guys, When building ant from source. The jakarta-ant-1.4.1-optional.jar, does this contain all the additional jar files, needed to build ant. It seems that on the site http://jakarta.apache.org/ant/manual/install.html the section at the bottom, it is recommend to go to all the site

Controlling processes

2002-03-07 Thread chad kellerman
Hi everyone, So I have tomcat running with mod_webApp and apache on a redhat 6.2 box. I have read that you can set the maximum number of processes that tomcat has by setting it in the server.xml file. Which I have. Connector className=org.apache.catalina.connector.warp.WarpConnector

file creation

2002-03-05 Thread chad kellerman
Hello everyone, I am using Apache 1.3.23 with tomcat 4.0.1 woth the web_app module. I have configured tomcat to work with Virtual Hosts. All jsp pages and serverlets operate correctly, and everything is running smoothly except one thing. I downloaded a evalutaion copy of jive forum

Just trying to get things stright...

2002-03-01 Thread chad kellerman
Good morning, afternoon, and evening, Just one little clarification. If I want apache to handle all html, php, cgi requests, I use: Connector className=org.apache.catalina.connector.http.HttpConnector port=8080 minProcessors=5 maxProcessors=50

mulitple ports in server.xml

2002-02-27 Thread chad kellerman
Good morning, It is my understanding that if I set multiple virtual hosts up in Apache 1.3.22/webapp module, for tomcat 4.0.1, the WebAppConnection directive for the virtual host section needs to contain a different port for the app to deploy. This port corresponding to the port set in

many java processes

2002-02-26 Thread chad kellerman
Hello everyone, I am running a red hat 6.2 tomcat 4.01 webapp server configured for virtual host. I have noticed that if tomcat stays running it builds up a lot of java processes. Has this caused anyone any problems with anyones elses servers? I am afraid that if a put a few java

war files.

2002-02-25 Thread chad kellerman
Happy beginning of the week to everyone, Are there any special configurations that need to be made to the server.xml file or the web.xml file to get war files to work under virtual hosts?? I am getting WebApp: Error 404 error when ever I call the war file. Thanks for the help..

Re: war files.

2002-02-25 Thread chad kellerman
need to set the unpackWARs attribute to true on your host in server.xml ? I think so, check out : http://jakarta.apache.org/tomcat/tomcat-4.0-doc/config/host.html hope it helps [EMAIL PROTECTED] -Original Message- From: chad kellerman [mailto:[EMAIL PROTECTED]] Sent: 25

war files

2002-02-22 Thread chad kellerman
Good Day, I have virtual hosts configured for tomcat I ran into a problem testing out a war file. Does anyone have any idea why a war file would unpack with the ownership of root when called from the web??? I am on a redhat 6.2 box with tomcat 4 and webapp. Thanks, Chad -- To unsubscribe:

Re: war files

2002-02-22 Thread chad kellerman
.) Randy -Original Message- From: chad kellerman [mailto:[EMAIL PROTECTED]] Sent: Friday, February 22, 2002 3:23 PM To: [EMAIL PROTECTED] Subject: war files Good Day, I have virtual hosts configured for tomcat I ran into a problem testing out a war file. Does

server.xml

2002-02-21 Thread chad kellerman
Hi everyone, I have a couple of questions about the server.xml file. I am (want to) running Virtual Hosts with apache 1.3 and Tomcat 4.0 with webApp. I have it running but I don't think it is running correctly. First question, If I do want to run Virtual Hosts does the Service

Re: I'll nearly gave up!!!

2002-02-20 Thread chad kellerman
Ok, but don't quote me on this. I have been trying to do the same thing. The documentation seems vague when it comes to Virtual Hosts and Tomcat 4.0. It also seems that a few people have this working but are not sure whether its right or not. It stemms from lots of trial and error.

web hosting companies

2002-02-20 Thread chad kellerman
Hello, Does anyone now of any good webhosting companies that support tomcat? Chad -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the list: mailto:[EMAIL PROTECTED]

Re: I'll nearly gave up!!!

2002-02-20 Thread chad kellerman
. The other machines cannot use http://Mendelsohn/examples/; but http://Mendelsohn:8080/examples; works fine. chad kellerman wrote: Ok, but don't quote me on this. I have been trying to do the same thing. The documentation seems vague when it comes to Virtual Hosts and Tomcat 4.0

one more question on server.xml Host section

2002-02-20 Thread chad kellerman
I almost got it. I think. I am using apache 1.3 webapp and tomcat 4. My virtaul host sectionis configured like this: VirtualHost jakarta.gotc.net User jak Group jakartagrp ServerName jakarta.gotc.net ServerAdmin [EMAIL PROTECTED] DocumentRoot /home/jak/jakarta-www TransferLog

Re: Starting Tomcat 4.0.2 with Apache 1.3.23 using J2SDK 1.3.1

2002-02-20 Thread chad kellerman
I can offer a little help. What os are you running? If you are on a unix ( which it looks like) variation run ps -ef | grep java. If it reurns something your are running. If not there is something else wrong. Send in the output of the startup.sh Did k the logs? I think cataline.out will

Re: one more question on server.xml Host section

2002-02-20 Thread chad kellerman
Never mind. I got it. On Wed, 20 Feb 2002 13:48:32 -0500 chad kellerman [EMAIL PROTECTED] wrote: I almost got it. I think. I am using apache 1.3 webapp and tomcat 4. My virtaul host sectionis configured like this: VirtualHost jakarta.gotc.net User jak Group jakartagrp

Yet another webapp connector Paache 1.3 question

2002-02-19 Thread chad kellerman
Hey guys, I think I have a a config file set wrong somewhere and I was hoping to get a little help. Here is what I have got: Apache 1.3.20 with tomcat 4 on a redhat 6.2 box. I am trying to get Virtual Hosts to work. Here is where I am. I am trying to get virtual hosts to work. ( I

keytool -keygen questions

2002-02-07 Thread chad kellerman
Hello again, Ok this may sound like a dumb questions. But I have been all thru the directories and can not find it. I am running rad hat linux. I ran $JAVA_HOME/bin/keytool -keygen -alias tomcat -keyalg RSA Where did it put the cert and key?? What is it called? I checked

I'm stuck. Apache-tom4.0 virtual hosts

2002-02-07 Thread chad kellerman
Hey guys, I am stuck again. This time with the virtual host section in apache. Here is what I got: VirtualHost jakarta.domain.com WebAppConnection warpConnection warp localhost:8008 WebAppDeploy examples warpConnection /home/jak/jakarta-www/examples/ User jak Group jakartagrp ServerName

Re: servlet.jar and 3.3

2002-02-07 Thread chad kellerman
Mario, I had sort of the same problem yesterday. Make sure your CLASSPATH is set correctly. For linux I put the CLASSPATH in /etc/profile and exported it and everything lit up. I am not sure about windows??? Chad On Thu, 07 Feb 2002 14:44:55 -0600 Mario Felarca [EMAIL PROTECTED]

SendMailServlet.class

2002-02-06 Thread chad kellerman
Hello again, I finally got Tomcat and Apache running smoothly. ( well almost). I was going thru the examples, everyone worked except one. The mail. Looking into the problem I noticed that the SendMailServlet.class file was not created in

Re: SendMailServlet.class

2002-02-06 Thread chad kellerman
Sorry to have to write again but I am lost. I set the CLASS_PATH. That did not work, I downloaded the javamail, and moved allthe jar file to /usr/local/jakarta-tomcat-4.0/dist/common/lib/ which should have done it. But not. Still same error. I open up SendMailServlet.java and looked:

Re: SendMailServlet.class

2002-02-06 Thread chad kellerman
from Sun? Did you get that? gr. Michel -Original Message- From: chad kellerman [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 06, 2002 16:09 To: Tomcat Users List Subject: Re: SendMailServlet.class Sorry to have to write again but I am lost. I set

Re: SendMailServlet.class

2002-02-06 Thread chad kellerman
is the follow: javax.mail.NoSuchProviderException: No provider for Address type: rfc822 Has anyone seen this? Could anyone else fixed this? Nancy. chad kellerman wrote: Boy, ever had on of those days. I was using the wrong javac. Not the one with the JDK. I

Re: AW: SendMailServlet.class

2002-02-06 Thread chad kellerman
Ok, Got it. Geesh, computers really get on my nerves. ;^) I saw that SendMailServlet.java needed two jar files to compile. And since no matter what I did to set the CLASS_PATH it would not work. So I added the jar files in the line: /usr/java/jdk1.3.1_01/bin/javac -classpath

error message

2002-01-31 Thread chad kellerman
Hey guys, I think I just build Tomcat 4 on a Red HAt 6.2 server. But after I ran $ ant dist it did not create a dist directory, it created a build directory inside the catalina directory. Is this suppose to happen? I went to {$CATALINA}/bin and ran $ ./startup It did not start.

RE: JDBC driver

2002-01-30 Thread chad kellerman
endorsed by the company. -Original Message- From: chad kellerman [SMTP:[EMAIL PROTECTED]] Sent: Wednesday, January 30, 2002 3:14 AM To:Tomcat Subject: JDBC driver Hey Guys, Hello to you all. I am trying to install the Tomcat with apache1.3.22. I

JDBC driver

2002-01-29 Thread chad kellerman
Hey Guys, Hello to you all. I am trying to install the Tomcat with apache1.3.22. I have to admin the installation overview on http://jakarta.apache.org/tomcat/tomcat-4.0-doc/BUILDING.txt needs a little work. I am working on on part 8. Download and Install JDBC Optional Package API