Hi Mohit, It would be helpful if you could share also the log information from catalina.out in apache-tomcat/logs
But you should also consider that by default there is a connector configured
for port 8080. Make sure that you did not add a second . . . your email says
that you pasted the connector configuration into the server.xml. So if that is
the case, then there is a possibility that you have two connectors configured
for port 8080.
Second, you should probably not change the appBase in the Host node. usually it
points to webapps. There are webapps that come standard with tomcat that you
might want to use, like the tomcat manager. Also if you want to use Tomcat to
host other apps, that is where you'll most likely want to configure them.
Last, what you should do inside the Host node, but as a child node is configure
the location where you've installed dspace, such as
<Host .....>
<Context path="/xmlui" docBase="[dspace]/webapps/xmlui" debug="0"
reloadable="true" cachingAllowed="false"
allowLinking="true"/>
</Host>
Reference http://www.dspace.org/1_5_1Documentation/ch03.html#N10592 for more
help on configuring tomcat and geting your dspace installed.
..\Wendy
Wendy Bossons
Web Developer
MIT Libraries
Technology Research & Development
Building E25-131
77 Massachusetts Ave.
Cambridge, MA 02141-4307
Phone 617-253-0770
Fax 617-253-4462
[email protected]
http://libraries.mit.edu
On Feb 6, 2010, at 12:32 PM, MOHIT SHARMA wrote:
> During the installation of dspace , when i type
> $ sudo service tomcat6 start
> Its says
> * Starting Tomcat servlet engine tomcat6 [fail]
>
>
> i have edited , /etc/tomcat6/server.xml
> change to
>
> (i have just pasted this code in the file )
> <Connector port="8080" maxHttpHeaderSize="8192"
> maxThreads="150" minSpareThreads="25" maxSpareThreads="75"
> enableLookups="false" redirectPort="8443" acceptCount="100"
> connectionTimeout="20000" disableUploadTimeout="true"
> URIEncoding="UTF-8" />
>
> and
>
> <Host name="localhost" appBase="/dspace/webapps"
> unpackWARs="true" autoDeploy="true"
> xmlValidation="false" xmlNamespaceAware="false">
>
>
> Please Help with this . <ATT00001.c><ATT00002.c>
smime.p7s
Description: S/MIME cryptographic signature
------------------------------------------------------------------------------ The Planet: dedicated and managed hosting, cloud storage, colocation Stay online with enterprise data centers and the best network in the business Choose flexible plans and management services without long-term contracts Personal 24x7 support from experience hosting pros just a phone call away. http://p.sf.net/sfu/theplanet-com
_______________________________________________ Dspace-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dspace-general
