Plz. don't ignore this mail "Installing Tomcat 4.1.24.zip on Sco Openserver 5.0.2"


 
Thread Tools Search this Thread
Operating Systems SCO Plz. don't ignore this mail "Installing Tomcat 4.1.24.zip on Sco Openserver 5.0.2"
# 1  
Old 10-13-2003
Plz. don't ignore this mail "Installing Tomcat 4.1.24.zip on Sco Openserver 5.0.2"

Hi Guys,


I want ur replies very very Urgently.Plz. don't ignore this mail.

I am using Sco openserver 5.0.2 and i have downloaded jdk1.2.2

for that i have installed it.The jdk is working fine.

Then i download jakarta-tomcat-4.1.24.zip and i have installed it.

In order to run tomcat i went to the directory:-

/var/jakarta/bin

Which is where i move the tomcat contents:-

and i use :-

vi catalina.sh


Which opens a environment variable setting file.

Here i set the following things:-


export JAVA_HOME=/usr/java2

export CATALINA_HOME=/var/jakarta

Where this is the correct path Where jdk1.2.2 and jakarta-tomcat resides.


And in the vi .profile:-

i have set for jdk


PATH=$PATH:.:/usr/java2/bin


But there is no problem with jdk but when i try to run

catalina.sh by using the following command:-


# /var/jakarta/bin/catalina.sh start

in the shell prompt.

I am getting an error saying :-

/usr/java2 is not an identifier the same problem occurs for

CATALINA_HOME as well .


So plz. do provide a solution for this and plz. explain me where i am going wrong??? It is Very very Urgent at the moment.Plz. don't ignore this mail. I am in that situation at the moment.

I will be waiting for ur replies.

Thanx,
m.ananthu
# 2  
Old 10-23-2003
Instead of
export JAVA_HOME=/usr/java2

export CATALINA_HOME=/var/jakarta


Try
JAVA_HOME=/usr/java2
CATALINA_HOME=/var/jakarta
export JAVA_HOME CATALINA_HOME
Login or Register to Ask a Question

Previous Thread | Next Thread

5 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Bash script - Print an ascii file using specific font "Latin Modern Mono 12" "regular" "9"

Hello. System : opensuse leap 42.3 I have a bash script that build a text file. I would like the last command doing : print_cmd -o page-left=43 -o page-right=22 -o page-top=28 -o page-bottom=43 -o font=LatinModernMono12:regular:9 some_file.txt where : print_cmd ::= some printing... (1 Reply)
Discussion started by: jcdole
1 Replies

2. SCO

"Unexpected EOF within #IF, #ifdef or #ifndef" error when rebuilding / relinking SCO OpenServer 5

Hi, I am a new Unix Guru with very little experience but have the task of P2Ving an old HP Proliant ML370 G5 server to VMware ESX 4.1 or ESXi 5.5. System seems to boots fine but when trying to remove HP software, configure TCP/IP or a driver, I am receiving: -------- ... (7 Replies)
Discussion started by: dj_Italian
7 Replies

3. Shell Programming and Scripting

How to find a file which are not ends with ".zip" and which are ends with "*.log*" or "*.out*"?

I am new to bash/shell scripting. I want to find all the files in directory and subdirectories, which are not ends with “.zip” and which are contains in the file name “*.log*” or “*.out*”. I know below command to get the files which ends with “.log”; but I need which are not ends with this... (4 Replies)
Discussion started by: Mallikgm
4 Replies

4. AIX

echo $varibla | mail -s "subject" "xxx@xxx.com" not ruuning as expected

Hi Folks, As per the subject, the following command is not working as expected. echo $variable | mail -s "subject" "xxx@xxx.com" Could anyone figure it out whats wrong with this. I am using AIX box. Regards, (2 Replies)
Discussion started by: gjarms
2 Replies

5. Shell Programming and Scripting

awk command to replace ";" with "|" and ""|" at diferent places in line of file

Hi, I have line in input file as below: 3G_CENTRAL;INDONESIA_(M)_TELKOMSEL;SPECIAL_WORLD_GRP_7_FA_2_TELKOMSEL My expected output for line in the file must be : "1-Radon1-cMOC_deg"|"LDIndex"|"3G_CENTRAL|INDONESIA_(M)_TELKOMSEL"|LAST|"SPECIAL_WORLD_GRP_7_FA_2_TELKOMSEL" Can someone... (7 Replies)
Discussion started by: shis100
7 Replies
Login or Register to Ask a Question