Partial Content Display

17416, modified 20 Years ago. New Member Posts: 12 Join Date: 10/14/05 Recent Posts
I was trying to setup a development environment in my workstation and I was able to do so with the help of &quot;Liferay Portal Setup Guide.pdf&quot;.<br /><br />Now I come across a small issue and need some expert suggestions<br /><br />My Development Environment:<br /><br />OS: Windows XP<br />App Server: Orion (2.0.6)<br />Web Server: Tomcat (5.0.28)<br />DB: Oracle 9i<br /><br />For setting up the Oracle I created a new user called as LPORTAL <br />executed the create-oracle.sql and run the CTL files available under &quot;portal&#092;sql&#092;portal&quot;<br /><br /><br />When I run the application only the heading is visible.<br />And search functionality seems to be working fine.<br /><br />I would like to know, from where these contents are being read?<br /><br />Configuration details are as bellow<br /><br />*********************************************************<br />orion&#092;config&#092;web-sites&#092;portal.liferay.com-web.xml<br />*********************************************************<br />&lt;?xml version=&quot;1.0&quot;?&gt;<br />&lt;&#33;DOCTYPE web-site PUBLIC &quot;Orion Web-site&quot; &quot;http://www.orionserver.com/dtds/web-site.dtd&quot;&gt;<br /><br />&lt;web-site host=&quot;[ALL]&quot; port=&quot;8080&quot;&gt;<br /> &lt;default-web-app application=&quot;default&quot; name=&quot;portal.liferay.com-web&quot; load-on-startup=&quot;false&quot;/&gt;<br /> &lt;web-app application=&quot;default&quot; name=&quot;portal-web&quot; root=&quot;/portal&quot; load-on-startup=&quot;false&quot;/&gt;<br /> &lt;web-app application=&quot;default&quot; name=&quot;tunnel-web&quot; root=&quot;/tunnel&quot; load-on-startup=&quot;false&quot;/&gt;<br /> &lt;web-app application=&quot;default&quot; name=&quot;axis-web&quot; root=&quot;/axis&quot; load-on-startup=&quot;false&quot;/&gt;<br /> &lt;access-log path=&quot;../../log/default-web-access.log&quot; /&gt;<br />&lt;/web-site&gt;<br /><br />***********************************************************<br />server.xml (liferay&#092;ext&#092;servers&#092;tomcat&#092;conf&#092;server.xml)<br />***********************************************************<br /><br />&lt;Connector port=&quot;80&quot;<br /> maxThreads=&quot;150&quot; minSpareThreads=&quot;25&quot; maxSpareThreads=&quot;75&quot;<br /> enableLookups=&quot;false&quot; redirectPort=&quot;8443&quot; acceptCount=&quot;100&quot;<br /> debug=&quot;0&quot; connectionTimeout=&quot;20000&quot; <br /> disableUploadTimeout=&quot;true&quot; /&gt;<br /><br />Thanks &amp; Regards,<br />Ranes.<br />
17416, modified 20 Years ago. New Member Posts: 12 Join Date: 10/14/05 Recent Posts
Hi Guys,<br /><br />I jus followed the guidelines given in the following URL and it worked.<br /><a href='http://www.liferay.com/web/guest/community/forums/message_boards/message/58426' target='_blank'>http://www.liferay.com/web/guest/community/forums/message_boards/message/58426</a><br /><br />Thanks &amp; Regards,<br /> Ranes.