Ubuntu Server Gui +Tomcat

Nautilus Scripts

Source i (link to git-repo or to original if based on someone elses unmodified work):

Add the source-code for this project on opencode.net

0
Become a Fan
5.0

Description:
Start , stop or see the state of apache2 , proftpd , ssh , samba , winbind , mysql ,webmin , tomcat.

Instalation:

1.unzip the archive
2.copy the folder server to /usr/share/
4.make all files executable (properties ,permisions , alow executing file as program) and watch out to rights (root:rwx)
5. run Server Launcher and type your root password
6.additionaly you can create a launcher on desktop by typping in the command: /usr/share/server/server
7.Enjoy!

Ratings & Comments

2 Comments

caezsar

Then everthing is good!

cewanf

I modified the script a bit: #!/bin/bash ans=$(zenity --title="Tomcat Management" --list --width=300 --height=200 --text "Select from list below:" --radiolist --column "Run" --column "Task" TRUE "Start/restart tomcat" FALSE "Stop tomcat" --separator=":") if [ "$ans" = "Stop tomcat" ] then echo "==================================================" echo -e $RED"Stopping Tomcat"$ENDCOLOR /usr/bin/notify-send "Stopping Tomcat" /opt/tomcat/bin/shutdown.sh fi if [ "$ans" = "Start/restart tomcat" ] then echo "==================================================" echo -e $RED"Restarting Tomcat"$ENDCOLOR /usr/bin/notify-send "Restarting Tomcat" /opt/tomcat/bin/restart_debug.sh fi And also renamed tomcat to tomcat.sh

Pling
0 Affiliates
Details
license
version
updated
added
downloads 24h 0
mediaviews 24h 0
pageviews 24h 0

More Nautilus Scripts from caezsar:

line
caezsar
last update date: 11 years ago

Score 5.0

extractx
caezsar
last update date: 11 years ago

Score 5.0

Process pause
caezsar
last update date: 11 years ago

Score 5.7

Kill Process
caezsar
last update date: 12 years ago

Score 6.1

Steganography
caezsar
last update date: 12 years ago

Score 6.5

web2pdf-ps
caezsar
last update date: 12 years ago

Score 6.1

Other Nautilus Scripts:

Gflv2avi
acidc00l
last update date: 15 years ago

Score 5.0

My Movie Portal v3.2.8
iTechScripts
last update date: 13 years ago

Score 4.7

Browse Nautilus as root
SteveSims
last update date: 17 years ago

Score 5.0

Open Nautilus as Root
Mariux
last update date: 17 years ago

Score 5.0

Compare Strings
cdmn
last update date: 17 years ago

Score 5.0

grooto
pontos
last update date: 17 years ago

Score 5.0



System Tags