[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-developers] Sun Cobalt Dev Kit for Jav on RaQ 4r



Le Lundi 25 Février 2002 17:55, vous avez écrit :
> Are there any issues when installing the Sun Cobalt Dev Kit for Java on a
> Raq 4r? I installed both .pkg's and I am unable to run even the samples:
> http://www.rosss.com/java/doc/appdev/sample/web/
> also, I don't see the large amount of tomcat & java notifications posted by
> others. Mine says:
>
> [root admin]# /etc/rc.d/init.d/httpd stop
> Shutting down Web Service: httpd
> [root admin]# /etc/rc.d/init.d/httpd start
> Setting up Web Service: chiliasp: module started, version 3.5.2.31
> /usr/sbin/httpd
>
> [root admin]#
>
> Noting like Enrique reported as his output when restarting apache. It looks
> like it did not rewrite the httpd script. I even tried reinstalling both
> pkg's, which did nothing.
>
> Thanks for any help,
> Dave
This is weird, because I install it and it works normally.
did you install :
both :
 RaQ4 Java Developer Kit Release 1.3
 RaQ4 Developer Kit for Java Update Release 1.0

do you have in you /etc/http/con/http.conf
lines :
# Tomcat needs to get started on USR1's
system("/etc/rc.d/init.d/tomcat.init stop"); 
system("rm -f /usr/java/jakarta-tomcat/conf/mod_jk.conf-auto"); 
system("rm -f /usr/java/jakarta-tomcat/conf/mod_jk.conf-cobalt-auto");

do you have /usr/java/jakarta-tomcat/ and 
/usr/java/jakarta-tomcat-3.2.3/bin/cobalt_config.pl ?