aspose file tools
The moose likes Websphere and the fly likes Urgent help please !!!!!!!! - Http server is not starting !!! Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Products » Websphere
Reply Bookmark "Urgent help please !!!!!!!! - Http server is not starting !!! " Watch "Urgent help please !!!!!!!! - Http server is not starting !!! " New topic
Author

Urgent help please !!!!!!!! - Http server is not starting !!!

Siva Ram
Ranch Hand

Joined: Apr 04, 2002
Posts: 66
Hi,
For avoiding crstal page server error while seeing the crystal reports, ( plugin of crstal reports with Http server.).
From Segate crystal support we got the reply to add the following lines given below. But if we are adding it in the conf file and restarting the http service / the m/c itself., I am getting the error as follows.
Could not start the IBM HTTP Server service on Local Computer.
The service did not return an error. This could be an internal Windows error or an internal service error.
If the problem persists, contact your system administrator.
----------------------------------------------
Code which I added in httpd.conf file which I got from crystal support as follows.
--------------------------------------------
# The Crystal Enterprise Launchpad
<IfModule mod_alias.c>
Alias /crystal/ "C:/Program Files/Seagate Software/Web Content/"
<Directory "C:/Program Files/Seagate Software/Web Content/">
Options Indexes Multiviews
AllowOverride None
Order allow,deny
Allow from all
</Directory>
# The Crystal Enterprise Viewers
Alias /viewer/ "C:/Program Files/Seagate Software/Viewers/"
<Directory "C:/Program Files/Seagate Software/viewers/">
Options Indexes Multiviews
AllowOverride None
Order allow,deny
Allow from all
</Directory>
</IfModule>
# Handle CE file extensions with the CGI connector
<IfModule mod_actions.c>
Action crystal-wcs /cgi-bin/wcscgi.cgi (or wcscgi.exe)
AddHandler crystal-wcs .rpt .shtx .csp .cri .cwr
</IfModule>
-----------------------------------------------
Can any one please help me to solve this please.


Thanks and Regards,<br />Siva Ram .NR
Patrick Finnegan
Ranch Hand

Joined: Mar 05, 2002
Posts: 179
This is probably a syntax error in the Apache config file. Navigate to d:\installdir\httpserver. From the command line execute d:> apache -t. This checks the apache config file. Now run apache from the commandline. d:\installdir\httpserver\apache start. Check for error messages. Stop apache by opening up another prompt and issuing "apache stop".
 
I agree. Here's the link: http://zeroturnaround.com/jrebel/download
 
subject: Urgent help please !!!!!!!! - Http server is not starting !!!
 
Similar Threads
Apache HTTP Server is not responding on 100 User Load
Filter Not Found in new deployment
Disk full issues with apache - need help please...
Tomcat 7 digest authentication problem
apache (tomcat) not parsing XML file?