Re: iweb 1.1 for pw144 (english) + easy install
I know linux commands inside and out and I can tell you this is not starting for me. i get the same no such file or directory found cd: /opt/jakarta-aleksimian/bin/ and ./startup.sh and sleep invalid time interval 1\r. i have looked over all files and see no error, nor with the command lines. So dont try that with me.
Also if i start the server first, and manually cd /opt/jakarta-aleksimian/bin/ and do ./startup.sh it will start up but is not accessable thru myip:8080/iweb
however if i manually cd /opt/jakarta-aleksimian/bin/ and ./startup.sh first and than run ./start.sh mysql WILL NOT START however: the iweb is accessable. so its damn if i do damned if i don't.
Any help to solve this would be appreciated.
Re: iweb 1.1 for pw144 (english) + easy install
Quote:
Originally Posted by
toho
im newbie about basic linux ..
please help go to directory root
use cd ?? im write wrong cd /root/ is not go to di rectory root
:*::*: help
im bad speak english
google translate
google please :):
Re: iweb 1.1 for pw144 (english) + easy install
Re: iweb 1.1 for pw144 (english) + easy install
cd = change directory -_- any help to my last post?
Re: iweb 1.1 for pw144 (english) + easy install
When i type "./start.sh" command it says:
=== STARTING MySQL, APACHE, & APACHE TOMCAT NOW ===
./start.sh: line 4: ./.mysql_start.sh: No such file or directory
./start.sh: line 6: ./.apache_start.sh: No such file or directory
./start.sh: line 8: ./.tomcat_start.sh: No such file or directory
./start.sh: line 10: ./.tomcat2_start.sh: No such file or directory
./start.sh: line 12: ./.jakarta_start.sh: Permission denied
=== ALL DONE! ===
Any idea??:?:
Re: iweb 1.1 for pw144 (english) + easy install
File is written wrong, replace everything infile with echo ""
echo "=== STARTING MySQL, APACHE, & APACHE TOMCAT NOW ==="
cd /root
./.mysql_start.sh
sleep 1
./.apache_start.sh
sleep 1
./.tomcat_start.sh
sleep 1
./.tomcat2_start.sh
sleep 1
./.jakarta_start.sh
sleep 1
echo "=== ALL DONE! ==="
echo ""
also waiting for help to my thread, why does it take so long?
Re: iweb 1.1 for pw144 (english) + easy install
Quote:
Originally Posted by
sxymxd84
File is written wrong, replace everything infile with echo ""
echo "=== STARTING MySQL, APACHE, & APACHE TOMCAT NOW ==="
cd /root
./.mysql_start.sh
sleep 1
./.apache_start.sh
sleep 1
./.tomcat_start.sh
sleep 1
./.tomcat2_start.sh
sleep 1
./.jakarta_start.sh
sleep 1
echo "=== ALL DONE! ==="
echo ""
also waiting for help to my thread, why does it take so long?
echo ""
echo "=== STARTING MySQL, APACHE, & APACHE TOMCAT NOW ==="
cd /root
./.mysql_start.sh
sleep 1
./.apache_start.sh
sleep 1
./.tomcat_start.sh
sleep 1
./.tomcat2_start.sh
sleep 1
./.jakarta_start.sh
sleep 1
echo "=== ALL DONE! ==="
echo ""
I already have that:(:
Re: iweb 1.1 for pw144 (english) + easy install
Wait a second...first, i must install apache tomcat and mysql?
Re: iweb 1.1 for pw144 (english) + easy install
the permission denied is based on your permissions you want to set them to 0555 by going to the jakarta-aleksimian/bin and then either typing chmod 555 *.sh or do it with winscp also you want to change the jakarta_start.sh to permissions of 555 as well.
Re: iweb 1.1 for pw144 (english) + easy install
When i write 192.168.###.###:8080/iweb/
Directory: /iweb/
META-INF/ 4096 bytes Mar 21, 2012 2:24:10 AM
WEB-INF/ 4096 bytes Mar 21, 2012 2:24:18 AM
getcode.jsp 575 bytes Oct 18, 2011 11:21:22 PM
include/ 4096 bytes Mar 21, 2012 2:24:09 AM
manage/ 4096 bytes Mar 21, 2012 2:24:10 AM
role/ 4096 bytes Mar 21, 2012 2:24:10 AM
:/:
Re: iweb 1.1 for pw144 (english) + easy install
Re: iweb 1.1 for pw144 (english) + easy install
don't work...if someone can speak with me to explain it step by step please add:flavius_badboy88 :|
Re: iweb 1.1 for pw144 (english) + easy install
If you're using Jetty there are few lines that must me edited in order to get it work.
Re: iweb 1.1 for pw144 (english) + easy install
Quote:
Originally Posted by
Calas
If you're using Jetty there are few lines that must me edited in order to get it work.
I use Jetty:mellow:
Re: iweb 1.1 for pw144 (english) + easy install
Quote:
Originally Posted by
88supra86
the permission denied is based on your permissions you want to set them to 0555 by going to the jakarta-aleksimian/bin and then either typing chmod 555 *.sh or do it with winscp also you want to change the jakarta_start.sh to permissions of 555 as well.
I've did how you said but this command don't stop:
=== STARTING MySQL, APACHE, & APACHE TOMCAT NOW ===
./start.sh: line 4: ./.mysql_start.sh: No such file or directory
./start.sh: line 6: ./.apache_start.sh: No such file or directory
./start.sh: line 8: ./.tomcat_start.sh: No such file or directory
./start.sh: line 10: ./.tomcat2_start.sh: No such file or directory
./start.sh: line 12: ./.jakarta_start.sh: Permission denied
=== ALL DONE! ===
:/:
Where to type chmod 555/.sh etc... ??? I use WinSCP, i must go and type the codes in Console/Open Terminal???