how do i start Tomcat6 server

i have installed tomcat6 server.
i m using openSuse11.1
how do i start the tomcat server?

pls. help.:shame:

/etc/init.d/tomcat6 start

or through YaST.

thanx, but it doesnt work. have a look:

sandesh@linux-jm3b:/> /etc/init.d/tomcat6 start
Starting Tomcat (/usr/share/tomcat6)lock file found but no process running for pid 15528, continuingtouch: cannot touch /var/run/tomcat6.pid': Permission denied chown: changing ownership of /var/run/tomcat6.pid’: Operation not permitted
touch: cannot touch /var/log/tomcat6/catalina.out': Permission denied chown: cannot access /var/log/tomcat6/catalina.out’: Permission denied
/etc/init.d/tomcat6: line 222: /var/log/tomcat6/catalina.out: Permission denied
failed

sandesh@linux-jm3b:/> sudo /etc/inti.d/tomcat6 start
root’s password:
sudo: /etc/inti.d/tomcat6: command not found
sandesh@linux-jm3b:/> sudo su
linux-jm3b:/ # /etc/init.d/tomcat6 start
Starting Tomcat (/usr/share/tomcat6)lock file found but no process running for pid 15528, continuing done

That last attempt succeeded. There should be a java process running tomcat6.

the last attempt didn’t succeed, coz i couln’t get the page
http://localhost:8080/

but i solved it.

i checked the log
it said /etc/java not found
so i created a link for java there
$ln -s …

Maybe because you haven’t used the openSUSE Java packages, which automatically set up JAVA_HOME to /usr/lib(64)/java/jvm, which through a couple of symlinks, points to the selected version of java.