HOWTO : Apache/Tomcat (at last !!)

at step 8 I get:
cvs -d :pserver:[email protected]:/home/cvspublic login password: anoncvs

-bash: cvs: command not found

Any option? do I need to download a file and with wget get it on my machine?
 
you will need to download the cvs package and install it. Looks like CVS is not installed on your system.
 
OK, I install cvs but in point 8 the follow error at: ./buildconf.sh

[root@resellers2 native]# ./buildconf.sh
libtoolize --force --automake --copy
./buildconf.sh: line 4: libtoolize: command not found
aclocal
./buildconf.sh: line 8: aclocal: command not found
automake -a --foreign --copy
./buildconf.sh: line 10: automake: command not found
autoconf
./buildconf.sh: line 12: autoconf: command not found

Tips?
 
Tomcat

Help please
After I have install Tomcat, SDK and ANT

this module is not available in my server:
LoadModule jk_module /usr/lib/apache/mod_jk.so

after restart Apache, of course my server hang.

Can anyone tell me where I can find this file.

thanks
 
Hi,

are you sure you installed mod_jk correctly ?

8- Download the Java Connector from CVS and build / install mod_jk
- cvs -d :pserver:[email protected]:/home/cvspublic login password: anoncvs (When prompted for a password, just hit ENTER)
- cvs -d :pserver:[email protected]:/home/cvspublic checkout jakarta-tomcat-connectors
- mv jakarta-tomcat-connectors /usr/local/java/
- cd /usr/local/java/jakarta-tomcat-connectors/jk/native/
- ./buildconf.sh
- ./configure --with-apxs=/usr/sbin/apxs
- make
- cp apache-1.3/mod_jk.so /etc/httpd/modules/
 
I try but the same problems :-(
Can somebody do the installation for me, I will pay for it!
 
How to worked perfect here..

but anybody knows some simple code to test if it is really working ?

(tomcatd is running but I have no jsp app to test the stuff :-D )
 
No problem.

Keep in minds java is an object oriented programation and it needs a good server to run java apps :)

best regards,
 
Thats exactly what I am wonderig about now.
We are running on a dualP3 1 ghz with one giga ram and scsi drives.

Will this be strong enough ? (for a fair use of the service..)
 
Yes,

It should work if you are hosting simple JSP sites.

let me know if you need anything else.

regards,
 
Hi,

I have given jsp acces to one user, and he is complaining about the manager folder wich is unaccessible, there seems to be a link in the server.xml file for such a thing but I have checked it (www.domain.com/manager) and I get a 403 forbidden.

Also the user has setup a software called axis and the test pages telle 6 missing core libraries, (saaj.jar, ...)
I guess I have to find those files and put them in /usr/local/jakarta-tomcat-4.1.30/common/lib/ (?)
 
Hi,

PM the URL, username and password. I'll give it a try from here.

As for the libs, you can put them in the common/lib directory like you thought.

regards,
 
Back
Top