hey you

2004-04-10 Thread tomcat-user
Norton AntiVirus eliminato1.txt Description: plain/text - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Tomcat performance issue?

2004-04-10 Thread David Rees
Denise Mangano wrote, On 4/9/2004 10:05 PM: I've tried searching the archives but have come up empty-handed. A few days ago I received a few complaints that my users hit a certain point in the application and could go no further. This point was when Apache gives control to Tomcat. I checked

Re: Struts with Tomcat and Apache

2004-04-10 Thread Ralf Schneider
Am Samstag, 10. April 2004 00:04 schrieb QM: On Fri, Apr 09, 2004 at 11:38:38PM +0200, Ralf Schneider wrote: : I want to use Struts 1.1 with Tomcat 5.0.16 and Apache 2.0.48. The Struts : documentation only talks about Tomcat 3.x. Setting up Apache+Tomcat and Tomcat+Struts are two separate

directory structure and porting issues

2004-04-10 Thread William Claxton
Folks, hi - I keep stumbling into porting issues when moving older servlet applications from Jrun or Servlet Exec to Tomcat. A couple issues related to directory structure always seem to arise. One issue is that an application expecting all servlets to be loaded from a single classpath may

JSPC compiler breaks tag library calls in JSP?

2004-04-10 Thread Allistair Crossley
Hi Guys I have just compiled my application with the JSPC build file for Tomcat 5. I have noticed that all my custom tag calls in the JSPs have been spat out as is without being interpreted. So is JSPC only usable when no custom tags are included? This will be unfortunate as I will not be

Autoreply: JSPC compiler breaks tag library calls in JSP?

2004-04-10 Thread DirectXtras
Hello, Due to the increased volume of SPAM this mailbox has been closed. Please contact us via http://www.directxtras.com/ContactUS.asp We apology for the inconvenience. Best Regards, -- The DirectXtras Team - DirectXtras -

RE: JSPC compiler breaks tag library calls in JSP?

2004-04-10 Thread Allistair Crossley
This is my own stupid fault .. the taglib was not included in the file in question and no error was presented by JasperC for me to pick this up. Cheers, ADC -Original Message- From: Allistair Crossley Sent: 10 April 2004 13:31 To: [EMAIL PROTECTED] Subject: JSPC compiler breaks tag

Autoreply: RE: JSPC compiler breaks tag library calls in JSP?

2004-04-10 Thread DirectXtras
Hello, Due to the increased volume of SPAM this mailbox has been closed. Please contact us via http://www.directxtras.com/ContactUS.asp We apology for the inconvenience. Best Regards, -- The DirectXtras Team - DirectXtras -

starting out with tomcat and struts

2004-04-10 Thread electroteque
Hi there, I'm new to Java coming from a PHP background, I have installed tomcat 5 on a sun solaris box. In the webapps folder the examples seem to be missing from all the folders in tomcat 5, what happened to them ? Is there any good real world examples and howtos for tomcat and struts ? Where is

Autoreply: starting out with tomcat and struts

2004-04-10 Thread DirectXtras
Hello, Due to the increased volume of SPAM this mailbox has been closed. Please contact us via http://www.directxtras.com/ContactUS.asp We apology for the inconvenience. Best Regards, -- The DirectXtras Team - DirectXtras -

RE: starting out with tomcat and struts

2004-04-10 Thread Allistair Crossley
there are distributions of tomcat that do not come bundled with the examples. Normally there is another more complete download, or you can get them separately...take a look in the binaries on jakarta.apache.org under tomcat, I know they are there :) As for struts the best thing to do is just

Autoreply: RE: starting out with tomcat and struts

2004-04-10 Thread DirectXtras
Hello, Due to the increased volume of SPAM this mailbox has been closed. Please contact us via http://www.directxtras.com/ContactUS.asp We apology for the inconvenience. Best Regards, -- The DirectXtras Team - DirectXtras -

RE: starting out with tomcat and struts

2004-04-10 Thread electroteque
there are distributions of tomcat that do not come bundled with the examples. Normally there is another more complete download, or you can get them separately...take a look in the binaries on jakarta.apache.org under tomcat, I know they are there :) I searched everywhere for them

Autoreply: RE: starting out with tomcat and struts

2004-04-10 Thread DirectXtras
Hello, Due to the increased volume of SPAM this mailbox has been closed. Please contact us via http://www.directxtras.com/ContactUS.asp We apology for the inconvenience. Best Regards, -- The DirectXtras Team - DirectXtras -

Re: Struts with Tomcat and Apache

2004-04-10 Thread QM
On Sat, Apr 10, 2004 at 12:24:11PM +0200, Ralf Schneider wrote: : No, I'm not new to Tomcat. I've some experiences with it together with : Apache2. My job is to move a project using these two players towards Struts. : So, one requirement is that the basic infrastructure remains as it is.

Autoreply: Re: Struts with Tomcat and Apache

2004-04-10 Thread DirectXtras
Hello, Due to the increased volume of SPAM this mailbox has been closed. Please contact us via http://www.directxtras.com/ContactUS.asp We apology for the inconvenience. Best Regards, -- The DirectXtras Team - DirectXtras -

Re: Struts with Tomcat and Apache

2004-04-10 Thread Ralf Schneider
Am Samstag, 10. April 2004 15:56 schrieb QM: : I know. And as John suggested, I also read a book (in german) about : Struts, but it only explains how to use it with Tomcat without Apache. I suppose, then, I don't understand your question. What sort of specific problems have you run into?

Hi, it's me

2004-04-10 Thread tomcat-user
Norton AntiVirus eliminato1.txt Description: plain/text - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Autoreply: Hi, it's me

2004-04-10 Thread DirectXtras
Hello, Due to the increased volume of SPAM this mailbox has been closed. Please contact us via http://www.directxtras.com/ContactUS.asp We apology for the inconvenience. Best Regards, -- The DirectXtras Team - DirectXtras -

Tomcat for FreeBSD

2004-04-10 Thread Shawn Zernik
Tomcat Gurus: Is their a *current* version of Java/Tomcat that been assembled for FreeBSD 5.0? Shawn Zernik Internetwork Consulting - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Autoreply: Tomcat for FreeBSD

2004-04-10 Thread DirectXtras
Hello, Due to the increased volume of SPAM this mailbox has been closed. Please contact us via http://www.directxtras.com/ContactUS.asp We apology for the inconvenience. Best Regards, -- The DirectXtras Team - DirectXtras -

Re: directory structure and porting issues

2004-04-10 Thread QM
: - Is there an online guide that helps app developers select a directory : structure that is portable across servlet containers? The servlet spec. Do a search at java.sun.com for it. You'll want 2.3 if you're running Tomcat 4, or 2.4 if you're running Tomcat 5. Either way, it's available

Autoreply: Re: directory structure and porting issues

2004-04-10 Thread DirectXtras
Hello, Due to the increased volume of SPAM this mailbox has been closed. Please contact us via http://www.directxtras.com/ContactUS.asp We apology for the inconvenience. Best Regards, -- The DirectXtras Team - DirectXtras -

Re: Struts with Tomcat and Apache

2004-04-10 Thread QM
On Sat, Apr 10, 2004 at 05:19:18PM +0200, Ralf Schneider wrote: : javax.servlet.ServletException: : javax.servlet.jsp.tagext.TagAttributeInfo.(Ljava/lang/String;ZLjava/lang/String;ZZ)V : org.apache.jasper.servlet.JspServlet.service(JspServlet.java:256) :

Autoreply: Re: Struts with Tomcat and Apache

2004-04-10 Thread DirectXtras
Hello, Due to the increased volume of SPAM this mailbox has been closed. Please contact us via http://www.directxtras.com/ContactUS.asp We apology for the inconvenience. Best Regards, -- The DirectXtras Team - DirectXtras -

IIS Tomcat 5.0.19 - using jk2

2004-04-10 Thread Shlomi Levi
Hi, I downloaded the jk2.0.4 for win32 from the jakarta site. And I followed step by step the configuration with the IIS (5sp4). But with no success. the mappings doesn't work, it looks for the server but it isn't found. (Config:1.A virtual directory under the IIS named 'jakarta' exists,

Trying to start tomcat. Should be so simple

2004-04-10 Thread Randy Paries
Hello all, I have got to be missing something very simple I have two identical boxes. Tomcat starts on one and not the other The jar that it says it can not find is there. /WEB-INF/lib/mm.mysql-2.0.2-bin.jar If I do ls -ls /home/unitnetWebapps/WEB-INF/lib/mm.mysql-2.0.2-bin.jar It is there

Autoreply: Trying to start tomcat. Should be so simple

2004-04-10 Thread DirectXtras
Hello, Due to the increased volume of SPAM this mailbox has been closed. Please contact us via http://www.directxtras.com/ContactUS.asp We apology for the inconvenience. Best Regards, -- The DirectXtras Team - DirectXtras -

Re: Struts with Tomcat and Apache

2004-04-10 Thread Ralf Schneider
Am Samstag, 10. April 2004 18:45 schrieb QM: On Sat, Apr 10, 2004 at 05:19:18PM +0200, Ralf Schneider wrote: : javax.servlet.ServletException: : javax.servlet.jsp.tagext.TagAttributeInfo.(Ljava/lang/String;ZLjava/lang/ :String;ZZ)V :

Re: Trying to start tomcat. Should be so simple

2004-04-10 Thread QM
On Sat, Apr 10, 2004 at 12:46:02PM -0500, Randy Paries wrote: : I have two identical boxes. Tomcat starts on one and not the other : : The jar that it says it can not find is there. : /WEB-INF/lib/mm.mysql-2.0.2-bin.jar : If I do ls -ls /home/unitnetWebapps/WEB-INF/lib/mm.mysql-2.0.2-bin.jar :

Autoreply: Re: Trying to start tomcat. Should be so simple

2004-04-10 Thread DirectXtras
Hello, Due to the increased volume of SPAM this mailbox has been closed. Please contact us via http://www.directxtras.com/ContactUS.asp We apology for the inconvenience. Best Regards, -- The DirectXtras Team - DirectXtras -

Re: Tomcat for FreeBSD

2004-04-10 Thread Michiel Toneman
Hi Shawn, There is nothing OS specific about a binary build of tomcat. It is all java and a few shell scripts (the shell scripts are for unix/linux and win32). Just get the jakarta-tomcat-5.0.19.tar.gz from the nearest mirror, make sure you have a recent Java SDK installed (1.4.2), tar xvzf and

Autoreply: Re: Tomcat for FreeBSD

2004-04-10 Thread DirectXtras
Hello, Due to the increased volume of SPAM this mailbox has been closed. Please contact us via http://www.directxtras.com/ContactUS.asp We apology for the inconvenience. Best Regards, -- The DirectXtras Team - DirectXtras -

RE: Trying to start tomcat. Should be so simple

2004-04-10 Thread Randy Paries
Thanks of the help ls -lsL /home/unitnetWebapps/WEB-INF/lib/mm.mysql-2.0.2-bin.jar 76 -rwxrwxrwx1 apache apache 71328 Mar 24 16:23 /home/unitnetWebapps/WEB-INF/lib/mm.mysql-2.0.2-bin.jar ls -ls /home/unitnetWebapps/WEB-INF/lib/mm.mysql-2.0.2-bin.jar 0 lrwxrwxrwx1 root

Autoreply: RE: Trying to start tomcat. Should be so simple

2004-04-10 Thread DirectXtras
Hello, Due to the increased volume of SPAM this mailbox has been closed. Please contact us via http://www.directxtras.com/ContactUS.asp We apology for the inconvenience. Best Regards, -- The DirectXtras Team - DirectXtras -

Re: Tomcat performance issue?

2004-04-10 Thread Bill Barker
David Rees [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Denise Mangano wrote, On 4/9/2004 10:05 PM: I've tried searching the archives but have come up empty-handed. A few days ago I received a few complaints that my users hit a certain point in the application and could go

Autoreply: Re: Tomcat performance issue?

2004-04-10 Thread DirectXtras
Hello, Due to the increased volume of SPAM this mailbox has been closed. Please contact us via http://www.directxtras.com/ContactUS.asp We apology for the inconvenience. Best Regards, -- The DirectXtras Team - DirectXtras -

Hey

2004-04-10 Thread craigmcc
Norton AntiVirus Deleted1.txt Description: plain/text - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Autoreply: Hey

2004-04-10 Thread DirectXtras
Hello, Due to the increased volume of SPAM this mailbox has been closed. Please contact us via http://www.directxtras.com/ContactUS.asp We apology for the inconvenience. Best Regards, -- The DirectXtras Team - DirectXtras -

Hi!

2004-04-10 Thread tomcat-user
Norton AntiVirus Deleted1.txt Description: plain/text - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Autoreply: Hi!

2004-04-10 Thread DirectXtras
Hello, Due to the increased volume of SPAM this mailbox has been closed. Please contact us via http://www.directxtras.com/ContactUS.asp We apology for the inconvenience. Best Regards, -- The DirectXtras Team - DirectXtras -

How two tomcats share share DocRoot

2004-04-10 Thread Randy Paries
Hello, I will try to be brief , but this will a little explanation of my config to under stand the question. I have two boxes. (rh9, tomcat 4.1.30, apache ) Box1 Host name=localhost debug=0 appBase=/home/unit unpackWARs=true Context path= docBase=/home/unit

Autoreply: How two tomcats share share DocRoot

2004-04-10 Thread DirectXtras
Hello, Due to the increased volume of SPAM this mailbox has been closed. Please contact us via http://www.directxtras.com/ContactUS.asp We apology for the inconvenience. Best Regards, -- The DirectXtras Team - DirectXtras -

Taglibs help needed???

2004-04-10 Thread Kumar, Sumit
Hello All, I am having some strange problem using taglibs in tomcat 4.1.27 and jdk1.4. My webapp named 'hris', works well without taglibs. I am using 2.3 dtd which i refer as http://java.sun.com/j2ee/dtds/web-app_2_3.dtd. I have downloaded the taglibs standard library (not standard-1.0) from

Autoreply: Taglibs help needed???

2004-04-10 Thread DirectXtras
Hello, Due to the increased volume of SPAM this mailbox has been closed. Please contact us via http://www.directxtras.com/ContactUS.asp We apology for the inconvenience. Best Regards, -- The DirectXtras Team - DirectXtras -

Adding host and context information on the fly

2004-04-10 Thread Fedor Smirnoff
Hi I was wondering if there is a way to add host records to Tomcat 5 configurations on the fly without restarting the server. I found out that adding appname.xml file with context info in it to conf/Catalina/localhost/ directory will make this application available right away. I cannot figure

Autoreply: Adding host and context information on the fly

2004-04-10 Thread DirectXtras
Hello, Due to the increased volume of SPAM this mailbox has been closed. Please contact us via http://www.directxtras.com/ContactUS.asp We apology for the inconvenience. Best Regards, -- The DirectXtras Team - DirectXtras -

Install Help Please

2004-04-10 Thread Andrew Robinson
I'm trying to install tomcat on my Mac OS X machine... It's running apache that was preinstalled with the OS but when I try to build this download I get 7 or 8 of the following errors [javac] public interface HttpSessionActivationListener extends EventListener { [javac]^

Autoreply: Install Help Please

2004-04-10 Thread DirectXtras
Hello, Due to the increased volume of SPAM this mailbox has been closed. Please contact us via http://www.directxtras.com/ContactUS.asp We apology for the inconvenience. Best Regards, -- The DirectXtras Team - DirectXtras -

RE: starting out with tomcat and struts

2004-04-10 Thread electroteque
The webapps is missing from the binary distribution, i cant find it please help :\ -Original Message- From: Allistair Crossley [mailto:[EMAIL PROTECTED] Sent: Saturday, April 10, 2004 11:33 PM To: Tomcat Users List Subject: RE: starting out with tomcat and struts there are

Autoreply: RE: starting out with tomcat and struts

2004-04-10 Thread DirectXtras
Hello, Due to the increased volume of SPAM this mailbox has been closed. Please contact us via http://www.directxtras.com/ContactUS.asp We apology for the inconvenience. Best Regards, -- The DirectXtras Team - DirectXtras -