RE: How to use Tomkat with apache.

2001-05-24 Thread Christian Rudolph

Doesn't the User Guide only cover Tomcat 3.2 release?
I have learned that DTDs are much stricter under Tomcat 4 beta,
and it's taking me awhile to get things configured correctly.
I have found little to document the DTD changes (I don't count error
messages.)
If anyone knows of good configuration documentation on Tomcat 4 beta,
please let me know.  Thanks.

-Christian

Christian Rudolph
Software Engineer
NewsEdge Corporation
80 Blanchard Road
Burlington, MA 01803
[EMAIL PROTECTED]



-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Thursday, May 24, 2001 3:12 AM
To: [EMAIL PROTECTED]
Subject: Re: How to use Tomkat with apache.



Hi
I think the  manuals and docs that comes with Tomcat package is enough for
primary installation . For config, consult  the .htmls under   tomcat_home
/docs/uguide/.
Best regards
Sib




[EMAIL PROTECTED] on 05/24/2001 03:10:55 AM

Please respond to [EMAIL PROTECTED]

To:   [EMAIL PROTECTED]
cc:

Subject:  How to use Tomkat with apache.


I'm new to tomkat and I'd like to use JSP with apache.
I use Red Hat 7.1

I try to find somebody, something, sites , books but nothing explain how
configure the machine to use tomkat for using JSP.
Please ... say me where can I find how configure and use tomkat or explain
how do that.
Thank you in advance, Mario.








Re: How to use Tomkat with apache.

2001-05-24 Thread sibendud


Hi
I think the  manuals and docs that comes with Tomcat package is enough for
primary installation . For config, consult  the .htmls under   tomcat_home
/docs/uguide/.
Best regards
Sib




[EMAIL PROTECTED] on 05/24/2001 03:10:55 AM

Please respond to [EMAIL PROTECTED]

To:   [EMAIL PROTECTED]
cc:

Subject:  How to use Tomkat with apache.


I'm new to tomkat and I'd like to use JSP with apache.
I use Red Hat 7.1

I try to find somebody, something, sites , books but nothing explain how
configure the machine to use tomkat for using JSP.
Please ... say me where can I find how configure and use tomkat or explain
how do that.
Thank you in advance, Mario.









Re: How to use Tomkat with apache.

2001-05-23 Thread Michael Jennings

Bonjourno!

I managed to get tomcat working on my computer, here is what I
did.
1) Make sure you have JDK 1.3 installed on your computer
(to verify, type in java -version)
In order to make JDK 1.3 run properly on RedHat 7.1, in your
/etc/profile file put in a line saying:
ulimit -s 2000

also, make sure that the following files exist:
/usr/bin/expr
/usr/bin/dirname
/usr/bin/cut
/usr/bin/head

Those files are used by the "java" script that launches the actual JVM.
For instance, on my computer, my java 1.3 sdk is installed at
/usr/j2sdk1_3_0

so if I type in "more /usr/j2sdk1_3_0/bin/java" it shows the shell script
used
to launch the JVM.

2) download the tomcat binaries (3.2.1 is the latest non-beta)
3) unzip the tomcat binaries somewhere appropriate
For example: on my computer I put tomcat in /usr/local/jakarta-tomcat-3.2.1

4) edit the startup script(s) in the bin subdirectory of your tomcat
installation
on my computer: /usr/local/jakarta-tomcat-3.2.1/bin

5) launch tomcat and have fun!

Hope this helps!
-Mike Jennings


- Original Message -
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, May 23, 2001 1:40 PM
Subject: How to use Tomkat with apache.


> I'm new to tomkat and I'd like to use JSP with apache.
> I use Red Hat 7.1
>
> I try to find somebody, something, sites , books but nothing explain how
> configure the machine to use tomkat for using JSP.
> Please ... say me where can I find how configure and use tomkat or explain
> how do that.
> Thank you in advance, Mario.





Re: How to use Tomkat with apache.

2001-05-23 Thread Michael Jennings

Bonjourno!

I managed to get tomcat working on my computer, here is what I
did.
1) Make sure you have JDK 1.3 installed on your computer
(to verify, type in java -version)
In order to make JDK 1.3 run properly on RedHat 7.1, in your
/etc/profile file put in a line saying:
ulimit -s 2000

also, make sure that the following files exist:
/usr/bin/expr
/usr/bin/dirname
/usr/bin/cut
/usr/bin/head

Those files are used by the "java" script that launches the actual JVM.
For instance, on my computer, my java 1.3 sdk is installed at
/usr/j2sdk1_3_0

so if I type in "more /usr/j2sdk1_3_0/bin/java" it shows the shell script
used
to launch the JVM.

2) download the tomcat binaries (3.2.1 is the latest non-beta)
3) unzip the tomcat binaries somewhere appropriate
For example: on my computer I put tomcat in /usr/local/jakarta-tomcat-3.2.1

4) edit the startup script(s) in the bin subdirectory of your tomcat
installation
on my computer: /usr/local/jakarta-tomcat-3.2.1/bin

5) launch tomcat and have fun!

Hope this helps!
-Mike Jennings


- Original Message -
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, May 23, 2001 1:40 PM
Subject: How to use Tomkat with apache.


> I'm new to tomkat and I'd like to use JSP with apache.
> I use Red Hat 7.1
>
> I try to find somebody, something, sites , books but nothing explain how
> configure the machine to use tomkat for using JSP.
> Please ... say me where can I find how configure and use tomkat or explain
> how do that.
> Thank you in advance, Mario.