From: Ranjan S. <sar...@gm...> - 2010-03-31 10:16:23
|
Dear Sir, I have mention the details what I have done till now. 1.I have installed ROCKS5.2 in my sun fire X4440(www.rocksclusters.org) 2. I have installed "jdk 1.5" and then install "apache ant" and after that i have set the environment variable in /etc/profile at the bottom as export ANT_HOME=/usr/local/ant/ apache-ant-1.7.1 export JAVA_HOME=/opt/java/jdk1.5 export PATH= $JAVA_HOME/bin:$ANT_HOME/bin:$PATH after that i have seen the "java -version" and "ant -version". There i have noticed that java -version is shown correctly but in case of ant it shows that build.xml does not exits. Next I move to install apache tomcat. It has been installed. but when I check it in the browser by typing http://localhost:8080 . but nothing is coming. I have set the environment variable in the /etc/profile as export CATALINA_HOME=/opt/tomcat Now Sir what should I have to do? Can you please sent me the details of installation of java, ant and tomcat and also the environment variable to be set. It is must needed for me. I hope you will help me out. With Regards Ranjan Sarmah |
From: Jane R. <j2...@uc...> - 2010-03-31 20:37:21
|
Hi Ranjan, I think everything failed because ant complained build.xml didn't exist. Did you not run "ant install" from the Opal home directory? Jane ________________________________________ From: Ranjan Sarmah [sar...@gm...] Sent: Wednesday, March 31, 2010 3:16 AM To: opa...@li... Subject: [Opaltoolkit-users] Need A help Dear Sir, I have mention the details what I have done till now. 1.I have installed ROCKS5.2 in my sun fire X4440(www.rocksclusters.org<http://www.rocksclusters.org/>) 2. I have installed "jdk 1.5" and then install "apache ant" and after that i have set the environment variable in /etc/profile at the bottom as export ANT_HOME=/usr/local/ant/ apache-ant-1.7.1 export JAVA_HOME=/opt/java/jdk1.5 export PATH= $JAVA_HOME/bin:$ANT_HOME/bin:$PATH after that i have seen the "java -version" and "ant -version". There i have noticed that java -version is shown correctly but in case of ant it shows that build.xml does not exits. Next I move to install apache tomcat. It has been installed. but when I check it in the browser by typing http://localhost:8080<http://localhost:8080/> . but nothing is coming. I have set the environment variable in the /etc/profile as export CATALINA_HOME=/opt/tomcat Now Sir what should I have to do? Can you please sent me the details of installation of java, ant and tomcat and also the environment variable to be set. It is must needed for me. I hope you will help me out. With Regards Ranjan Sarmah |
From: Sriram K. <sr...@sd...> - 2010-03-31 20:47:24
|
A couple of other comments - * Did you start Tomcat? I am not certain from your email whether you did or not. If not, you might want to run Tomcat using their startup scripts ($CATALINA_HOME/bin/startup.sh) * You will have to run "ant install" from the Opal installation directory - that is where the build.xml exists. Sriram On Mar 31, 2010, at 1:35 PM, Jane Ren wrote: > Hi Ranjan, > > I think everything failed because ant complained build.xml didn't > exist. > Did you not run "ant install" from the Opal home directory? > > Jane > ________________________________________ > From: Ranjan Sarmah [sar...@gm...] > Sent: Wednesday, March 31, 2010 3:16 AM > To: opa...@li... > Subject: [Opaltoolkit-users] Need A help > > Dear Sir, > I have mention the details what I have done till now. > 1.I have installed ROCKS5.2 in my sun fire > X4440(www.rocksclusters.org<http://www.rocksclusters.org/>) > 2. I have installed "jdk 1.5" and then install "apache ant" and > after that i have set the environment variable in /etc/profile at > the bottom as > export ANT_HOME=/usr/local/ant/ > apache-ant-1.7.1 > export JAVA_HOME=/opt/java/jdk1.5 > export PATH= $JAVA_HOME/bin:$ANT_HOME/bin:$PATH > > after that i have seen the "java -version" and "ant -version". > There i have noticed that java -version is shown correctly but in > case of ant it shows that build.xml does not exits. > Next I move to install apache tomcat. It has been installed. but > when I check it in the browser by typing http://localhost:8080<http://localhost:8080/ > > . but nothing is coming. I have set the environment variable in > the /etc/profile as > export CATALINA_HOME=/opt/tomcat > Now Sir what should I have to do? Can you please sent me the details > of installation of java, ant and tomcat and also the environment > variable to be set. It is must needed for me. I hope you will help > me out. > > With Regards > Ranjan Sarmah > > ------------------------------------------------------------------------------ > Download Intel® Parallel Studio Eval > Try the new software tools for yourself. Speed compiling, find bugs > proactively, and fine-tune applications for parallel performance. > See why Intel Parallel Studio got high marks during beta. > http://p.sf.net/sfu/intel-sw-dev > _______________________________________________ > Opaltoolkit-users mailing list > Opa...@li... > https://lists.sourceforge.net/lists/listinfo/opaltoolkit-users |