![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | 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 !! |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| S-295: HP-UX Running Apache With PHP | iBot | Security Advisories (RSS) | 0 | 05-20-2008 04:00 PM |
| S-266: HP OpenView Network Node Manager (OV NNM) Running Apache | iBot | Security Advisories (RSS) | 0 | 04-17-2008 03:30 PM |
| Running UNIX commands remotely in Windows box from Unix box – avoid entering password | D.kalpana | UNIX for Dummies Questions & Answers | 1 | 04-20-2007 05:24 AM |
| How can you tell what version Apache your running? | shorty | UNIX for Dummies Questions & Answers | 1 | 05-05-2006 12:50 PM |
| Apache/Unix | cpk0 | UNIX for Dummies Questions & Answers | 10 | 06-07-2001 11:08 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
running apache on unix
Hi,
I am running an application on apache/tomcat under unix. It was working fine until I stopped both tomcat and apache and restarted both. Now I am getting 404 not found error. Is there something here that I am missing. Any help will be appreciatd. Thx Karthik |
|
||||
|
Usually Tomcat and Apache runs independent on the same server. Starting/stopping either one should not have any effect on the other.
The 404 error is generated by Apache or Tomcat? For Tomcat, you may need to trace from the server.xml to the deployment descriptor (web.xml) and something like that. Probably you may wish to dig out the relevant error log for more details. Or, just deploy your application again to ensure things are correct (some config may have been modified when Tomcat is running, which are not reflected until it is restarted) For Apache, usually changes are reflected instantly, and it is easier to trace the problem as the path mapping mechanism of Apache is considerably simpler. |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|