Post

Psi-Probe Installation

When deploy to localhost, url would be directed to localhot:8334/probe

  1. Decompress the project:
    1
    
    jar xvf probe.war
    
  2. edit probe/WEB-INF/web.xml:
1
2
3
4
5
6
7
8
<security-constraint>
	...
	<!-- remove these  
	<user-data-constraint>
	      <transport-guarantee>CONFIDENTIAL</transport-guarantee>
	</user-data-constraint>
	-->
</security-constraint>
  1. Compress back to war file:
    1
    2
    
    cd probe
    jar cvf probe.war *
    
This post is licensed under CC BY 4.0 by the author.