Hi Krish,

It seems configuration issue. Please refer
https://issues.apache.org/jira/browse/OFBIZ-6849
You need to configure https as well on external tomcat.

{code}
2017-12-25 02:28:07,339 |http-nio-8080-exec-1 |RequestHandler
  |I| Sending redirect to: [https://127.0.0.1/ecommerce/control/main].
Hidden sessionId by default.
{code}

RequestHandler redirecting it to https://127.0.0.1/ecommerce/control/main,
8443 port is missing.

Thanks & Regards
--
Deepak Dixit
www.hotwaxsystems.com
www.hotwax.co

On Mon, Dec 25, 2017 at 3:31 PM, Michael Brohl <michael.br...@ecomify.de>
wrote:

> Hi Krish,
>
> there seems to be everything ok with the log, the request is served
> without errors.
>
> What did you see in your browser?
>
> Regards
>
> Michael
>
>
> Am 25.12.17 um 10:16 schrieb Deepak Dixit:
>
> Hi Krish,
>>
>> Your email has been moderated, Please subscribe mailing list
>> http://ofbiz.apache.org/mailing-lists.html
>>
>> Thanks & Regards
>> --
>> Deepak Dixit
>> www.hotwaxsystems.com
>> www.hotwax.co
>>
>> ---------- Forwarded message ----------
>> From: "krishna8...@gmail.com" <krishna8...@gmail.com>
>> To: <user@ofbiz.apache.org>
>> Cc:
>> Bcc:
>> Date: Mon, 25 Dec 2017 02:33:32 -0000
>> Subject: Unable to access local ecommerce application
>> Hi,
>>
>> I have been following the instruction under Demo and Setup guide under -
>> https://cwiki.apache.org/confluence/display/OFBIZ/Demo+and+
>> Test+Setup+Guide
>>
>> I was able to start OFBiz with embedded Tomcat (Step 4).
>>
>> But I am unable to access - http://127.0.0.1:8080/ecommerce/control/main
>> for the ecommerce application. The request is not being served.
>>
>> This is the log message in the console (Last few lines) -
>> ------------------------------------------------------------
>> ------------------------------------------------------------
>> ---------------
>> 2017-12-25 02:27:31,162 |main                 |ContainerLoader
>>   |I| Started container birt-container
>> 2017-12-25 02:27:32,115 |OFBiz-JobPoller      |JobManager
>>    |I| No crashed jobs to re-schedule
>> 2017-12-25 02:28:06,901 |http-nio-8080-exec-1 |ControlEventListener
>>    |I| Creating session:  hidden sessionId by default.
>> 2017-12-25 02:28:06,917 |http-nio-8080-exec-1 |CategoryWorker
>>    |I| [CategoryWorker.getCatalogTopCategory] Setting new top category:
>> CATALOG1
>> 2017-12-25 02:28:07,073 |http-nio-8080-exec-1 |ControlServlet
>>    |T| [[[main(Domain:http://127.0.0.1)] Request Begun, encoding=[UTF-8]-
>> total:0.0,since last(Begin):0.015]]
>> 2017-12-25 02:28:07,089 |http-nio-8080-exec-1 |VisitHandler
>>    |I| Found visitorId [10000] in cookie
>> 2017-12-25 02:28:07,104 |http-nio-8080-exec-1 |TransactionUtil
>>   |W| No transaction in place, so not suspending.
>> 2017-12-25 02:28:07,167 |http-nio-8080-exec-1 |SequenceUtil
>>    |I| Got bank of sequenced IDs for [Visit]; curSeqId=10600,
>> maxSeqId=10700, bankSize=100
>> 2017-12-25 02:28:07,276 |http-nio-8080-exec-1 |ConfigXMLReader
>>   |I| controller loaded: 0.015s, 289 requests, 95 views in
>> file:/C:/apache-ofbiz/ofbiz/specialpurpose/ecommerce/
>> webapp/ecommerce/WEB-INF/controller.xml
>> 2017-12-25 02:28:07,339 |http-nio-8080-exec-1 |RequestHandler
>>    |I| Sending redirect to: [https://127.0.0.1/ecommerce/control/main].
>> Hidden sessionId by default.
>> 2017-12-25 02:28:07,479 |http-nio-8080-exec-1 |ServerHitBin
>>    |I| Visit delegatorName=default, ServerHitBin delegatorName=default
>> 2017-12-25 02:28:07,604 |http-nio-8080-exec-1 |ControlServlet
>>    |T| [[[main(Domain:http://127.0.0.1)] Request Done- total:0.531,since
>> last([main(Domain:http...):0.531]]
>> ------------------------------------------------------------
>> ------------------------------------------------------------
>> ---------------
>>
>> I could access
>> https://127.0.0.1:8443/webtools/control/main for the WebTools
>> application or
>> https://127.0.0.1:8443/catalog/control/main for the Catalog Manager
>> application.
>>
>> Can someone help me please?
>>
>> JAVA_HOME - C:\Program Files\Java\jdk1.8.0_131
>>
>> And it is the latest OFBiz - apache-ofbiz-16.11.03
>>
>> Thanks,
>> Krish
>>
>>
>
>

Reply via email to