Problem with jsvc

2007-05-16 Thread reym

Hi All,

I want to use Tomcat on Port 80, and in order to do this, i have many
options. One of them is to run Tomcat as a daemon via jsvc. I am having
problems with installing and configuring jsvc. everytime I run
./buildconf.sh, I get this error:

cannot find source file configure.in

and if i try to run it as follows:

./support/buildconf.sh

i get this error:

./support/buildconf.sh: line 25: autoconf: command not found
./support/buildconf.sh: cannot generate configure script


What am i doing wrong here??? Please advise.

Thanks in advance. I look forward to hearing from someone.

Kind regards,
reym
-- 
View this message in context: 
http://www.nabble.com/Problem-with-jsvc-tf3764767.html#a10642417
Sent from the Tomcat - User mailing list archive at Nabble.com.


-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Problem with jsvc

2007-05-16 Thread ben short

Hi,

What OS are you on?

On linux I do the following and it works fine for me. See the docs here [1]

   cd $CATALINA_HOME/bin
   tar xvfz jsvc.tar.gz
   cd jsvc-src
   autoconf
   ./configure --with-java=$JAVA_HOME
   make
   cp jsvc ..
   cd ..

[1] http://tomcat.apache.org/tomcat-5.5-doc/setup.html

On 5/16/07, reym [EMAIL PROTECTED] wrote:


Hi All,

I want to use Tomcat on Port 80, and in order to do this, i have many
options. One of them is to run Tomcat as a daemon via jsvc. I am having
problems with installing and configuring jsvc. everytime I run
./buildconf.sh, I get this error:

cannot find source file configure.in

and if i try to run it as follows:

./support/buildconf.sh

i get this error:

./support/buildconf.sh: line 25: autoconf: command not found
./support/buildconf.sh: cannot generate configure script


What am i doing wrong here??? Please advise.

Thanks in advance. I look forward to hearing from someone.

Kind regards,
reym
--
View this message in context: 
http://www.nabble.com/Problem-with-jsvc-tf3764767.html#a10642417
Sent from the Tomcat - User mailing list archive at Nabble.com.


-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]