Weblogic path alias
18 Oct 2013The WAR artifact that I’m deploying to weblogic is a snapshot and is named with the version. In its normal deployment, it can be reached with domain/artifact-0.1.0-SNAPSHOT and thats not really how I want to have it named in source code making reference to it. So, I wanted to find a way to alias that path with a simpler path in the apache httpd.conf file. The following sample code shows a proper way to do this:
This will redirect /artifact –> /artifact-0.1.0-SNAPSHOT