Posts by El Diablo • 39 points
3 posts
-
0
votes2
answers89
viewsA: Jboss Multiple context-root pointing even War
Gentlemen, in the end I managed to resolve following the documentation below: http://jbossweb.jboss.org/modules/rewrite.html My rewrite.properties looked like this: Rewriterule /path1(.*)ː /path2$1…
-
0
votes2
answers89
viewsQ: Jboss Multiple context-root pointing even War
good night. Is it possible for me to configure several context-root Jboss pointing to the same War? If it’s not possible in jboss, is there any way I can do it? Thank you
-
3
votes0
answers138
viewsQ: Java equivalent C# encryption
I have the method below in C# and I need to do something equivalent in JAVA, but I’m not getting it. Could you help me? private const string chave = "eMbARaLhaDo"; public static string…