Foren

Document Flash uploader not working in clustered enviornment

thumbnail
Prakash Khanchandani, geändert vor 12 Jahren.

Document Flash uploader not working in clustered enviornment

Expert Beiträge: 329 Beitrittsdatum: 10.02.11 Neueste Beiträge
Hi all,

Our Enviorment: Liferay 6.0.5 on Jboss 5.1, our staging is in a clustered environment configured with two servers

Our problem: If we work directly from a server i.e. if we enter the IP of any of the two servers in the url (like http://121.12.23.45/web/guest/documentlibraryuploader), the uploader works perfectly fine, but when we try to do an upload by giving the configured URL (like http://my.stage.server.com/web/guest/documentlibraryuploader) the uploader fails everytime.

We have deployed an extension plugin for Document library.

What might be the problem?

Any help would be much appreciated

Regards,
Prakash Khanchandani
thumbnail
Prakash Khanchandani, geändert vor 12 Jahren.

RE: Document Flash uploader not working in clustered enviornment

Expert Beiträge: 329 Beitrittsdatum: 10.02.11 Neueste Beiträge
I read somewhere to change the following property in portal-ext.properties:
redirect.url.security.mode=domain


This solved my other problems (related to sessions) due to Clustered enviornment, but not the issue for which I started this thread.

Hope it helps somebody out there. emoticon
thumbnail
Sergio Romero Zayas, geändert vor 12 Jahren.

RE: Document Flash uploader not working in clustered enviornment

Regular Member Beiträge: 151 Beitrittsdatum: 14.04.08 Neueste Beiträge
I have a similar problem.

I created a post:
NTLM SSO + flash multiple uploader

Lucky friend
thumbnail
Sergio Romero Zayas, geändert vor 12 Jahren.

RE: Document Flash uploader not working in clustered enviornment

Regular Member Beiträge: 151 Beitrittsdatum: 14.04.08 Neueste Beiträge
in windows there is a problem with SSO, in our project we have solved following the directions of the link.

I don't know if this is the best solution, but it is what has worked for me.

support.microsoft.com
thumbnail
Sergio Romero Zayas, geändert vor 12 Jahren.

RE: Document Flash uploader not working in clustered enviornment

Regular Member Beiträge: 151 Beitrittsdatum: 14.04.08 Neueste Beiträge
Add the following registry value:
Value Name: DisableNTLMPreAuth
Data Type: REG_DWORD
Value: 1
In addition to the registry key you also need to turn off Enable Integrated Windows Authentication in Internet Explorer. To do this, follow these steps:

Start Internet Explorer.
Click Tools, click Internet Options, and then click the Advanced tab.
Under Security, click to de-select Enable Integrated Windows Authentication (requires restart), and then click Apply.
Close Internet Explorer.
thumbnail
Sergio Romero Zayas, geändert vor 12 Jahren.

RE: Document Flash uploader not working in clustered enviornment

Regular Member Beiträge: 151 Beitrittsdatum: 14.04.08 Neueste Beiträge
Any different solution?