On 31 March 2010 06:14, MOHIT SHARMA <[email protected]> wrote:
>
> After doing this command :sudo ant fresh_install
> i have used these commands
>
> 1:)  /dspace/bin/create-administrator
>
> 2)sudo gedit /etc/default/tomcat6
>
>      -->TOMCAT6_USER=dspace
>       -->TOMCAT6_SECURITY=no
>
> 3)   sudo gedit /etc/tomcat6/server.xml
>
>           <Connector port="8180" maxHttpHeaderSize="8192"
>                      maxThreads="150" minSpareThreads="25"
> maxSpareThreads="75"
>                      enableLookups="false" redirectPort="8443"
> acceptCount="100"
>                      connectionTimeout="20000" disableUploadTimeout="true"
>                      URIEncoding="UTF-8" />
>
>       Also in server.xml modify the webapps directory to point to
> /dspace/webapps:
>
>             <Host name="localhost" appBase="/dspace/webapps"
>              unpackWARs="true" autoDeploy="true"
>              xmlValidation="false" xmlNamespaceAware="false">
>
> 4) sudo service tomcat6 start
>
> Now after doing all this .. i am getting this error .......
>
> On running : http://localhost:8180/jspui/
>
> HTTP Status 500 -

I'm not running tomcat6, but tomcat5.5, also using dspace as the
tomcat user and /dspace/webapps as the deployment directory, and I
found it necessary to change the ownership of all of the tomcat
directories and files to the tomcat user as defined in
/etc/default/tomcat:

e.g:
chown -R dspace /etc/tomcat5.5/ /var/log/tomcat5.5/
/var/lib/tomcat5.5/ /var/cache/tomcat5.5/ /usr/share/tomcat5.5/

Sean
-- 
Sean Carte
esAL Library Systems Manager
+27 72 898 8775
+27 31 373 2490
fax: 0866741254
http://esal.dut.ac.za/

------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
DSpace-tech mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dspace-tech

Reply via email to