Search Results

Search: Posts Made By: shiraz
3,114
Posted By shiraz
Tnx buddies, i have got it :) OS=`uname` ...
Tnx buddies, i have got it :)

OS=`uname`
IO="" # store IP
case $OS in
Linux) IP=`ifconfig | grep 'inet addr:'| grep -v '127.0.0.1' | cut -d: -f2 | awk '{ print $1}'`;;
FreeBSD|OpenBSD)...
3,114
Posted By shiraz
I need the network IP not local. The ip that i...
I need the network IP not local. The ip that i can get from ifconfig.
3,114
Posted By shiraz
Get the only ip (nothing else) of my linux machine?
How i can get the only ip (nothing else) of my linux machine using shell script.
25,074
Posted By shiraz
I have these mentioned directories when ls ...
I have these mentioned directories when ls
[root@cat12 server]# ls
all default minimal projectfolder

[root@cat12 server]# cd projectfolder/
[root@cat12 projectfolder]# ls
log tmp
25,074
Posted By shiraz
Im using this script ...
Im using this script
---------------------------------
#!/bin/sh
# For starting Jboss

JAVA_HOME=/home/argole/jdk/jdk1.6.0_10
JBOSS_HOME=/home/argole/server/jboss-4.2.0.GA

export JAVA_HOME...
25,074
Posted By shiraz
@ygemici Did nothing with this cmnd: nohup ....
@ygemici
Did nothing with this cmnd:
nohup . ./run.sh -b 0.0.0.0 -c default
25,074
Posted By shiraz
What kind of work i need to do for projectfolder?
What kind of work i need to do for projectfolder?
25,074
Posted By shiraz
@ raphaelbertozzi This the output: run.sh:...
@ raphaelbertozzi
This the output:
run.sh: Missing required file: /home/argole/server/jboss-4.2.2.GA/bin/run.jar

@ ygemici
Not and my jboss is working fine when run manually instead of this...
25,074
Posted By shiraz
nothing to display :) no error no log
nothing to display :) no error no log
25,074
Posted By shiraz
run.sh: invalid option -- s
run.sh: invalid option -- s
Forum: UNIX and Linux Applications 06-23-2010
2,829
Posted By shiraz
How do I Start postgre SQL automatically when boot my linux machine
Can any body give me the script to start postgre SQL 8.3.1 when boot linux?
25,074
Posted By shiraz
My path of this file is as ...
My path of this file is as
/home/argole/server/jboss-4.2.0.GA/server/minimal/conf/jboss-service.xml
instead of this
/home/argole/server/jboss-4.2.0.GA/server/projectfolder/conf/jboss-service.xml...
25,074
Posted By shiraz
Nothing on server log. I think the script file...
Nothing on server log.
I think the script file is not executing. But when i checked jboss process from grep, it showing that the file have been run 'S84startjboss' but nothing happens.
...
25,074
Posted By shiraz
How do I Start JBoss automatically when boot my linux machine.
I have created a script file named 'start-jboss'
-------------------------------------------------
#!/bin/sh

# For starting Jboss

JAVA_HOME=/home/argole/jdk/jdk1.6.0_10
export JAVA_HOME
cd...
Showing results 1 to 14 of 14

 
All times are GMT -4. The time now is 05:31 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy