×
The 2025 Client Survey is now open! Responses will be accepted up until 10/31. Please feel free to share this link within your organization and we thank you in advance for your participation!

Wrap an apache application?

LabKey Support Forum (Inactive)
Wrap an apache application? Matthew Bellew  2014-07-14 11:40
Status: Closed
 
That's a pretty interesting question. This isn't actually an answer, but this is where I would start.

1) Google for "servlet proxy" to find an existing implementation of a proxy servlet, either from Apache/Tomcat or a 3rd party.
2) Install and configure the servlet in your LabKey webapp and test (ignoring security)
3) If that works, modify/wrap the servlet to handle any LabKey specific requirements (e.g. security and/or container mapping)

This might be a good example for the community.

Matt