RE: Tomcat 4 and Apache

2002-02-24 Thread Kristian Duske
Hi Brian, I think I see the problem. you do NOT need the line: AddModule mod_jk.c Thanks for your tip, but this didn't fix it for me. I'm still at a loss here. Regards Kristian -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with

Re: Tomcat 4 and Apache

2002-02-24 Thread Pascal Chong
You need to uncomment ServerName directive in httpd.conf and change the default server name there to your server's Fully Qualified Domain Name or IP address. The error you are seeing is because ServerName has not been changed. Regards, Pascal Chong - Original Message - From: Kristian

JSP Taglib Explanation please

2002-02-24 Thread Pavel Brun
Hello everyone, Is there anyone here that helped develop the JSP Tag concept that could explain why JSP taglib bodies go through their bodies twice (going through doStartTag, doAfterBody and doEndTag twice)? This would be extremely helpful for me so I can understand how to proceed with certain

RE: JSP Taglib Explanation please

2002-02-24 Thread Brian Adams
Pavel I have tons of taglibs on my app and it does not go through it twice. it actually runs the code twice? -Original Message- From: Pavel Brun [mailto:[EMAIL PROTECTED]] Sent: Sunday, February 24, 2002 9:21 AM To: Tomcat User Subject: JSP Taglib Explanation please Hello everyone,

RE: JSP Taglib Explanation please

2002-02-24 Thread Pavel Brun
so, for example, if you have a taglib like: xtags:transform xml=... xsl=.../ this line would run all the code associated with the tag twice??? That is what I am getting...is this by design?? Paul -Original Message- From: Brian Adams [mailto:[EMAIL PROTECTED]] Sent: Sunday, February

Tomcat Icons?

2002-02-24 Thread Andrzej Jan Taramina
Anyone know of a place I can find 32x32 icons for Tomcat (and JBoss, Apache, etc.) so I can set up convenient shortcuts to start/stop/manage the servers? Thanks! Andrzej Jan Taramina Chaeron Corporation: Enterprise System Solutions http://www.chaeron.com -- To unsubscribe: mailto:[EMAIL

RE: Help Preventing VM Tomcat Crash

2002-02-24 Thread Kennedy Clark
Shawn, Excellent advice! The ByteArrayOutputStream worked beautifully. Thank you. I'm in the process of downloading 1.4 and will see if that works too. Again, thanks a bunch! Kennedy At 03:31 PM 2/23/2002 -0600, Shawn Church wrote: So much for that theory. However, your guess is pretty

RE: Tomcat 4 and Apache

2002-02-24 Thread Kristian Duske
You need to uncomment ServerName directive in httpd.conf and change the default server name there to your server's Fully Qualified Domain Name or IP address. The error you are seeing is because ServerName has not been changed. I tried both the machine name, localhost and the ip adress, but

RE: Apache Tomcat/4.0.2 - HTTP Status 404 - /examples/jsp/

2002-02-24 Thread Donald Lee
where are your examples located? I had to move mine to the webapps directory then they ran. -Original Message- From: Terje Dahl [mailto:[EMAIL PROTECTED]] Sent: Saturday, February 23, 2002 1:47 PM To: [EMAIL PROTECTED] Subject: Apache Tomcat/4.0.2 - HTTP Status 404 - /examples/jsp/

Re: New bie problem about Tomcat

2002-02-24 Thread rsequeira
There could be a couple of reasons. One of them: you could possible have declared the servlet twice in the web.xml. Check if other servlets in the same webapp are getting initialized twice. This may a some way in helping you pinpoint where the problem is. Check that you don't have the duplicate

Re: Tomcat 4 and Apache

2002-02-24 Thread rsequeira
I'm treading in quicksand here. But did you add the JkMount statements? I was getting the a similar error Can't locate API module structure... with mod_webapp till I added the WebAppConnection and WebAppDeploy statements. Maybe I'm wrong. Just trying to help :-) RS Kristian Duske [EMAIL

Installing Tomcat 4.0.2 JBoss 2.4.4?

2002-02-24 Thread Andrzej Jan Taramina
Is it possible to install JBoss and Tomcat separately, yet have them co-located in the same Vm? (ie. have JBoss start up Tomcat) I know you can do this with the combined release from jboss.orgbut is there any documentation on how to integrate the two if installing from two separate

RE: Tomcat 4 and Apache

2002-02-24 Thread Kristian Duske
I'm treading in quicksand here. But did you add the JkMount statements? I was getting the a similar error Can't locate API module structure... with mod_webapp till I added the WebAppConnection and WebAppDeploy statements. Maybe I'm wrong. Just trying to help :-) No, that's not the problem

REPOST: addChild exception

2002-02-24 Thread David Wynter
No response on query below. Still stuck, web.xml is OK and server.xml is OK? I have just copied a Turbine project I was working on onto my notebook computer so I can work on it while travelling. I set up CATALINA_HOME and JAVA_HOME correctly. I have copied the whole thing to exactly the same

RE: Tomcat 4 and Apache

2002-02-24 Thread Brian Adams
Kristian, Here are my files... look at them and see if you can find yours.. I am not running Virtual hosts but I have hooks into both mod_jk and mpd_webapp (currently I only use mod_jk). see if this helps. I think I am using examples and a webapp named bbb. Goodluck, B -Original Message-

Re: Apache Tomcat/4.0.2 - HTTP Status 404 - /examples/jsp/

2002-02-24 Thread Ken Martin
On Sunday, February 24, 2002, at 11:44 AM, Donald Lee wrote: Shouldn't I at least be able to expect at least the enclosed examples to run corectly out of the box?. I had no success getting the examples to work until I used 'gnutar' instead of 'tar' to decompress the .tar.gz file. It

changing the default character encoding

2002-02-24 Thread Richard Sand
Hi all- Does anyone know how to specify the default encoding for the JVM in a linux environment? I'm having difficulty with my servlets because the JVM on my system (sun jdk1.3.1 on linux) is defaulting to us-ascii encoding instead of using iso-8859-1. I know I can override the encoding inside

Re: REPOST: addChild exception

2002-02-24 Thread Remy Maucherat
No response on query below. Still stuck, web.xml is OK and server.xml is OK? I have just copied a Turbine project I was working on onto my notebook computer so I can work on it while travelling. I set up CATALINA_HOME and JAVA_HOME correctly. I have copied the whole thing to exactly the

General questions about Tomcat-Apache

2002-02-24 Thread Thomas Stiller
After having worked with some other servers I am currently evaluating Apache and Tomcat. The problem is that I could not find any article or tutorial which gives an general over view over the relationship between Apache and Tomcat (and jdk). E.g

RE: Strange javabean problem

2002-02-24 Thread Rich Sneiderman
Thanks for the response. That was exactly the problem. I should have realized that the objects lived in different places (i.e. page context VS local variable of the generated servlet). So is there a better way to do this? My current plan is to move all of this type of table rendering to a

Re: no re-load of indirect class

2002-02-24 Thread Joel Rees
On Saturday, February 23, 2002 Craig R. McClanahan advised: Depends on the Tomcat version, and where your classes are. If you're using Tomcat 4, and all the relevant classes are in /WEB-INF/classes or /WEB-INF/lib, this should work fine. I know for sure that the Tomcat 3.2 webapp class

Tomcat4 standalone keystore - existing private key problem

2002-02-24 Thread Chris Campbell
Hi I am trying to setup Tomcat 4.0.1 standalone to serve ssl pages certified by Verisign. I can use (self signed) certificates generated by keytool with no problem, but I can't set up the keystore to work with Verisign's. To explain a little more, the private key I have was generated by openssl

HOW to Configure Tomcat on IIS and deploy our own web Application.

2002-02-24 Thread Vishal Mukherjee
Hi all, I an a NewBie to Tomcat. Having installed TC 3.2.3 on IIS 4 with the help of your guidance from the link suggested below. http://www.verysimple.com/scripts/support_tc_iis.html All works fine. I have a web application which i have to deply to our intranet server, mearly copying the files

Create a log file under my application directory

2002-02-24 Thread Bing Zhang
Hi, I am running tomcat 4.0.1. The connection pooling part of my application needs a new log file every time it starts via new File(fileName). The filename is a file just under my application, such as webapps/myapp/connectionpool.log. But every time I run it, I got an exception: permission

RE: Installing Tomcat 4.0.2 JBoss 2.4.4?

2002-02-24 Thread Jarecsni Janos
Hi, simply download the Catalina version of your choice and extract it in place of the old version. It works. Cheers, Janos |-Original Message- |From: Andrzej Jan Taramina [mailto:[EMAIL PROTECTED]] |Sent: Sunday, February 24, 2002 10:53 PM |To: tomcat Users List |Subject: Installing

RE: tomcat 4 apache mod_webapp welcome-file-list

2002-02-24 Thread Kendal L. Montgomery
Did anyone ever come up with an answer for this? I've searched exhaustively about this with no luck. Maybe I'm just missing something, but... I am experiencing the same thing with Tomcat 4.0.2-LE / JVM 1.4.0 / Apache 1.3.23. This is REALLY annoying, but if someone could tell me what I'm doing