Hi all,
I’m new to OfBiz and at the first start I have a
problem when accessing the website after running OfBiz server. Here is part of
my ofbiz-container.xml:
<property name="http-connector" value="connector">
………
<property name="acceptCount" value="10"/>
<property name="address" value="0.0.0.0"/>
<property name="bufferSize" value="2048"/>
<property name="compressableMimeType" value="text/html,text/xml,text/plain"/>
<property name="compression" value="on"/>
<property name="connectionLinger" value="-1"/>
<property name="connectionTimeout" value="60000"/>
<property name="disableUploadTimeout" value="false"/>
<property name="maxHttpHeaderSize" value="4096"/>
<property name="maxKeepAliveRequests" value="100"/>
<property name="maxSpareThreads" value="50"/>
<property name="maxThreads" value="200"/>
<property name="minSpareThreads" value="4"/>
<property name="noCompressionUserAgents"
value=""/>
<property name="port" value="8080"/>
....
</property>
I only can access
to https://localhost:8443 (manager)
But accessing to http://localhost:8080
, I get “http 400 bad request” all the time.
Any idea? Thanks
in advance.
Regards,
VanPH
| Free forum by Nabble | Edit this page |