![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Tomcat configuration | preeti chouhan | UNIX for Dummies Questions & Answers | 1 | 02-23-2008 03:09 AM |
| Apache Tomcat 6.0.14 (6.0.x branch) | iBot | Software Releases - RSS News | 0 | 01-17-2008 05:10 PM |
| R-359: Tomcat Security Update | iBot | Security Advisories (RSS) | 0 | 01-10-2008 10:20 AM |
| Setting up FTP access to my Tomcat Dir | boarderstu | UNIX for Dummies Questions & Answers | 4 | 07-28-2007 05:43 AM |
| Reload Servlet in Tomcat | hamboy | UNIX for Dummies Questions & Answers | 1 | 02-10-2006 07:51 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
Run tomcat at startup
Is it possible to run tomcat automatically when Linux boots without having to log in?
__________________
[url=http://www.spetnik.com/images/storybanner.php][img]http://www.spetnik.com/images/storybanner.php?s=i[/img][/url] |
| Forum Sponsor | ||
|
|
|
#2
|
||||
|
||||
|
Yes, of course.
There are startup scripts in your /etc/ directory, often found in /etc/rc.d ...... This is where you would add startup scripts. Most often in /etc/rc.d/rc.local |
|
#3
|
|||
|
|||
|
so i should call the script from rc.local?
__________________
[url=http://www.spetnik.com/images/storybanner.php][img]http://www.spetnik.com/images/storybanner.php?s=i[/img][/url] |
|
#4
|
|||
|
|||
|
I suggest you read the documentation of your distro, because the way to do it is a bit different in different Linux distros.
Search for sections on RC scripts, runlevels, system startup or the like in the docs. |
|
#5
|
||||
|
||||
|
Quote:
However, having an rc.local file that has the specific entries you created is a great idea and keeps the configuration 'clean' and easy to manage. Your distribution may call an rc.local file now. I suggest you explore these scripts and how they call each other, including the order, during system boot. You can also post the content of the rc directory for further guidance and comments (the file names, not the content of the files). Neo |
||||
| Google The UNIX and Linux Forums |