Hi, I tried to deploy the war with sources available at this gist <https://gist.github.com/ThomasBracher/f7f7c90794e3ba9cdc35> .
As indicated it works fine, but when i add a simple line in the jsp ( gist <https://gist.github.com/ThomasBracher/2327e2d1ebb4e46d59d1> ) : String machine = InetAddress.getLocalHost().getHostName().replace(".com", ""); I get a compilation error, which i couldn't find any fix for. Any clues of what's happening or solution ? -- View this message in context: http://karaf.922171.n3.nabble.com/Compilation-error-with-jsp-deployed-through-a-wab-tp4042902.html Sent from the Karaf - User mailing list archive at Nabble.com.
