Hi All
Is carbon carbon.enable.saas parameter still supported by AS 5.2.1?
Spent quite some time trying to make it working with no success ... I'm
trying to share web app deployed in super user domain with other tenants.
The app uses forms authentication .
I tried adding carbon.enable.saas and carbon.saas.tenants parameters into
web.xml but tenants other than super user still cannot authenticate ...
This is an error that I typically get:
[2015-01-22 11:59:10,175] WARN
{org.wso2.carbon.tomcat.ext.realms.CarbonTomcatRealm} - Illegal access attempt
by [email protected] to secured resource hosted by tenant carbon.super
>From inside my app I can print out context parameters and I see that both
>carbon.enable.saas and carbon.saas.tenants are set ....
Any thoughts on what else should we look at?
Here is my web.xml :
http://stackoverflow.com/questions/27959210/cannot-enable-saas-mode-for-app-in-wso2as-5-2-1
Here is a how I run the server (yep, Windows 8.1 + JDK 1.7) :
C:\<some_path>\wso2as-5.2.1\bin>wso2server.bat
JAVA_HOME environment variable is set to C:\Program Files\Java\jdk1.7.0_71
CARBON_HOME environment variable is set to
C:\DEVELO~1\arcserve\WSO2AS~1.1\WSO2AS~1.1\bin\..
[2015-01-22 11:56:15,123] INFO
{org.wso2.carbon.core.internal.CarbonCoreActivator} - Starting WSO2 Carbon...
[2015-01-22 11:56:15,126] INFO
{org.wso2.carbon.core.internal.CarbonCoreActivator} - Operating System :
Windows 8.1 6.3, amd64
[2015-01-22 11:56:15,126] INFO
{org.wso2.carbon.core.internal.CarbonCoreActivator} - Java Home :
C:\Program Files\Java\jdk1.7.0_71\jre
[2015-01-22 11:56:15,126] INFO
{org.wso2.carbon.core.internal.CarbonCoreActivator} - Java Version :
1.7.0_71
[2015-01-22 11:56:15,126] INFO
{org.wso2.carbon.core.internal.CarbonCoreActivator} - Java VM : Java
HotSpot(TM) 64-Bit Server VM 24.71-b01,Oracle Corporation
Thank you in advance,
Alexey
_______________________________________________
Dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/dev