Re: Tomcat on FreeBSD

2007-08-22 Thread Ronald Klop
0:41 CEST 2007 Tomcat Users List > >> wrote: >> >> Hi, >> >> >> >> I have installed Tomcat 5.5.23_1 on FreeBSD 6.2. I have used >> Servlets >> a lot in the past but have not used ant. I am now trying >> to get this >>

Re: Tomcat on FreeBSD

2007-08-22 Thread Arend P. van der Veen
5.5.23_1 on FreeBSD 6.2. I have used Servlets >> a lot in the past but have not used ant. I am now trying to get this >> development environment to work. Following the basic portinstall of >> Tomcat on FreeBSD I did the following: >> >> 1. sudo cp /usr/local/tomcat5.5/se

Re: Tomcat on FreeBSD

2007-08-22 Thread Ronald Klop
have used Servlets >> a lot in the past but have not used ant. I am now trying to get this >> development environment to work. Following the basic portinstall of >> Tomcat on FreeBSD I did the following: >> >> 1. sudo cp /usr/local/tomcat5.5/server/lib/catalina

Re: Tomcat on FreeBSD

2007-08-21 Thread Arend P. van der Veen
to work. Following the basic portinstall of Tomcat on FreeBSD I did the following: 1. sudo cp /usr/local/tomcat5.5/server/lib/catalina-ant.jar /usr/local/share/java/apache-ant/lib 2. Made a sample project 3. set manager url in build.xml http://localhost:8180/manager"/> 4. Chnage per

Re: Tomcat on FreeBSD

2007-08-20 Thread Ronald Klop
the basic portinstall of Tomcat on FreeBSD I did the following: 1. sudo cp /usr/local/tomcat5.5/server/lib/catalina-ant.jar /usr/local/share/java/apache-ant/lib 2. Made a sample project 3. set manager url in build.xml http://localhost:8180/manager"/> 4. Chnage permissions in tomcat

Tomcat on FreeBSD

2007-08-17 Thread Arend P. van der Veen
Hi, I have installed Tomcat 5.5.23_1 on FreeBSD 6.2. I have used Servlets a lot in the past but have not used ant. I am now trying to get this development environment to work. Following the basic portinstall of Tomcat on FreeBSD I did the following: 1. sudo cp /usr/local/tomcat5.5