Wojciech Reszelewski
Wojciech Reszelewski

Reputation: 2706

OpenShift Online proxy port

Is there any workaround to lack of proxy port in OpenShift Online?

Why I need it? I've got three application gears. All of them run JBoss. One of them run additionaly MySql. I need to make three ports (3306, 5445, 5455 - mysql and HornetQ) from gear with MySQL available to other gears (HornetQ to one and MySQL to another). Is there a way to do it?

Upvotes: 0

Views: 333

Answers (1)

Shekhar
Shekhar

Reputation: 5931

If you create a scalable application then you can access MySQL gear from other applications. Lets suppose you create a scalable application using JBoss and MySQL then OpenShift would install MySQL and JBoss on separate gears.This would allow other applications to access the MySQL database.

Upvotes: 1

Related Questions