Re: [Dev] wso2 IS 5.3.0 End User Dashboard

2017-02-10 Thread Farasath Ahamed
I tested the dashboard in a fresh pack and it is working fine. I see you
are accessing it using a hostname.

So you might encounter an error like below,
*javax.net.ssl.SSLException: hostname in certificate didn’t match:
 != sub.domain.com *

This happens because by default the WSO2 Identity Server ships with a
certificate for localhost. If you are accessing via a hostname you need to
create a self-signed certificate for that key and import it to
client-truststore.jks

Here are the steps,

   1. Navigate to /repository/resources/security in your terminal
   2. Assuming that you have keytool installed, run the below command to
   generate a self-signed certificate for your domain name

   keytool -genkey -keyalg RSA -alias selfsigned -keystore
wso2carbon.jks -storepass wso2carbon -keysize 2048
  (When it prompts for first name and last name give your domain
name)

   3. Export the certificate,
  keytool -export -alias selfsigned -file selfsigned.crt -keystore
wso2carbon.jks -storepass wso2carbon

   4. Import it to the client-truststore.jks
  keytool -import -alias test -file selfsigned.crt -keystore
client-truststore.jks -storepass wso2carbon


Can you try restarting the server after these steps and accessing the
dashboard?


Thanks,
Farasath Ahamed
Software Engineer, WSO2 Inc.; http://wso2.com
Mobile: +94777603866
Blog: blog.farazath.com
Twitter: @farazath619 




On Fri, Feb 10, 2017 at 5:22 PM, mgbii bax  wrote:

> Hello,
>
> I'm currently evaluating wso2 Identity Server and I'm using the latest
> version 5.3.0. By default, with or without using a load balancer I can't
> access the End User Dashboard as stated in docs:
> https://docs.wso2.com/display/IS530/Using+the+End+User+Dashboard.
>
> https://sub.domain.com:9443/dashboard
> https://sub.domain.com:9443/dashboard/acs
> https://lanhostname:9443/dashboard/
> https://lanhostname:9443/dashboard/acs
>
> I have tested several times, also did a fresh test and it seems that the
> End User Dashboard is not working for Identity Server 5.3.0.
>
> What are the configs that I need to modify to make it work?
>
>
> --
>
> regards
>
>
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] wso2 5.3.0 IS errors during start up

2017-02-10 Thread Kasun Bandara
Hi mgbill,

Can you use a port offset [1][2] on your default setup and restart the
server (retry your scenario). The issue must be resolved if you reverted
the changes properly (Otherwise even on a fresh IS 5.3.0 pack, this should
be reproducible)

Regards,
Kasun




[1] https://docs.wso2.com/display/IS530/Default+Ports+of+WSO2+Products

[2] https://docs.wso2.com/display/ADMIN44x/Changing+the+Default+Ports

Kasun Gayan Bandara
PhD Research Student
Machine Learning Group

Faculty of Information Technology, Clayton
Monash University
25 Exhibition Walk, Clayton Campus
Wellington Road
Clayton VIC 3800
Australia.

E: herath.band...@monash.edu
M (+61) 43 491 6476





On Fri, Feb 10, 2017 at 1:09 PM, mgbii bax  wrote:

> I made sure to check while troubleshooting if port 10389 is listening
> using "netstat" and "ss", and it's not.
>
> As for carbon.xml and user-mgt.xml, no recent changes that will cause the
> default ldap user store to not start-up. I did changes on 3 files though:
>
> [1] catalina-server.xml ==> ==>> changed localhost entries to my hostname
> - troubleshooting why End User Dashboard in 5.3.0 does not work (keep
> getting a redirect when accessing /dashboard )
> 
> ..
>  deployOnStartup="false" autoDeploy="false"
>   appBase="${carbon.home}/repository/deployment/server/
> webapps/">
>
>
> [2] repository/conf/security/authenticators.xml ==>> changed localhost
> entries to my hostname - troubleshooting why End User Dashboard in 5.3.0
> does not work (keep getting a redirect when accessing /dashboard ).
> 
> https://localhost:9443/samlsso
> urn:
> oasis:names:tc:SAML:1.1:nameid-format:unspecified
> h
> ttps://localhost:9443/acs
>
> [3] /repository/components/features/org.wso2.carbon.
> webapp.mgt.server_4.7.0/conf/security/sso-sp-config.properties:
> SAML2.IdPURL=https://localhost:9443/samlsso  ==>> changed localhost to my
> hostname in hopes that the Resident Identity Provider will show the correct
> SSO URL and Logout Url hostname.
>
> I have also connected the ldap backend to Apache Directory Studio to
> browse the schema while identity server was still running. Disconnected
> Apache Directory Studio before shutting down then that's it ldap will not
> start.
>
> Also reverted my changes on 3 files (compared with a fresh unzipped copy
> of wso2is 5.3.0 files) and will still not start properly.
>
> wso2user 19381  0.0  0.0   9508  1416 pts/0S17:07   0:00 sh
> /_wso2is-5.3.0/bin/wso2server.sh
> wso2user 19482  0.6  7.6 6880092 322956 pts/0  Sl   17:07   0:17  \_
> /usr/java/jdk1.8.0_111/bin/java -Xbootclasspath/a: -Xms256m -Xmx1024m
> -XX:+HeapDumpOnOutOfMemoryError -XX:HeapDumpPath=/_wso2is-5.3.
> 0/repository/logs/heap-dump.hprof -Dcom.sun.management.jmxremote
> -classpath /usr/java/jdk1.8.0_111/lib/tools.jar:/_wso2is-5.3.0/bin/
> org.wso2.carbon.bootstrap-4.4.11.jar:/_wso2is-5.3.0/bin/
> tcpmon-1.0.jar:/_wso2is-5.3.0/bin/tomcat-juli-7.0.73.jar:/_
> wso2is-5.3.0/lib/commons-lang-2.6.0.wso2v1.jar
> -Djava.endorsed.dirs=/_wso2is-5.3.0/lib/endorsed:/usr/java/
> jdk1.8.0_111/jre/lib/endorsed:/usr/java/jdk1.8.0_111/lib/endorsed
> -Djava.io.tmpdir=/_wso2is-5.3.0/tmp -Dcatalina.base=/_wso2is-5.3.0/lib/tomcat
> -Dwso2.server.standalone=true -Dcarbon.registry.root=/
> -Djava.command=/usr/java/jdk1.8.0_111/bin/java
> -Dcarbon.home=/_wso2is-5.3.0 
> -Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager
> -Dcarbon.config.dir.path=/_wso2is-5.3.0/repository/conf
> -Djava.util.logging.config.file=/_wso2is-5.3.0/
> repository/conf/etc/logging-bridge.properties
> -Dcomponents.repo=/_wso2is-5.3.0/repository/components/plugins
> -Dconf.location=/_wso2is-5.3.0/repository/conf
> -Dcom.atomikos.icatch.file=/_wso2is-5.3.0/lib/transactions.properties
> -Dcom.atomikos.icatch.hide_init_file_path=true
> -Dorg.apache.jasper.compiler.Parser.STRICT_QUOTE_ESCAPING=false
> -Dorg.apache.jasper.runtime.BodyContentImpl.LIMIT_BUFFER=true
> -Dcom.sun.jndi.ldap.connect.pool.authentication=simple
> -Dcom.sun.jndi.ldap.connect.pool.timeout=3000 
> -Dorg.terracotta.quartz.skipUpdateCheck=true
> -Djava.security.egd=file:/dev/./urandom -Dfile.encoding=UTF8
> -Djava.net.preferIPv4Stack=true -Dcom.ibm.cacheLocalHost=true
> -DworkerNode=false -Dorg.wso2.ignoreHostnameVerification=true
> org.wso2.carbon.bootstrap.Bootstrap
>
>
>
> --
>
> regards
>
> gezeala bacuño II
>
> On Wed, Feb 8, 2017 at 4:32 PM, Kasun Bandara 
> wrote:
>
>> Hi mgbil,
>>
>> According to the error message, the user store is unable to connect to
>> LDAP server. This could be due to another LDAP server running on port 10389
>> (port of the default embedded LDAP server). Can you please check whether
>> this port has already used by another server? (maybe used by another IS
>> server). And did you make any changes to the default settings of
>> carbon.xml and user-mgt.xml files?
>>
>> Regards,
>> Kasun

Re: [Dev] wso2 IS 5.3.0 End User Dashboard

2017-02-10 Thread Chamila Wijayarathna
Hi,

Can you post details about the error you are observing?

Thank You!

On Sat, Feb 11, 2017 at 12:22 PM, mgbii bax  wrote:

> Hello,
>
> I'm currently evaluating wso2 Identity Server and I'm using the latest
> version 5.3.0. By default, with or without using a load balancer I can't
> access the End User Dashboard as stated in docs:
> https://docs.wso2.com/display/IS530/Using+the+End+User+Dashboard.
>
> https://sub.domain.com:9443/dashboard
> https://sub.domain.com:9443/dashboard/acs
> https://lanhostname:9443/dashboard/
> https://lanhostname:9443/dashboard/acs
>
> I have tested several times, also did a fresh test and it seems that the
> End User Dashboard is not working for Identity Server 5.3.0.
>
> What are the configs that I need to modify to make it work?
>
>
> --
>
> regards
>
>
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


-- 
Chamila Dilshan Wijayarathna,
PhD Research Student
The University of New South Wales (UNSW Canberra)
Australian Centre for Cyber Security
Australian Defence Force Academy
PO Box 7916, Canberra BA ACT 2610
Australia
Mobile:(+61)416895795
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[Dev] wso2 IS 5.3.0 End User Dashboard

2017-02-10 Thread mgbii bax
Hello,

I'm currently evaluating wso2 Identity Server and I'm using the latest
version 5.3.0. By default, with or without using a load balancer I can't
access the End User Dashboard as stated in docs:
https://docs.wso2.com/display/IS530/Using+the+End+User+Dashboard.

https://sub.domain.com:9443/dashboard
https://sub.domain.com:9443/dashboard/acs
https://lanhostname:9443/dashboard/
https://lanhostname:9443/dashboard/acs

I have tested several times, also did a fresh test and it seems that the
End User Dashboard is not working for Identity Server 5.3.0.

What are the configs that I need to modify to make it work?


--

regards
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] [Architecture] WSO2 Enterprise Integrator 6.0.0 Alpha Released !

2017-02-10 Thread Harshana Eranga Martin
Thanks Tishan :-)

Thanks and Regards,
Harshana

On Fri, 10 Feb 2017 at 9:39 pm, Tishan Dahanayakage  wrote:

> When are we going to make documents publicaly available
>
> On Feb 10, 2017 3:26 PM, "prabath"  wrote:
>
> Hi Tishan.
>
> Document is not visible to the outside.
>
> Thanks.
>
> On Fri, Feb 10, 2017 at 3:33 PM, Tishan Dahanayakage 
> wrote:
>
> Hi Harshana,
>
> Please find the documentation here[1]. Please note this is Work In
> Progress. So if you find any issues please report. :)
>
> [1]
> https://docs.wso2.com/display/EI600/WSO2+Enterprise+Integrator+Documentation
> Thanks
> /Tishan
>
> On Fri, Feb 10, 2017 at 3:40 AM, Harshana Eranga Martin <
> harshan...@gmail.com> wrote:
>
> Hi Himasha,
>
> What is the url to the product documentation?
>
>
> On Fri, 10 Feb 2017 at 7:34 am, Himasha Guruge  wrote:
>
> WSO2 Integration Team is pleased to announce the alpha release of WSO2
> Enterprise Integrator (EI) 6.0.0.
>
> Source & Distribution:
> https://github.com/wso2/product-ei/releases/tag/v6.0.0-alpha
> Bug fixes:
> https://github.com/wso2/product-ei/issues?page=1=is%3Aissue+is%3Aclosed
> Known issues: https://github.com/wso2/product-ei/issues
>
> *How to Run*
>
> 1.Extract the downloaded zip.
>
> 2.Go to the bin directory in the extracted folder.
>
> 3.Run the start-all.sh or start-all.bat as appropriate.
>
> 4.Launch a web browser and navigate to https://localhost:8243/carbon to
> access the Enterprise Integrator Management Console.
>
> 5.Navigate to https://localhost:9444/carbon to access analytics
> management console and https://localhost:9444/dashboard to access
> Enterprise Integrator Dashboard.
>
> 6.Navigate to https://localhost:9445/carbon to access business process
> management console.
>
> 7.Navigate to https://localhost:9446/carbon to access broker management
> console.
>
> 8.Use "admin", "admin" as the username and password to login as an admin.
>
> Thanks,
>
>   -WSO2 Integration Team-
>
> 
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
> --
> Sent from Gmail Mobile for IPhone
>
> ___
> Architecture mailing list
> architect...@wso2.org
> https://mail.wso2.org/cgi-bin/mailman/listinfo/architecture
>
>
>
>
> --
> Tishan Dahanayakage
> Senior Software Engineer
> WSO2, Inc.
> Mobile:+94 716481328 <+94%2071%20648%201328>
>
> Disclaimer: This communication may contain privileged or other
> confidential information and is intended exclusively for the addressee/s.
> If you are not the intended recipient/s, or believe that you may have
> received this communication in error, please reply to the sender indicating
> that fact and delete the copy you received and in addition, you should not
> print, copy, re-transmit, disseminate, or otherwise use the information
> contained in this communication. Internet communications cannot be
> guaranteed to be timely, secure, error or virus-free. The sender does not
> accept liability for any errors or omissions.
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>
>
>
> --
> Prabath Ariyarathna.
>
>
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
-- 
Sent from Gmail Mobile for IPhone
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] The correct way to switch the Tenant in a thread pool?

2017-02-10 Thread Lakshman Udayakantha
On Fri, Feb 10, 2017 at 5:14 PM, wenxing zheng 
wrote:

>
> Thanks to Lakshman.
>
> I need to do the verification again as I remembered I follow that way
> before, but it didn't always work.
>
> So the CarbonContext is per thread? and we can do the switch of the tenant
> flow freely?
>

You can check this yourself by printing thread id when tenant flow start
method called.

Thread.currentThread().getId();


Thanks,

Lakshman


> On Fri, Feb 10, 2017 at 7:35 PM, Lakshman Udayakantha 
> wrote:
>
>> Hi wenxing,
>>
>> Did you try out switching tenant flow mentioned in documentation [1]?
>>
>> [1] https://docs.wso2.com/display/Carbon420/CarbonContext+
>> API#CarbonContextAPI-Switchingtenantflows
>>
>> Thanks,
>> Lakshman.
>>
>> On Fri, Feb 10, 2017 at 4:25 PM, wenxing zheng 
>> wrote:
>>
>>> Hi Experts,
>>>
>>> please kindly advice as it really blocks our release.
>>>
>>> Thanks again, Wenxing
>>>
>>> On Fri, Feb 10, 2017 at 1:11 PM, wenxing zheng 
>>> wrote:
>>>
 Appreciated for any advice as I need to find the way a.s.a.p so that we
 don't block the release.

 Kind Regards, Wenxing

 On Fri, Feb 10, 2017 at 12:05 PM, wenxing zheng <
 wenxing.zh...@gmail.com> wrote:

> Dear all,
>
> I have introduced the Quartz Scheduler into our application based on
> AS 5.3.0. Now we met with a situation like the following:
>
>- Quartz Scheduler will start up a Thread pool to run the Job
>being scheduled
>- Tenant user may schedule its own job with JobContext, like:
>TenantID, TenantDomain and CurrentUser
>
> During the execution of the job, we need to switch from one tenant to
> another one, what's the correct way to switch?
>
> Thanks, Wenxing
>


>>>
>>> ___
>>> Dev mailing list
>>> Dev@wso2.org
>>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>>
>>>
>>
>>
>> --
>> Lakshman Udayakantha
>> WSO2 Inc. www.wso2.com
>> lean.enterprise.middleware
>> Mobile: *0717429601*
>>
>>
>


-- 
Lakshman Udayakantha
WSO2 Inc. www.wso2.com
lean.enterprise.middleware
Mobile: *0717429601*
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] The correct way to switch the Tenant in a thread pool?

2017-02-10 Thread Lakshman Udayakantha
Hi wenxing,

Did you try out switching tenant flow mentioned in documentation [1]?

[1]
https://docs.wso2.com/display/Carbon420/CarbonContext+API#CarbonContextAPI-Switchingtenantflows

Thanks,
Lakshman.

On Fri, Feb 10, 2017 at 4:25 PM, wenxing zheng 
wrote:

> Hi Experts,
>
> please kindly advice as it really blocks our release.
>
> Thanks again, Wenxing
>
> On Fri, Feb 10, 2017 at 1:11 PM, wenxing zheng 
> wrote:
>
>> Appreciated for any advice as I need to find the way a.s.a.p so that we
>> don't block the release.
>>
>> Kind Regards, Wenxing
>>
>> On Fri, Feb 10, 2017 at 12:05 PM, wenxing zheng 
>> wrote:
>>
>>> Dear all,
>>>
>>> I have introduced the Quartz Scheduler into our application based on AS
>>> 5.3.0. Now we met with a situation like the following:
>>>
>>>- Quartz Scheduler will start up a Thread pool to run the Job being
>>>scheduled
>>>- Tenant user may schedule its own job with JobContext, like:
>>>TenantID, TenantDomain and CurrentUser
>>>
>>> During the execution of the job, we need to switch from one tenant to
>>> another one, what's the correct way to switch?
>>>
>>> Thanks, Wenxing
>>>
>>
>>
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


-- 
Lakshman Udayakantha
WSO2 Inc. www.wso2.com
lean.enterprise.middleware
Mobile: *0717429601*
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] The correct way to switch the Tenant in a thread pool?

2017-02-10 Thread wenxing zheng
Hi Experts,

please kindly advice as it really blocks our release.

Thanks again, Wenxing

On Fri, Feb 10, 2017 at 1:11 PM, wenxing zheng 
wrote:

> Appreciated for any advice as I need to find the way a.s.a.p so that we
> don't block the release.
>
> Kind Regards, Wenxing
>
> On Fri, Feb 10, 2017 at 12:05 PM, wenxing zheng 
> wrote:
>
>> Dear all,
>>
>> I have introduced the Quartz Scheduler into our application based on AS
>> 5.3.0. Now we met with a situation like the following:
>>
>>- Quartz Scheduler will start up a Thread pool to run the Job being
>>scheduled
>>- Tenant user may schedule its own job with JobContext, like:
>>TenantID, TenantDomain and CurrentUser
>>
>> During the execution of the job, we need to switch from one tenant to
>> another one, what's the correct way to switch?
>>
>> Thanks, Wenxing
>>
>
>
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] [Architecture] WSO2 Enterprise Integrator 6.0.0 Alpha Released !

2017-02-10 Thread Tishan Dahanayakage
When are we going to make documents publicaly available

On Feb 10, 2017 3:26 PM, "prabath"  wrote:

> Hi Tishan.
>
> Document is not visible to the outside.
>
> Thanks.
>
> On Fri, Feb 10, 2017 at 3:33 PM, Tishan Dahanayakage 
> wrote:
>
>> Hi Harshana,
>>
>> Please find the documentation here[1]. Please note this is Work In
>> Progress. So if you find any issues please report. :)
>>
>> [1] https://docs.wso2.com/display/EI600/WSO2+Enterprise+Inte
>> grator+Documentation
>> Thanks
>> /Tishan
>>
>> On Fri, Feb 10, 2017 at 3:40 AM, Harshana Eranga Martin <
>> harshan...@gmail.com> wrote:
>>
>>> Hi Himasha,
>>>
>>> What is the url to the product documentation?
>>>
>>>
>>> On Fri, 10 Feb 2017 at 7:34 am, Himasha Guruge 
>>> wrote:
>>>
 WSO2 Integration Team is pleased to announce the alpha release of WSO2
 Enterprise Integrator (EI) 6.0.0.

 Source & Distribution: https://github.com/wso2/product-ei/releases/ta
 g/v6.0.0-alpha
 Bug fixes: https://github.com/wso2/product-ei/issues?page=1=is
 %3Aissue+is%3Aclosed
 Known issues: https://github.com/wso2/product-ei/issues

 *How to Run*

 1.Extract the downloaded zip.

 2.Go to the bin directory in the extracted folder.

 3.Run the start-all.sh or start-all.bat as appropriate.

 4.Launch a web browser and navigate to https://localhost:8243/carbon
 to access the Enterprise Integrator Management Console.

 5.Navigate to https://localhost:9444/carbon to access analytics
 management console and https://localhost:9444/dashboard to access
 Enterprise Integrator Dashboard.

 6.Navigate to https://localhost:9445/carbon to access business process
 management console.

 7.Navigate to https://localhost:9446/carbon to access broker
 management console.

 8.Use "admin", "admin" as the username and password to login as an
 admin.

 Thanks,

   -WSO2 Integration Team-


 

 ___
 Dev mailing list
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev

>>> --
>>> Sent from Gmail Mobile for IPhone
>>>
>>> ___
>>> Architecture mailing list
>>> architect...@wso2.org
>>> https://mail.wso2.org/cgi-bin/mailman/listinfo/architecture
>>>
>>>
>>
>>
>> --
>> Tishan Dahanayakage
>> Senior Software Engineer
>> WSO2, Inc.
>> Mobile:+94 716481328 <+94%2071%20648%201328>
>>
>> Disclaimer: This communication may contain privileged or other
>> confidential information and is intended exclusively for the addressee/s.
>> If you are not the intended recipient/s, or believe that you may have
>> received this communication in error, please reply to the sender indicating
>> that fact and delete the copy you received and in addition, you should not
>> print, copy, re-transmit, disseminate, or otherwise use the information
>> contained in this communication. Internet communications cannot be
>> guaranteed to be timely, secure, error or virus-free. The sender does not
>> accept liability for any errors or omissions.
>>
>> ___
>> Dev mailing list
>> Dev@wso2.org
>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>
>>
>
>
> --
> Prabath Ariyarathna.
>
>
>
>
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] [Architecture] WSO2 Enterprise Integrator 6.0.0 Alpha Released !

2017-02-10 Thread prabath
Hi Tishan.

Document is not visible to the outside.

Thanks.

On Fri, Feb 10, 2017 at 3:33 PM, Tishan Dahanayakage 
wrote:

> Hi Harshana,
>
> Please find the documentation here[1]. Please note this is Work In
> Progress. So if you find any issues please report. :)
>
> [1] https://docs.wso2.com/display/EI600/WSO2+Enterprise+
> Integrator+Documentation
> Thanks
> /Tishan
>
> On Fri, Feb 10, 2017 at 3:40 AM, Harshana Eranga Martin <
> harshan...@gmail.com> wrote:
>
>> Hi Himasha,
>>
>> What is the url to the product documentation?
>>
>>
>> On Fri, 10 Feb 2017 at 7:34 am, Himasha Guruge  wrote:
>>
>>> WSO2 Integration Team is pleased to announce the alpha release of WSO2
>>> Enterprise Integrator (EI) 6.0.0.
>>>
>>> Source & Distribution: https://github.com/wso2/product-ei/releases/ta
>>> g/v6.0.0-alpha
>>> Bug fixes: https://github.com/wso2/product-ei/issues?page=1=
>>> is%3Aissue+is%3Aclosed
>>> Known issues: https://github.com/wso2/product-ei/issues
>>>
>>> *How to Run*
>>>
>>> 1.Extract the downloaded zip.
>>>
>>> 2.Go to the bin directory in the extracted folder.
>>>
>>> 3.Run the start-all.sh or start-all.bat as appropriate.
>>>
>>> 4.Launch a web browser and navigate to https://localhost:8243/carbon to
>>> access the Enterprise Integrator Management Console.
>>>
>>> 5.Navigate to https://localhost:9444/carbon to access analytics
>>> management console and https://localhost:9444/dashboard to access
>>> Enterprise Integrator Dashboard.
>>>
>>> 6.Navigate to https://localhost:9445/carbon to access business process
>>> management console.
>>>
>>> 7.Navigate to https://localhost:9446/carbon to access broker management
>>> console.
>>>
>>> 8.Use "admin", "admin" as the username and password to login as an admin.
>>>
>>> Thanks,
>>>
>>>   -WSO2 Integration Team-
>>>
>>>
>>> 
>>>
>>> ___
>>> Dev mailing list
>>> Dev@wso2.org
>>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>>
>> --
>> Sent from Gmail Mobile for IPhone
>>
>> ___
>> Architecture mailing list
>> architect...@wso2.org
>> https://mail.wso2.org/cgi-bin/mailman/listinfo/architecture
>>
>>
>
>
> --
> Tishan Dahanayakage
> Senior Software Engineer
> WSO2, Inc.
> Mobile:+94 716481328 <+94%2071%20648%201328>
>
> Disclaimer: This communication may contain privileged or other
> confidential information and is intended exclusively for the addressee/s.
> If you are not the intended recipient/s, or believe that you may have
> received this communication in error, please reply to the sender indicating
> that fact and delete the copy you received and in addition, you should not
> print, copy, re-transmit, disseminate, or otherwise use the information
> contained in this communication. Internet communications cannot be
> guaranteed to be timely, secure, error or virus-free. The sender does not
> accept liability for any errors or omissions.
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


-- 
Prabath Ariyarathna.
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev