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
> : org.apache.jasper.servlet.JspServlet.service(JspServlet.java:256)
> : javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
> :
> : root cause
> :
> : java.lang.NoSuchMethodError:
> : javax.servlet.jsp.tagext.TagAttributeInfo.(Ljava/lang/String;ZLjava/lang/
> :String;ZZ)V
>
> For grins and giggles, I dropped struts-blank.war into a test Tomcat5
> deployment.  It worked without a problem.
>
> - what JDK are you using? 1.3 or 1.4?
> - did you see the list of prerequisite software on the Struts page?
>
> After that, it's time to hunt for rogue jars...

OK, I solved the problem. I had one JAR too much in common/lib: servlet.jar.

Thanks for your suggestions,
Ralf.


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



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 - Xtra Power for Director and Authorware -
  http://www.directxtras.com
Sites with something to say - http://www.SpeaksForItself.com
-


Your message reads:

Received: from mail.apache.org (unverified [208.185.179.12]) by mail2.intermedia.net
 (Rockliffe SMTPRA 4.5.6) with SMTP id <[EMAIL PROTECTED]> for <[EMAIL PROTECTED]>;
 Sat, 10 Apr 2004 09:45:28 -0700
Received: (qmail 31161 invoked by uid 500); 10 Apr 2004 16:45:10 -
Mailing-List: contact [EMAIL PROTECTED]; run by ezmlm
Precedence: bulk
List-Unsubscribe: <mailto:[EMAIL PROTECTED]>
List-Subscribe: <mailto:[EMAIL PROTECTED]>
List-Help: <mailto:[EMAIL PROTECTED]>
List-Post: <mailto:[EMAIL PROTECTED]>
List-Id: "Tomcat Users List" 
Reply-To: "Tomcat Users List" <[EMAIL PROTECTED]>
Delivered-To: mailing list [EMAIL PROTECTED]
Received: (qmail 31146 invoked from network); 10 Apr 2004 16:45:10 -
Received: from unknown (HELO smarty.dreamhost.com) (66.33.216.24)
  by daedalus.apache.org with SMTP; 10 Apr 2004 16:45:10 -
Received: from strange.dreamhost.com (strange.dreamhost.com [66.33.193.57])
by smarty.dreamhost.com (Postfix) with ESMTP
id 5BAC913F634; Sat, 10 Apr 2004 09:45:13 -0700 (PDT)
Received: by strange.dreamhost.com (Postfix, from userid 7734)
id 697196AA14; Sat, 10 Apr 2004 09:45:13 -0700 (PDT)
Date: Sat, 10 Apr 2004 11:45:13 -0500
From: QM <[EMAIL PROTECTED]>
To: Tomcat Users List <[EMAIL PROTECTED]>
Subject: Re: Struts with Tomcat and Apache
Message-ID: <[EMAIL PROTECTED]>
References: <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> <[EMAIL 
PROTECTED]>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <[EMAIL PROTECTED]>
User-Agent: Mutt/1.3.28i
X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N

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)
: javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
: 
: root cause
: 
: java.lang.NoSuchMethodError: 
: javax.servlet.jsp.tagext.TagAttributeInfo.(Ljava/lang/String;ZLjava/lang/String;ZZ)V

For grins and giggles, I dropped struts-blank.war into a test Tomcat5
deployment.  It worked without a problem.

- what JDK are you using? 1.3 or 1.4?
- did you see the list of prerequisite software on the Struts page?

After that, it's time to hunt for rogue jars...

-QM

-- 

software  -- http://www.brandxdev.net
tech news -- http://www.RoarNetworX.com


-
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]



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)
: javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
: 
: root cause
: 
: java.lang.NoSuchMethodError: 
: javax.servlet.jsp.tagext.TagAttributeInfo.(Ljava/lang/String;ZLjava/lang/String;ZZ)V

For grins and giggles, I dropped struts-blank.war into a test Tomcat5
deployment.  It worked without a problem.

- what JDK are you using? 1.3 or 1.4?
- did you see the list of prerequisite software on the Struts page?

After that, it's time to hunt for rogue jars...

-QM

-- 

software  -- http://www.brandxdev.net
tech news -- http://www.RoarNetworX.com


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



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?

OK, the problem was (yes, I solved right now!) that the Struts docs explain 
the connection between Tomcat and Apache for quite old versions (Tomcat 
3.2.1) with mod_jk. 

But I actually use Tomcat 5.0.16 with Apache 2.0.48 with mod_jk2. But 
fortunately, the setup with mod_jk2 seems to be a bit easier than with 
mod_jk, so all I had to do was to add some section in the workers2.properties 
file in the conf directory of Apache like this:

[uri:/struts-blank/*]
worker=ajp13:localhost:8009

Now, I can call the example apps with an URL like 
http://localhost/struts_blank (without supplying port 8080).

> Assuming you have all of the prerequisite JAR files -- and I think there's
> a version of struts-blank.war that includes them -- then you just drop the
> WAR file into Tomcat's webapps/ dir and it runs.

Unfortunately not! I did drop the example apps into the webapps directory of 
my Tomcat installation, but when I call the struts-blank example I get the 
following error:

exception

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)
javax.servlet.http.HttpServlet.service(HttpServlet.java:853)

root cause

java.lang.NoSuchMethodError: 
javax.servlet.jsp.tagext.TagAttributeInfo.(Ljava/lang/String;ZLjava/lang/String;ZZ)V

org.apache.jasper.compiler.TagLibraryInfoImpl.createAttribute(TagLibraryInfoImpl.java:572)

org.apache.jasper.compiler.TagLibraryInfoImpl.createTagInfo(TagLibraryInfoImpl.java:432)

org.apache.jasper.compiler.TagLibraryInfoImpl.parseTLD(TagLibraryInfoImpl.java:290)

org.apache.jasper.compiler.TagLibraryInfoImpl.(TagLibraryInfoImpl.java:204)

org.apache.jasper.compiler.Parser.parseTaglibDirective(Parser.java:458)
org.apache.jasper.compiler.Parser.parseDirective(Parser.java:523)
org.apache.jasper.compiler.Parser.parseElements(Parser.java:1577)
org.apache.jasper.compiler.Parser.parse(Parser.java:171)

org.apache.jasper.compiler.ParserController.parse(ParserController.java:247)

org.apache.jasper.compiler.ParserController.parse(ParserController.java:149)

org.apache.jasper.compiler.ParserController.parse(ParserController.java:135)
org.apache.jasper.compiler.Compiler.generateJava(Compiler.java:237)
org.apache.jasper.compiler.Compiler.compile(Compiler.java:456)
org.apache.jasper.compiler.Compiler.compile(Compiler.java:439)

org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:552)

org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:291)

org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:301)
org.apache.jasper.servlet.JspServlet.service(JspServlet.java:248)
javax.servlet.http.HttpServlet.service(HttpServlet.java:853)

Did I miss anything? Do I have to install anything else for being able to try 
the example apps?

Best regards,
Ralf.


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



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 - Xtra Power for Director and Authorware -
  http://www.directxtras.com
Sites with something to say - http://www.SpeaksForItself.com
-


Your message reads:

Received: from mail.apache.org (unverified [208.185.179.12]) by mail2.intermedia.net
 (Rockliffe SMTPRA 4.5.6) with SMTP id <[EMAIL PROTECTED]> for <[EMAIL PROTECTED]>;
 Sat, 10 Apr 2004 06:57:11 -0700
Received: (qmail 29544 invoked by uid 500); 10 Apr 2004 13:56:43 -
Mailing-List: contact [EMAIL PROTECTED]; run by ezmlm
Precedence: bulk
List-Unsubscribe: <mailto:[EMAIL PROTECTED]>
List-Subscribe: <mailto:[EMAIL PROTECTED]>
List-Help: <mailto:[EMAIL PROTECTED]>
List-Post: <mailto:[EMAIL PROTECTED]>
List-Id: "Tomcat Users List" 
Reply-To: "Tomcat Users List" <[EMAIL PROTECTED]>
Delivered-To: mailing list [EMAIL PROTECTED]
Received: (qmail 29442 invoked from network); 10 Apr 2004 13:56:43 -
Received: from unknown (HELO smarty.dreamhost.com) (66.33.216.24)
  by daedalus.apache.org with SMTP; 10 Apr 2004 13:56:43 -
Received: from strange.dreamhost.com (strange.dreamhost.com [66.33.193.57])
by smarty.dreamhost.com (Postfix) with ESMTP
id 5C1BF13F638; Sat, 10 Apr 2004 06:56:44 -0700 (PDT)
Received: by strange.dreamhost.com (Postfix, from userid 7734)
id 5EA106AA14; Sat, 10 Apr 2004 06:56:44 -0700 (PDT)
Date: Sat, 10 Apr 2004 08:56:44 -0500
From: QM <[EMAIL PROTECTED]>
To: Tomcat Users List <[EMAIL PROTECTED]>
Subject: Re: Struts with Tomcat and Apache
Message-ID: <[EMAIL PROTECTED]>
References: <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> <[EMAIL PROTECTED]>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <[EMAIL PROTECTED]>
User-Agent: Mutt/1.3.28i
X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N

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. 

Understood.  My idea to start with just Tomcat was to help you get the
Tomcat+Struts up and running before putting Apache in the picture.  It
wasn't a suggestion to go to production w/o Apache, if the app needs it.


: 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?

Admittedly, it's been a while since I've done a struts setup from scratch,
but I don't recall anything special about putting Apache in front.  -that
is, nothing special beyond what you'd do for putting Apache in front of any
webapp (i.e. mod_jk or jk2 configuration).

Assuming you have all of the prerequisite JAR files -- and I think there's
a version of struts-blank.war that includes them -- then you just drop the
WAR file into Tomcat's webapps/ dir and it runs.

-QM

-- 

software  -- http://www.brandxdev.net
tech news -- http://www.RoarNetworX.com


-
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]



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. 

Understood.  My idea to start with just Tomcat was to help you get the
Tomcat+Struts up and running before putting Apache in the picture.  It
wasn't a suggestion to go to production w/o Apache, if the app needs it.


: 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?

Admittedly, it's been a while since I've done a struts setup from scratch,
but I don't recall anything special about putting Apache in front.  -that
is, nothing special beyond what you'd do for putting Apache in front of any
webapp (i.e. mod_jk or jk2 configuration).

Assuming you have all of the prerequisite JAR files -- and I think there's
a version of struts-blank.war that includes them -- then you just drop the
WAR file into Tomcat's webapps/ dir and it runs.

-QM

-- 

software  -- http://www.brandxdev.net
tech news -- http://www.RoarNetworX.com


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



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 processes
> that don't necessarily have to be done at the same time:

Hi,

I just tried to follow the Struts docs explaining how to use it with Tomcat 
and Apache, but with older versions. I use Tomcat 5.0.16 with Apache 2.0.48.

> * If you're new to Tomcat, you'd do well to start with a basic
>   Tomcat+Struts approach first, then add Apache later on.
>
> * If you want only to experiment with Struts from a development point of
>   view, leave Apache out of the picture altogether.

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. 

> As someone else mentioned, the struts-blank app is just a standard webapp.
> The Tomcat docs describe the process of deploying a webapp.
>
>   http://jakarta.apache.org/tomcat

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.

Best regards,
Ralf.


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



RE: Struts with Tomcat and Apache

2004-04-09 Thread David Short
Thanks!

-Original Message-
From: QM [mailto:[EMAIL PROTECTED]
Sent: Friday, April 09, 2004 3:15 PM
To: Tomcat Users List
Subject: Re: Struts with Tomcat and Apache


On Fri, Apr 09, 2004 at 03:01:30PM -0700, David Short wrote:
: Hey John,
: 
: When you get home, would you mind posting the names of the books?

I'm not John, but I'll play him on TV. ;)

Seriously:

"Struts in Action" (Husted et al, Manning Press) has been my guide.
It's a little heavy on the theory at times, but I find that much more
useful than the quick-hit books that leave you stranded the minute you
want to do something advanced.

This text covers Tiles, I18N, declarative exception handling, and
several other topics that other books (at the time, at least) either
glossed over or omitted entirely. 

Don't be fooled by its age: it's technically written for Struts 1.0
(with a chapter or two on 1.1), but much of the book is Overall Struts
Concepts which makes it largely version-independent.

Just be careful of which printing you get: the first printing was rife
with typos. For a while I had two bookmarks: one, for the page I was
reading; the other, for the page I'd made corrections based on the
publisher's errata site... ;)


If you're interested, there was also a recent thread on the struts-user
list of this same topic.

-QM

-- 

software  -- http://www.brandxdev.net
tech news -- http://www.RoarNetworX.com


-
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]



Re: Struts with Tomcat and Apache

2004-04-09 Thread QM
On Fri, Apr 09, 2004 at 03:01:30PM -0700, David Short wrote:
: Hey John,
: 
: When you get home, would you mind posting the names of the books?

I'm not John, but I'll play him on TV. ;)

Seriously:

"Struts in Action" (Husted et al, Manning Press) has been my guide.
It's a little heavy on the theory at times, but I find that much more
useful than the quick-hit books that leave you stranded the minute you
want to do something advanced.

This text covers Tiles, I18N, declarative exception handling, and
several other topics that other books (at the time, at least) either
glossed over or omitted entirely. 

Don't be fooled by its age: it's technically written for Struts 1.0
(with a chapter or two on 1.1), but much of the book is Overall Struts
Concepts which makes it largely version-independent.

Just be careful of which printing you get: the first printing was rife
with typos. For a while I had two bookmarks: one, for the page I was
reading; the other, for the page I'd made corrections based on the
publisher's errata site... ;)


If you're interested, there was also a recent thread on the struts-user
list of this same topic.

-QM

-- 

software  -- http://www.brandxdev.net
tech news -- http://www.RoarNetworX.com


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



RE: Struts with Tomcat and Apache

2004-04-09 Thread David Short
Would also mind stating which one you recommend the most?

-Original Message-
From: John Thompson [mailto:[EMAIL PROTECTED]
Sent: Friday, April 09, 2004 3:03 PM
To: 'Tomcat Users List'; [EMAIL PROTECTED]
Subject: RE: Struts with Tomcat and Apache


You bet.  One is at home and the other at the office.  I'll post as soon as
I can.

-Original Message-
From: David Short [mailto:[EMAIL PROTECTED] 
Sent: Friday, April 09, 2004 5:02 PM
To: 'Tomcat Users List'
Subject: RE: Struts with Tomcat and Apache

Hey John,

When you get home, would you mind posting the names of the books?

Thanks,

Dave

-Original Message-
From: John Thompson [mailto:[EMAIL PROTECTED]
Sent: Friday, April 09, 2004 2:55 PM
To: 'Tomcat Users List'; [EMAIL PROTECTED]
Subject: RE: Struts with Tomcat and Apache


Ralf, 
I'm not familiar with the document you refer to but Struts is essentially a
library of functions and JSP tags that are part of your servlet.  Neither
the Tomcat nor Apache configurations are really affected by Struts.  The
documents at http://jakarta.apache.org/struts/ talk about how to put the
libraries in the right places.  

If you haven't used Struts before, I'd suggest the bookstore.  There are a
couple of decent books on it.  Sorry, but I don't have either of mine with
me right now.  It definitely was not straight forward but made easier with
lots of examples.

John

-Original Message-
From: Ralf Schneider [mailto:[EMAIL PROTECTED] 
Sent: Friday, April 09, 2004 4:39 PM
To: 'Tomcat Users List'
Subject: Struts with Tomcat and Apache

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,

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.

My first try was to follow the instructions for Tomcat 3.2.1. I copied the 
war files included with the binary distribution into the webapps directory
of 
my Tomcat installation. Then I restarted Tomcat, but the file 
tomcat-apache.conf is not generate as described in the docs.

So, I assume the installation works a bit different with these newer
versions, 
but how? I that described anywhere? And if yes, where?

Any hint would be apreciated,
Ralf.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.1 (GNU/Linux)

iD8DBQFAdxfe7YyyfykA0YkRAmb9AJ48UdZw2EZ6mDqJlEa6Jwwu8LwslgCfY02w
ZkhLHZdDKMiqy3HoijINtCQ=
=hJ/+
-END PGP SIGNATURE-


-
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]




-
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]




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



Re: Struts with Tomcat and Apache

2004-04-09 Thread 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 processes
that don't necessarily have to be done at the same time:

* If you're new to Tomcat, you'd do well to start with a basic
  Tomcat+Struts approach first, then add Apache later on.

* If you want only to experiment with Struts from a development point of
  view, leave Apache out of the picture altogether.


As someone else mentioned, the struts-blank app is just a standard webapp.
The Tomcat docs describe the process of deploying a webapp.

http://jakarta.apache.org/tomcat

-QM

-- 

software  -- http://www.brandxdev.net
tech news -- http://www.RoarNetworX.com


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



RE: Struts with Tomcat and Apache

2004-04-09 Thread John Thompson
You bet.  One is at home and the other at the office.  I'll post as soon as
I can.

-Original Message-
From: David Short [mailto:[EMAIL PROTECTED] 
Sent: Friday, April 09, 2004 5:02 PM
To: 'Tomcat Users List'
Subject: RE: Struts with Tomcat and Apache

Hey John,

When you get home, would you mind posting the names of the books?

Thanks,

Dave

-Original Message-
From: John Thompson [mailto:[EMAIL PROTECTED]
Sent: Friday, April 09, 2004 2:55 PM
To: 'Tomcat Users List'; [EMAIL PROTECTED]
Subject: RE: Struts with Tomcat and Apache


Ralf, 
I'm not familiar with the document you refer to but Struts is essentially a
library of functions and JSP tags that are part of your servlet.  Neither
the Tomcat nor Apache configurations are really affected by Struts.  The
documents at http://jakarta.apache.org/struts/ talk about how to put the
libraries in the right places.  

If you haven't used Struts before, I'd suggest the bookstore.  There are a
couple of decent books on it.  Sorry, but I don't have either of mine with
me right now.  It definitely was not straight forward but made easier with
lots of examples.

John

-Original Message-
From: Ralf Schneider [mailto:[EMAIL PROTECTED] 
Sent: Friday, April 09, 2004 4:39 PM
To: 'Tomcat Users List'
Subject: Struts with Tomcat and Apache

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,

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.

My first try was to follow the instructions for Tomcat 3.2.1. I copied the 
war files included with the binary distribution into the webapps directory
of 
my Tomcat installation. Then I restarted Tomcat, but the file 
tomcat-apache.conf is not generate as described in the docs.

So, I assume the installation works a bit different with these newer
versions, 
but how? I that described anywhere? And if yes, where?

Any hint would be apreciated,
Ralf.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.1 (GNU/Linux)

iD8DBQFAdxfe7YyyfykA0YkRAmb9AJ48UdZw2EZ6mDqJlEa6Jwwu8LwslgCfY02w
ZkhLHZdDKMiqy3HoijINtCQ=
=hJ/+
-END PGP SIGNATURE-


-
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]




-
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]



RE: Struts with Tomcat and Apache

2004-04-09 Thread David Short
Hey John,

When you get home, would you mind posting the names of the books?

Thanks,

Dave

-Original Message-
From: John Thompson [mailto:[EMAIL PROTECTED]
Sent: Friday, April 09, 2004 2:55 PM
To: 'Tomcat Users List'; [EMAIL PROTECTED]
Subject: RE: Struts with Tomcat and Apache


Ralf, 
I'm not familiar with the document you refer to but Struts is essentially a
library of functions and JSP tags that are part of your servlet.  Neither
the Tomcat nor Apache configurations are really affected by Struts.  The
documents at http://jakarta.apache.org/struts/ talk about how to put the
libraries in the right places.  

If you haven't used Struts before, I'd suggest the bookstore.  There are a
couple of decent books on it.  Sorry, but I don't have either of mine with
me right now.  It definitely was not straight forward but made easier with
lots of examples.

John

-Original Message-
From: Ralf Schneider [mailto:[EMAIL PROTECTED] 
Sent: Friday, April 09, 2004 4:39 PM
To: 'Tomcat Users List'
Subject: Struts with Tomcat and Apache

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,

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.

My first try was to follow the instructions for Tomcat 3.2.1. I copied the 
war files included with the binary distribution into the webapps directory
of 
my Tomcat installation. Then I restarted Tomcat, but the file 
tomcat-apache.conf is not generate as described in the docs.

So, I assume the installation works a bit different with these newer
versions, 
but how? I that described anywhere? And if yes, where?

Any hint would be apreciated,
Ralf.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.1 (GNU/Linux)

iD8DBQFAdxfe7YyyfykA0YkRAmb9AJ48UdZw2EZ6mDqJlEa6Jwwu8LwslgCfY02w
ZkhLHZdDKMiqy3HoijINtCQ=
=hJ/+
-END PGP SIGNATURE-


-
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]




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



RE: Struts with Tomcat and Apache

2004-04-09 Thread John Thompson
Ralf, 
I'm not familiar with the document you refer to but Struts is essentially a
library of functions and JSP tags that are part of your servlet.  Neither
the Tomcat nor Apache configurations are really affected by Struts.  The
documents at http://jakarta.apache.org/struts/ talk about how to put the
libraries in the right places.  

If you haven't used Struts before, I'd suggest the bookstore.  There are a
couple of decent books on it.  Sorry, but I don't have either of mine with
me right now.  It definitely was not straight forward but made easier with
lots of examples.

John

-Original Message-
From: Ralf Schneider [mailto:[EMAIL PROTECTED] 
Sent: Friday, April 09, 2004 4:39 PM
To: 'Tomcat Users List'
Subject: Struts with Tomcat and Apache

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,

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.

My first try was to follow the instructions for Tomcat 3.2.1. I copied the 
war files included with the binary distribution into the webapps directory
of 
my Tomcat installation. Then I restarted Tomcat, but the file 
tomcat-apache.conf is not generate as described in the docs.

So, I assume the installation works a bit different with these newer
versions, 
but how? I that described anywhere? And if yes, where?

Any hint would be apreciated,
Ralf.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.1 (GNU/Linux)

iD8DBQFAdxfe7YyyfykA0YkRAmb9AJ48UdZw2EZ6mDqJlEa6Jwwu8LwslgCfY02w
ZkhLHZdDKMiqy3HoijINtCQ=
=hJ/+
-END PGP SIGNATURE-


-
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]