Anyone with Tomcat on FreeBSD 5.3

2005-02-02 Thread Todd Reed
--SHORT VERSION
In a nutshell, I'm asking if there is someone that could shed some light
on the install process of Tomcat5 on FreeBSD 5.x


--MORE DETAILS
I am new to Tomcat with a need to serve JSP pages.  I have a basic
FreeBSD 5.3 box installed with a few security/system tweaks.  Also
installed is CVSup (with the latest ports collection), OpenSSL,
Chkrootkit, Portupgrade, gtar, unzip, zip, bash, wget, and gnuls.

All the docs I've found and read are for older versions of Tomcat4 and
lower.

Are there any docs or recommendations that go through an install of
Tomcat5 on FreeBSD 5.x?

So far, I've installed mod_jk2-apache2 from ports.  Apache2 works.  When
I attempt to install tomcat5 from ports, I get java errors.  I know I
need to download the Java files, but when I go to download them, new
versions are available.  That's a problem within itself!  Linux-jdk1.3
doesn't exist anymore, but linux-sun-jdk13 does.  I'm assuming this is
the same ports package?

I would like to install most apps from ports, mainly because it's
easier.  But, I'm not afraid to download the source and go that route.

Thanks,
Todd





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



Re: Anyone with Tomcat on FreeBSD 5.3

2005-02-02 Thread Joel
On Wed, 2 Feb 2005 22:20:44 -0600
"Todd Reed" [EMAIL PROTECTED] wrote

 [...]  Linux-jdk1.3
 doesn't exist anymore, but linux-sun-jdk13 does.  I'm assuming this is
 the same ports package?

I think that may be due to the recent license changes (and Sun's not
being able to just simply open the whole thing all at once, whatever
their reasons are). 

You might want to check the freeBSD archives. If you can't get at the
official archives, marc.theaimsgroup.com has them. 

I think the freeBSD organization for a while had permission to
distribute one thing, but they now have permission to distribute another
instead.

--
Joel Rees   [EMAIL PROTECTED]
digitcom, inc.   株式会社デジコム
Kobe, Japan   +81-78-672-8800
** http://www.ddcom.co.jp **


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

Tomcat on FreeBSD

2004-06-28 Thread Sergey Velikanov [UzPAK]
Hello

I'm trying install tomcat on FreeBSD, but why tomcat needs
/usr/local/diablo-jdk1.3.1 in startup process although on installation
it use /usr/local/jdk1.4.2/bin/java

why it so? and how I can run tomcat with /usr/local/jdk1.4.2/bin/java


# uname -sr
FreeBSD 5.2.1-RELEASE

[root jakarta-tomcat5]#  make install
===  Installing for jakarta-tomcat-5.0.19
===   jakarta-tomcat-5.0.19 depends on file: /usr/local/jdk1.4.2/bin/java - found
===   Generating temporary packing list
===  Checking if www/jakarta-tomcat5 already installed
 Creating destination directory... [ DONE ]
 Copying files to destination directory... [ DONE ]
 Compiling and installing control program... [ DONE ]
 Installing startup script... [ DONE ]
 Installing man pages... [ DONE ]
 Creating log files... [ DONE ]
 Creating symlink to tools.jar... [ DONE ]
 Fixing ownership settings... [ DONE ]
 Fixing permissions... [ DONE ]
 Creating PID file... [ DONE ]
Jakarta Tomcat 5.0.19 has been installed in /usr/local/jakarta-tomcat5.0.
If a user should be able to use tomcat50ctl, then put this user in the group www.
Use 'man tomcat50ctl' for information about starting and stopping Jakarta Tomcat.

[root jakarta-tomcat5]# /usr/local/bin/tomcat50ctl start
 Reading PID file (/var/run/tomcat50.pid)... [ DONE ]
 Starting Jakarta Tomcat 5.0.19... [ FAILED ]
tomcat50ctl: Unable to stat /usr/local/diablo-jdk1.3.1: No such file or directory




Sergey Velikanov
Technical  Division
National Data Network UzPAK
tel +(99871) 114-6326
e-mail:  [EMAIL PROTECTED]
http://www.uzpak.uz/



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



Re: Tomcat on FreeBSD

2004-06-28 Thread Ronald Klop
You can also try this question on [EMAIL PROTECTED] or [EMAIL PROTECTED]
Did you use the ports version of tomcat5?
If not, please do.
Does it work if you first install jdk14 and then tomcat5. I think the port will notice 
that jdk14 is already installed.
If no jdk is installed I think it will try jdk13 first, because that is the only 
'licensed by Sun' version for FreeBSD for now.
But I'm not really sure about this. I do have jdk14 and tomcat5 running here.
Greetings,
Ronald.
On Mon Jun 28 09:37:06 CEST 2004 Sergey Velikanov [UzPAK] [EMAIL PROTECTED] wrote:

Hello
I'm trying install tomcat on FreeBSD, but why tomcat needs
/usr/local/diablo-jdk1.3.1 in startup process although on installation
it use /usr/local/jdk1.4.2/bin/java
why it so? and how I can run tomcat with /usr/local/jdk1.4.2/bin/java
# uname -sr
FreeBSD 5.2.1-RELEASE
[root jakarta-tomcat5]# make install
=== Installing for jakarta-tomcat-5.0.19
=== jakarta-tomcat-5.0.19 depends on file: /usr/local/jdk1.4.2/bin/java - found
=== Generating temporary packing list
=== Checking if www/jakarta-tomcat5 already installed
Creating destination directory... [ DONE ]
Copying files to destination directory... [ DONE ]
Compiling and installing control program... [ DONE ]
Installing startup script... [ DONE ]
Installing man pages... [ DONE ]
Creating log files... [ DONE ]
Creating symlink to tools.jar... [ DONE ]
Fixing ownership settings... [ DONE ]
Fixing permissions... [ DONE ]
Creating PID file... [ DONE ]
Jakarta Tomcat 5.0.19 has been installed in /usr/local/jakarta-tomcat5.0.
If a user should be able to use tomcat50ctl, then put this user in the group www.
Use 'man tomcat50ctl' for information about starting and stopping Jakarta Tomcat.
[root jakarta-tomcat5]# /usr/local/bin/tomcat50ctl start
Reading PID file (/var/run/tomcat50.pid)... [ DONE ]
Starting Jakarta Tomcat 5.0.19... [ FAILED ]
tomcat50ctl: Unable to stat /usr/local/diablo-jdk1.3.1: No such file or directory

Sergey Velikanov
Technical Division
National Data Network UzPAK
tel +(99871) 114-6326
e-mail: [EMAIL PROTECTED]
http://www.uzpak.uz/

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



Re[2]: Tomcat on FreeBSD

2004-06-28 Thread Sergey Velikanov [UzPAK]

of couse, I use ports version, and jdk14 really installed, I'll try
this in other maillists too ^)

thank you

-Original Message-
From: Ronald Klop [EMAIL PROTECTED]
To: Tomcat Users List [EMAIL PROTECTED]
Date: Monday, June 28, 2004, 6:46:02 PM
Subject: Tomcat on FreeBSD


 You can also try this question on [EMAIL PROTECTED] or [EMAIL PROTECTED]
 
 Did you use the ports version of tomcat5?
 
 If not, please do.
 
 Does it work if you first install jdk14 and then tomcat5. I think
 the port will notice that jdk14 is already installed.
 If no jdk is installed I think it will try jdk13 first, because
 that is the only 'licensed by Sun' version for FreeBSD for now.
 But I'm not really sure about this. I do have jdk14 and tomcat5 running here.
 
 Greetings,
 
 Ronald.
 
 On Mon Jun 28 09:37:06 CEST 2004 Sergey Velikanov [UzPAK] [EMAIL PROTECTED] 
 wrote:


 
 Hello

 I'm trying install tomcat on FreeBSD, but why tomcat needs
 /usr/local/diablo-jdk1.3.1 in startup process although on installation
 it use /usr/local/jdk1.4.2/bin/java

 why it so? and how I can run tomcat with /usr/local/jdk1.4.2/bin/java


 # uname -sr
 FreeBSD 5.2.1-RELEASE

 [root jakarta-tomcat5]# make install
=== Installing for jakarta-tomcat-5.0.19
=== jakarta-tomcat-5.0.19 depends on file:
=== /usr/local/jdk1.4.2/bin/java - found
=== Generating temporary packing list
=== Checking if www/jakarta-tomcat5 already installed
Creating destination directory... [ DONE ]
Copying files to destination directory... [ DONE ]
Compiling and installing control program... [ DONE ]
Installing startup script... [ DONE ]
Installing man pages... [ DONE ]
Creating log files... [ DONE ]
Creating symlink to tools.jar... [ DONE ]
Fixing ownership settings... [ DONE ]
Fixing permissions... [ DONE ]
Creating PID file... [ DONE ]
 Jakarta Tomcat 5.0.19 has been installed in /usr/local/jakarta-tomcat5.0.
 If a user should be able to use tomcat50ctl, then put this user in the group www.
 Use 'man tomcat50ctl' for information about starting and stopping Jakarta Tomcat.

 [root jakarta-tomcat5]# /usr/local/bin/tomcat50ctl start
Reading PID file (/var/run/tomcat50.pid)... [ DONE ]
Starting Jakarta Tomcat 5.0.19... [ FAILED ]
 tomcat50ctl: Unable to stat /usr/local/diablo-jdk1.3.1: No such file or directory




 Sergey Velikanov
 Technical Division
 National Data Network UzPAK
 tel +(99871) 114-6326
 e-mail: [EMAIL PROTECTED]
 http://www.uzpak.uz/



 -
 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: Tomcat for FreeBSD

2004-04-13 Thread Ronald Klop
If you have installed the FreeBSD ports collection (which you probably have), than do this:

cd /usr/ports/www/jakarta-tomcat5
make
make install
make clean
The 'make' command wil show some settings, which may be readable depending on how fast your computer scrolls text.

Greetings,

Ronald.

On Sat Apr 10 17:43:04 CEST 2004 Shawn Zernik [EMAIL PROTECTED] wrote:



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]



Re: Tomcat for FreeBSD

2004-04-13 Thread Paul Mansfield
On Tue, 2004-04-13 at 10:09, Ronald Klop wrote:
 If you have installed the FreeBSD ports collection (which you probably have), than 
 do this:


AOL
me too... we are using tomcat-5 on freebsd-current.

works well, no complaints

Paul


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



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 - 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 08:43:22 -0700
Received: (qmail 60365 invoked by uid 500); 10 Apr 2004 15:43:04 -
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 60352 invoked from network); 10 Apr 2004 15:43:03 -
Received: from unknown (HELO mailhub01.readyhosting.com) (63.99.224.71)
  by daedalus.apache.org with SMTP; 10 Apr 2004 15:43:03 -
Received: from internetworkconsulting.net (mail011.readyhosting.com [63.99.209.41])
by mailhub01.readyhosting.com (Postfix) with ESMTP id 5FC621A7519
for [EMAIL PROTECTED]; Sat, 10 Apr 2004 11:32:51 -0500 (CDT)
Received: from saturn [24.242.195.55] by internetworkconsulting.net with ESMTP
  (SMTPD32-8.03) id A74E33520102; Sat, 10 Apr 2004 10:48:30 -0500
From: Shawn Zernik [EMAIL PROTECTED]
To: Tomcat Users List [EMAIL PROTECTED]
Subject: Tomcat for FreeBSD
Date: Sat, 10 Apr 2004 10:43:04 -0500
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.6604 (9.0.2911.0)
In-Reply-To: [EMAIL PROTECTED]
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.
Importance: Normal
X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N

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]



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



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 you are all set to bin/startup.sh and go.

Cheers,

Michiel Toneman
 


On Sat, 2004-04-10 at 17:43, Shawn Zernik wrote:
 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]
 


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



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 - 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 11:49:18 -0700
Received: (qmail 92739 invoked by uid 500); 10 Apr 2004 18:48:57 -
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 92724 invoked from network); 10 Apr 2004 18:48:56 -
Received: from unknown (HELO mail2.uu.nl) (131.211.16.76)
  by daedalus.apache.org with SMTP; 10 Apr 2004 18:48:56 -
Received: from localhost (mail2 [127.0.0.1])
by mail2.uu.nl (Postfix) with ESMTP id 3F337B996
for [EMAIL PROTECTED]; Sat, 10 Apr 2004 20:49:01 +0200 (CEST)
Received: from mail2.uu.nl ([127.0.0.1])
 by localhost (mail2 [127.0.0.1]) (amavisd-new, port 10024) with ESMTP
 id 18373-03 for [EMAIL PROTECTED];
 Sat, 10 Apr 2004 20:49:01 +0200 (CEST)
Received: from localhost.localdomain (69pc223.sshunet.nl [131.211.223.69])
by mail2.uu.nl (Postfix) with ESMTP id CDFD7B997
for [EMAIL PROTECTED]; Sat, 10 Apr 2004 20:49:00 +0200 (CEST)
Received: from localhost (localhost.localdomain [127.0.0.1])
by localhost.localdomain (8.12.8/8.12.8) with ESMTP id i3AImnkD011157
for [EMAIL PROTECTED]; Sat, 10 Apr 2004 20:48:50 +0200
Subject: Re: Tomcat for FreeBSD
From: Michiel Toneman [EMAIL PROTECTED]
To: Tomcat Users List [EMAIL PROTECTED]
In-Reply-To: [EMAIL PROTECTED]
References: 
 [EMAIL PROTECTED]
Content-Type: text/plain
Organization: Bibit Global Payment Services
Message-Id: [EMAIL PROTECTED]
Mime-Version: 1.0
X-Mailer: Ximian Evolution 1.4.5 
Date: Sat, 10 Apr 2004 20:48:49 +0200
Content-Transfer-Encoding: 7bit
X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N

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 you are all set to bin/startup.sh and go.

Cheers,

Michiel Toneman
 


On Sat, 2004-04-10 at 17:43, Shawn Zernik wrote:
 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]
 


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



Jakarta-Tomcat 4.1.18 + FreeBSD + linux-sun-jdk14 won't start ...

2003-02-14 Thread Marc G. Fournier

When I try to start, using linux-sun-jdk14:

Using CATALINA_BASE:   /usr/local/jakarta-tomcat4.1
Using CATALINA_HOME:   /usr/local/jakarta-tomcat4.1
Using CATALINA_TMPDIR: /usr/local/jakarta-tomcat4.1/temp
Using JAVA_HOME:   /usr/local/linux-sun-jdk1.4.1
Using CLASSPATH:   
/usr/local/linux-sun-jdk1.4.1/lib/tools.jar:/usr/local/jakarta-tomcat4.1/bin/bootstrap.jar

it fails, missing a Class:

Exception during startup processing
java.lang.ClassNotFoundException: org.apache.catalina.startup.Catalina
at 
org.apache.catalina.loader.StandardClassLoader.loadClass(StandardClassLoader.java:992)
at 
org.apache.catalina.loader.StandardClassLoader.loadClass(StandardClassLoader.java:857)
at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:176)


If I switch to using the native JDK:

Using CATALINA_BASE:   /usr/local/jakarta-tomcat4.1
Using CATALINA_HOME:   /usr/local/jakarta-tomcat4.1
Using CATALINA_TMPDIR: /usr/local/jakarta-tomcat4.1/temp
Using JAVA_HOME:   /usr/local/jdk1.3.1
Using CLASSPATH:   
/usr/local/jdk1.3.1/lib/tools.jar:/usr/local/jakarta-tomcat4.1/bin/bootstrap.jar

it all starts beautifully:

[INFO] Http11Protocol - -Initializing Coyote HTTP/1.1 on port 8042
Starting service Tomcat-Standalone
Apache Tomcat/4.1.18
[INFO] Http11Protocol - -Starting Coyote HTTP/1.1 on port 8042
[INFO] ChannelSocket - -JK2: ajp13 listening on 0.0.0.0/0.0.0.0:8043
[INFO] JkMain - -Jk running ID=0 time=17/118  
config=/usr/local/jakarta-tomcat4.1/conf/jk2.properties

I've tried using the linux-sun-jdk13, and get the same results as the
jdk14 one ... is there a something that I need to add to my CLASSPATH that
the linux version doesn't have?

Thanks ...

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




Tomcat 4.1.12 + FreeBSD 4.7 + Linux-sun-jdk1.4.1

2002-10-29 Thread Nicholas Hemley
Hi,

Is anyone else running this configuration successfully since Tomcat will not run as 
anything other than 'root' due to a HotSpot problem.

Cheers,
Nic Hemley

NHS Lothian Webmaster



**
The information contained in this message may be confidential or legally privileged 
and is intended for the addressee only,

If you have received this message in error or there are any problems please notify the 
originator immediately.

The unauthorised use, disclosure, copying or alteration of this message is strictly 
forbidden.
**


--
To unsubscribe, e-mail:   mailto:tomcat-user-unsubscribe;jakarta.apache.org
For additional commands, e-mail: mailto:tomcat-user-help;jakarta.apache.org




Tomcat https (FreeBSD)

2002-01-11 Thread Maxim Semin

Hello!

I have some troubles with accessing Tomcat 3.2.3 through https.
OS : FreeBSD 4.4.
JDK: linux-jdk-1.4.0b3.

The troubles are:
  Internet Explorer 5 connection OK;
  Netscape 4.7 connection failed with the message
  The security library has encountered an imroperly formatted
  DER-encodedmessage.

A key was generated as:
keytool -genkey -alias tomcat -keyalg RSA

What's wrong?

Thanks in advance.

-- Max



--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]




tomcat and freeBSD

2001-11-28 Thread Matt Egyhazy

is this combination possible and what jdk/os version/tomcat version is
recommended?

thanks,

matt


--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]




Re: tomcat and freeBSD

2001-11-28 Thread Chris Huisman


Check out ../ports/www/jakarta-tomcat-3.2.3.  
mod_jk is in /www as well.



is this combination possible and what jdk/os version/tomcat version is
recommended?

thanks,

matt


--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]



--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]




Re: Tomcat on FreeBSD

2001-07-28 Thread Tim O'Neil

At 06:32 AM 7/27/2001, you wrote:
Hello all,

I try to install Tomcat on a Freebsd 5.0 and i don't find a recent jdk.

Could you tell me what version you use if you're on FreeBSD ?
[only jdk1.18 is available for FreeBSD no ?]

(for exemple i will try the JDK + Linux emulation but i'm afraid by
the performance : if somebody could give me a feedback i will greatly
appreciate).

Thanks per advance,

--
  [EMAIL PROTECTED]

  INRIA - 2004 route des lucioles - BP 93Tel: (33/0) 4 92 38 50 41
  06902   SOPHIA-ANTIPOLIS cedex (France)Fax: (33/0) 4 92 38 76 02

PS : I have already sign the petition for porting a recent version of
the
JDK under BSD.

Well, there may not be a port, ever, and it has nothing
to do with the will of the fBSD proting team. Read
http://www.freebsd.org/cgi/url.cgi?ports/java/jdk12-beta/pkg-descr
So you can have Java 2 on fBSD now, you'll simply have to build it.




Tomcat on FreeBSD

2001-07-27 Thread Ludovic Maitre

Hello all,

I try to install Tomcat on a Freebsd 5.0 and i don't find a recent jdk.

Could you tell me what version you use if you're on FreeBSD ? 
[only jdk1.18 is available for FreeBSD no ?]

(for exemple i will try the JDK + Linux emulation but i'm afraid by
the performance : if somebody could give me a feedback i will greatly
appreciate).

Thanks per advance,

-- 
 [EMAIL PROTECTED]

 INRIA - 2004 route des lucioles - BP 93Tel: (33/0) 4 92 38 50 41
 06902   SOPHIA-ANTIPOLIS cedex (France)Fax: (33/0) 4 92 38 76 02

PS : I have already sign the petition for porting a recent version of
the
JDK under BSD.



how to install tomcat on freebsd

2001-04-04 Thread wanglijun

hi,

I am newer of tomcat, who can tell me how to install tomcat on freebsd, so I can
develop sevlet and jsp program, include all software need.

thanks

wanglijun


how to install tomcat on freebsd

2001-04-04 Thread wanglijun

hi,

I am newer of tomcat, who can tell me how to install tomcat on freebsd, so I can
develop sevlet and jsp program, include all software need.

thanks

wanglijun


installing TomCat on FreeBsd

2001-02-08 Thread Bob Kersten

Hi,

Is there a somewhat easier walk-through for installing TomCat
ona FreeBSD unix environment? The documentation that comes with
TomCat is just worthless, nothing works, everything is missing
and I haven't been able to complete the first few steps of the
manual.

What do I need, where can I get it, how do I install it, and
how do I configure it to run along with apache? I know it's in
the manual, but the manual is no good to me, sorry. Is there
anyone who can help me with this?

Ajuus,
  Bop.


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




Re: mod_jk linking problems: Tomcat 3.2.1, FreeBSD 4.2 - problems with Makefile?

2001-01-17 Thread Dave Smith


I got it running on FreeBSD 4.0 using jdk1.1.8. Should be similar with
1.2 native, also on linux 6.2 with jdk1.3. 

The process is explained in some detail in the mod_jk.so how-to in the doc
folder of the source distro. (or on line in the tomcat documentation).  You did
read the documentation, right? ;-)

If you need more help I explained what I did and this is posted, should be easy
to find in the tomcat-user archives by searching on FreeBSD.

Dave



On Wed, 17 Jan 2001, you wrote:
 Hi.  I'm trying to get tomcat working with the following versions:
 
 jakarta-tomcat-3.2.1
 FreeBSD-4.2-RELEASE
 apache-1.3.14
 jdk-1.2.2-beta (native freebsd build)
 
 I haven't yet tried to run this all under linux emulation, and would rather
 not.
 
 The problem I've been having is that Apache won't load mod_jk.so because of
 undefined linker symbols.  At first this was "fdatasync".  I looked over the
 tomcat-user mail archive and found a thread that seemed to relate to this
 from
 last December, at:
 
   http://mikal.org/interests/java/tomcat_users/msg18074.html
 
 ...therein, "AC" notes a section in jk_util.c that has ifdef sections for
 ddifferent operating systems, to wit:
 
 #ifndef WIN32
 #ifndef FREEBSD
 #ifndef NETWARE
 fdatasync(fileno(p-logfile));
 #endif
 #endif
 #endif
 
 Scrutinizing Makefile.freebsd more closely, I discovered that it defines
 
 CFLAGS=-DHAVE_CONFIG_H -g -fpic  -DSHARED_MODULE -O2 -D_REENTRANT -pthread -
 DLINUX -Wall
 
 Note the -DLINUX.  I changed this to -DFREEBSD and came up with a new link
 error
 upon starting apache:
 
 Cannot load /usr/apache/libexec/mod_jk.so into server:
 /usr/apache/libexec/mod_jk.so: Undefined symbol "pthread_mutex_unlock"
 
 I've tried defining both FREEBSD and LINUX, and I've tried
 deleting -pthread, to
 no effect.
 
 Can anyone help me with this?  I'm not too up up how to go about handling
 thread
 libraries on FreeBSD, and moreover the parameters in the Makefile seem to be
 incorrect.  Is there a more recent Makefile.freebsd I could use, or could
 somebody
 mail out a functioning one?
 
 TIA,
 Tim
 
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, email: [EMAIL PROTECTED]

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




RE: mod_jk linking problems: Tomcat 3.2.1, FreeBSD 4.2 - problems with Makefile?

2001-01-17 Thread Tim Gilbert

Aha.  Thanks for the help.  I had indeed read the docs, but I expected the
Makefile to be more or less a shortcut for what was listed there.  For the
record, I got it working by running this command:

apxs -o
mod_jk.so -DFREEBSD -I$JAVA_HOME/include/freebsd -I$JAVA_HOME/include \
 -I../jk -c *.c ../jk/*.c

The problem seemed to be that the Makefile was using gcc, rather than apxs,
to compile the .c files.  I'm not sure what Makefile.freebsd is doing in the
apache1.3 directory; does it have some other purpose?  Perhaps it should be
replaced with a link to the mod_jk howto, or modified to run the above
command?

Thanks again,
Tim

-Original Message-
From: Dave Smith [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, January 17, 2001 5:19 PM
To: [EMAIL PROTECTED]
Subject: Re: mod_jk linking problems: Tomcat 3.2.1, FreeBSD 4.2 -
problems with Makefile?



I got it running on FreeBSD 4.0 using jdk1.1.8. Should be similar with
1.2 native, also on linux 6.2 with jdk1.3.

The process is explained in some detail in the mod_jk.so how-to in the doc
folder of the source distro. (or on line in the tomcat documentation).  You
did
read the documentation, right? ;-)

If you need more help I explained what I did and this is posted, should be
easy
to find in the tomcat-user archives by searching on FreeBSD.

Dave
[...]


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




Re: is there any tutorial about the installation of tomcat with FreeBSD??

2001-01-08 Thread Dave Smith



George,

Let's assume you have IBM's JDK1.1.8 or some 
JDK.

It's pretty easy. D/L and uncompress into 
/usr/local:

gunzip jakarta-tomcat-3.2.1.tar.gz
tar xvf jakarta-tomcat-3.2.1.tar

so that you have

/usr/local/jakarta-tomcat-3.2.1

to start the tomcat servlet runner:

/usr/local/jakarta-tomcat-3.2.1/bin/tomcat.sh 
start

to stop it:

usr/local/jakarta-tomcat-3.2.1/bin/tomcat.sh 
stop


Now run netscape or mozilla:

mozilla http://localhost:8080/

Done!


Regards,
Dave

  - Original Message - 
  From: 
  george 
  To: [EMAIL PROTECTED] 
  
  Sent: Monday, January 08, 2001 7:44 
  PM
  Subject: is there any tutorial about the 
  installation of tomcat with FreeBSD??
  is there any tutorial about the 
  installation of tomcat with FreeBSD??