RE: starting out with tomcat and struts

2004-04-12 Thread Shapira, Yoav

Hi,

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

What on earth are you talking about?  I spilled my coffee reading this
(though thankfully only on this keyboard, and I'm tired of this keyboard
anyways, but that's a long story).

All tomcat distributions contain all the examples, always have.
Recently they're not in the webapps directory: they're declared in
conf/Catalina/localhost/examples.xml just like admin, manager, balancer.
The docBase in example.xml will point to a directory under
$CATALINA_HOME/server/webapps.

Yoav Shapira



This e-mail, including any attachments, is a confidential business communication, and 
may contain information that is confidential, proprietary and/or privileged.  This 
e-mail is intended only for the individual(s) to whom it is addressed, and may not be 
saved, copied, printed, disclosed or used by anyone else.  If you are not the(an) 
intended recipient, please immediately delete this e-mail from your computer system 
and notify the sender.  Thank you.


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



RE: starting out with tomcat and struts

2004-04-12 Thread electroteque
From a clean binary distro of tomcat 5 this is all i have in there

-rw---   1 root root 673 Feb 14 21:26 admin.xml
-rw---   1 root root 321 Feb 14 21:26 balancer.xml
-rw---   1 root root 418 Feb 14 21:26 manager.xml

and just to prove to you the webapps are missing

bash-2.05# ls -l
total 0
bash-2.05# pwd
/tomcat/webapps/jsp-examples/cal

 -Original Message-
 From: Shapira, Yoav [mailto:[EMAIL PROTECTED]
 Sent: Monday, April 12, 2004 10:41 PM
 To: Tomcat Users List
 Subject: RE: starting out with tomcat and struts
 
 
 
 Hi,
 
 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 :)
 
 What on earth are you talking about?  I spilled my coffee reading this
 (though thankfully only on this keyboard, and I'm tired of this keyboard
 anyways, but that's a long story).
 
 All tomcat distributions contain all the examples, always have.
 Recently they're not in the webapps directory: they're declared in
 conf/Catalina/localhost/examples.xml just like admin, manager, balancer.
 The docBase in example.xml will point to a directory under
 $CATALINA_HOME/server/webapps.
 
 Yoav Shapira
 
 
 
 This e-mail, including any attachments, is a confidential 
 business communication, and may contain information that is 
 confidential, proprietary and/or privileged.  This e-mail is 
 intended only for the individual(s) to whom it is addressed, and 
 may not be saved, copied, printed, disclosed or used by anyone 
 else.  If you are not the(an) intended recipient, please 
 immediately delete this e-mail from your computer system and 
 notify the sender.  Thank you.
 
 
 -
 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: starting out with tomcat and struts

2004-04-12 Thread Shapira, Yoav

Hi,
What distro is this from?  5.0.22 has examples.xml, 5.0.19 has
webapps/jsp-examples and webapps/servlets-examples, 4.x. has
webapps/examples.  Maybe you have a .tar.gz distro that you unpacked
with a non-GNU tar?

Yoav Shapira
Millennium Research Informatics


-Original Message-
From: electroteque [mailto:[EMAIL PROTECTED]
Sent: Monday, April 12, 2004 9:11 AM
To: Tomcat Users List
Subject: RE: starting out with tomcat and struts

From a clean binary distro of tomcat 5 this is all i have in there

-rw---   1 root root 673 Feb 14 21:26 admin.xml
-rw---   1 root root 321 Feb 14 21:26 balancer.xml
-rw---   1 root root 418 Feb 14 21:26 manager.xml

and just to prove to you the webapps are missing

bash-2.05# ls -l
total 0
bash-2.05# pwd
/tomcat/webapps/jsp-examples/cal

 -Original Message-
 From: Shapira, Yoav [mailto:[EMAIL PROTECTED]
 Sent: Monday, April 12, 2004 10:41 PM
 To: Tomcat Users List
 Subject: RE: starting out with tomcat and struts



 Hi,

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

 What on earth are you talking about?  I spilled my coffee reading
this
 (though thankfully only on this keyboard, and I'm tired of this
keyboard
 anyways, but that's a long story).

 All tomcat distributions contain all the examples, always have.
 Recently they're not in the webapps directory: they're declared in
 conf/Catalina/localhost/examples.xml just like admin, manager,
balancer.
 The docBase in example.xml will point to a directory under
 $CATALINA_HOME/server/webapps.

 Yoav Shapira



 This e-mail, including any attachments, is a confidential
 business communication, and may contain information that is
 confidential, proprietary and/or privileged.  This e-mail is
 intended only for the individual(s) to whom it is addressed, and
 may not be saved, copied, printed, disclosed or used by anyone
 else.  If you are not the(an) intended recipient, please
 immediately delete this e-mail from your computer system and
 notify the sender.  Thank you.


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




This e-mail, including any attachments, is a confidential business communication, and 
may contain information that is confidential, proprietary and/or privileged.  This 
e-mail is intended only for the individual(s) to whom it is addressed, and may not be 
saved, copied, printed, disclosed or used by anyone else.  If you are not the(an) 
intended recipient, please immediately delete this e-mail from your computer system 
and notify the sender.  Thank you.


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



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 download the Struts distrib, unzip it and 
copy the bundled war files into the tomcat webapps folder which should auto-unpack 
them. Then you access them with

http://yourserver:8080/struts-example

or whatever the webapp unpacked as.

Cheers, ADC

-Original Message-
From: electroteque [mailto:[EMAIL PROTECTED]
Sent: 10 April 2004 14:30
To: [EMAIL PROTECTED]
Subject: starting out with tomcat and struts


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 the
best place for me to start ? Please let me know.

Dan


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



FONT SIZE=1 FACE=VERDANA,ARIAL COLOR=BLUE 
---
QAS Ltd.
Developers of QuickAddress Software
a href=http://www.qas.com;www.qas.com/a
Registered in England: No 2582055
Registered in Australia: No 082 851 474
---
/FONT


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



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 - 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:33:36 -0700
Received: (qmail 97959 invoked by uid 500); 10 Apr 2004 13:33:19 -
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 tomcat-user.jakarta.apache.org
Reply-To: Tomcat Users List [EMAIL PROTECTED]
Delivered-To: mailing list [EMAIL PROTECTED]
Received: (qmail 97944 invoked from network); 10 Apr 2004 13:33:19 -
Received: from unknown (HELO MAIL2.qas.com) (195.172.82.234)
  by daedalus.apache.org with SMTP; 10 Apr 2004 13:33:19 -
Received: from orion.qas.com (orion.qas.com [150.150.100.34]) by 
MAIL2.qas.com (Content Technologies SMTPRS 4.3.12) with ESMTP id 
[EMAIL PROTECTED] for 
[EMAIL PROTECTED]; Sat, 10 Apr 2004 14:33:17 +0100
X-MimeOLE: Produced By Microsoft Exchange V6.0.6487.1
content-class: urn:content-classes:message
MIME-Version: 1.0
Content-Type: text/plain; charset=iso-8859-1
Content-Transfer-Encoding: quoted-printable
Subject: RE: starting out with tomcat and struts
Date: Sat, 10 Apr 2004 14:33:17 +0100
Message-ID: [EMAIL PROTECTED]
X-MS-Has-Attach:
X-MS-TNEF-Correlator:
Thread-Topic: starting out with tomcat and struts
Thread-Index: AcQfAAZPFnsz6hnrQ72APGDNxf0W8QAAAyaw
From: Allistair Crossley [EMAIL PROTECTED]
To: Tomcat Users List [EMAIL PROTECTED]
X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N

there are distributions of tomcat that do not come bundled with the example=
s. Normally there is another more complete download, or you can get them se=
parately...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 download the Struts distrib, unz=
ip it and copy the bundled war files into the tomcat webapps folder which s=
hould auto-unpack them. Then you access them with

http://yourserver:8080/struts-example

or whatever the webapp unpacked as.

Cheers, ADC

-Original Message-
From: electroteque [mailto:[EMAIL PROTECTED]
Sent: 10 April 2004 14:30
To: [EMAIL PROTECTED]
Subject: starting out with tomcat and struts


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 the
best place for me to start ? Please let me know.

Dan


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



FONT SIZE=3D1 FACE=3DVERDANA,ARIAL COLOR=3DBLUE=20
---
QAS Ltd.
Developers of QuickAddress Software
a href=3Dhttp://www.qas.com;www.qas.com/a
Registered in England: No 2582055
Registered in Australia: No 082 851 474
---
/FONT


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

http://jakarta.apache.org/tomcat/tomcat-5.0-doc/index.html

 As for struts the best thing to do is just download the Struts
 distrib, unzip it and copy the bundled war files into the tomcat
 webapps folder which should auto-unpack them. Then you access them with

 http://yourserver:8080/struts-example

 or whatever the webapp unpacked as.


Thanks i'll give that a go, does the auto-unpack happen after a restart, or
is that not needed anymore, that would be a pain in a real world.


Dan


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



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 - 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:43:28 -0700
Received: (qmail 11584 invoked by uid 500); 10 Apr 2004 13:43:07 -
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 tomcat-user.jakarta.apache.org
Reply-To: Tomcat Users List [EMAIL PROTECTED]
Delivered-To: mailing list [EMAIL PROTECTED]
Received: (qmail 11570 invoked from network); 10 Apr 2004 13:43:07 -
Received: from unknown (HELO mail023.syd.optusnet.com.au) (211.29.132.101)
  by daedalus.apache.org with SMTP; 10 Apr 2004 13:43:07 -
Received: from dan (c211-30-47-126.randw1.nsw.optusnet.com.au [211.30.47.126])
by mail023.syd.optusnet.com.au (8.11.6p2/8.11.6) with SMTP id i3ADh7118840
for [EMAIL PROTECTED]; Sat, 10 Apr 2004 23:43:07 +1000
From: electroteque [EMAIL PROTECTED]
To: Tomcat Users List [EMAIL PROTECTED]
Subject: RE: starting out with tomcat and struts
Date: Sat, 10 Apr 2004 23:42:53 +1000
Message-ID: [EMAIL PROTECTED]
MIME-Version: 1.0
Content-Type: text/plain;
charset=iso-8859-1
Content-Transfer-Encoding: 7bit
X-Priority: 3 (Normal)
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0)
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.
Importance: Normal
In-Reply-To: [EMAIL PROTECTED]
X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N



 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

http://jakarta.apache.org/tomcat/tomcat-5.0-doc/index.html

 As for struts the best thing to do is just download the Struts
 distrib, unzip it and copy the bundled war files into the tomcat
 webapps folder which should auto-unpack them. Then you access them with

 http://yourserver:8080/struts-example

 or whatever the webapp unpacked as.


Thanks i'll give that a go, does the auto-unpack happen after a restart, or
is that not needed anymore, that would be a pain in a real world.


Dan


-
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: 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 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 download the Struts
 distrib, unzip it and copy the bundled war files into the tomcat
 webapps folder which should auto-unpack them. Then you access them with

 http://yourserver:8080/struts-example

 or whatever the webapp unpacked as.

 Cheers, ADC

 -Original Message-
 From: electroteque [mailto:[EMAIL PROTECTED]
 Sent: 10 April 2004 14:30
 To: [EMAIL PROTECTED]
 Subject: starting out with tomcat and struts


 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 the
 best place for me to start ? Please let me know.

 Dan


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



 FONT SIZE=1 FACE=VERDANA,ARIAL COLOR=BLUE
 ---
 QAS Ltd.
 Developers of QuickAddress Software
 a href=http://www.qas.com;www.qas.com/a
 Registered in England: No 2582055
 Registered in Australia: No 082 851 474
 ---
 /FONT


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



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 - 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 19:58:33 -0700
Received: (qmail 92817 invoked by uid 500); 11 Apr 2004 02:58:07 -
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 tomcat-user.jakarta.apache.org
Reply-To: Tomcat Users List [EMAIL PROTECTED]
Delivered-To: mailing list [EMAIL PROTECTED]
Received: (qmail 92796 invoked from network); 11 Apr 2004 02:58:07 -
Received: from unknown (HELO mail008.syd.optusnet.com.au) (211.29.132.212)
  by daedalus.apache.org with SMTP; 11 Apr 2004 02:58:07 -
Received: from dan (c211-30-47-126.randw1.nsw.optusnet.com.au [211.30.47.126])
by mail008.syd.optusnet.com.au (8.11.6p2/8.11.6) with SMTP id i3B2w0d09198
for [EMAIL PROTECTED]; Sun, 11 Apr 2004 12:58:16 +1000
From: electroteque [EMAIL PROTECTED]
To: Tomcat Users List [EMAIL PROTECTED]
Subject: RE: starting out with tomcat and struts
Date: Sun, 11 Apr 2004 12:57:46 +1000
Message-ID: [EMAIL PROTECTED]
MIME-Version: 1.0
Content-Type: text/plain;
charset=iso-8859-1
Content-Transfer-Encoding: 7bit
X-Priority: 3 (Normal)
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0)
Importance: Normal
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.
In-Reply-To: [EMAIL PROTECTED]
X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N

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 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 download the Struts
 distrib, unzip it and copy the bundled war files into the tomcat
 webapps folder which should auto-unpack them. Then you access them with

 http://yourserver:8080/struts-example

 or whatever the webapp unpacked as.

 Cheers, ADC

 -Original Message-
 From: electroteque [mailto:[EMAIL PROTECTED]
 Sent: 10 April 2004 14:30
 To: [EMAIL PROTECTED]
 Subject: starting out with tomcat and struts


 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 the
 best place for me to start ? Please let me know.

 Dan


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



 FONT SIZE=1 FACE=VERDANA,ARIAL COLOR=BLUE
 ---
 QAS Ltd.
 Developers of QuickAddress Software
 a href=http://www.qas.com;www.qas.com/a
 Registered in England: No 2582055
 Registered in Australia: No 082 851 474
 ---
 /FONT


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