Opened 18 years ago
Closed 17 years ago
#120 closed defect (wontfix)
mapguideaptinstaller-1.2.0beta2.tar.gz ./build_apt.sh -port 80 -with-tomcat
Reported by: | anonymous | Owned by: | |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | General | Version: | 1.2.0 |
Severity: | major | Keywords: | linux install is mucked again |
Cc: | External ID: |
Description
Please be sure to arrange /usr/local/mapguideopensource/webserverextensions/apache2/conf/httpd.conf...
make[1]: Leaving directory `/home/LinuxApt/jakarta-tomcat-connectors-1.2.15-src/jk/native/apache-2.0' make[1]: Entering directory `/home/LinuxApt/jakarta-tomcat-connectors-1.2.15-src/jk/native' make[2]: Entering directory `/home/LinuxApt/jakarta-tomcat-connectors-1.2.15-src/jk/native' make[2]: Nothing to be done for `install-exec-am'. make[2]: Nothing to be done for `install-data-am'. make[2]: Leaving directory `/home/LinuxApt/jakarta-tomcat-connectors-1.2.15-src/jk/native' make[1]: Leaving directory `/home/LinuxApt/jakarta-tomcat-connectors-1.2.15-src/jk/native' /home/LinuxApt Tomcat connector build/install completed Tomcat install started tar: apache-tomcat-5.5.12.tar.gz: Cannot open: No such file or directory tar: Error is not recoverable: exiting now tar: Child returned status 2 tar: Error exit delayed from previous errors Tomcat install failed (0).
Change History (5)
comment:1 by , 18 years ago
comment:2 by , 17 years ago
External ID: | → 938888 |
---|
comment:3 by , 17 years ago
External ID: | 938888 |
---|
comment:5 by , 17 years ago
Milestone: | 2.0 |
---|---|
Resolution: | → wontfix |
Status: | new → closed |
No new information. Closing.
in the build.apt.sh file change
tar -zxf apache-tomcat-5.5.12.tar.gz -C $INSTALLWEB check_tomcat_install pushd $INSTALLWEB mv apache-tomcat-5.5.12 tomcat
to
cp -R apache-tomcat-5.5.12 $INSTALLWEB/tomcat check_tomcat_install pushd $INSTALLWEB
Not tested but you get the jist. Thanks!