-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
32 lines (17 loc) · 665 Bytes
/
README
File metadata and controls
32 lines (17 loc) · 665 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
Application démo.
The goal of this application is to show how to useCrash to show cache data of a web application.
- Build and deploy
mvn clean package
cp ./target/sandbox*.war /opt/jboss-as-7.1.1.Final/standalone/deployments
- Connection
ssh -p 2000 -l admin localhost
%Saisir admin en tant que mot de passe
%help
%spring_cache showcache
Note : You can connect to a JVM with SSH,Telnet and ID (see crash we site for more information).
- In you web browser :
You have to go to : http://localhost:8080/demo .
On this page, you will see all link available to manage cache.
- Links :
-> http://julienviet.com/crash/
-> http://totalprogus.blogspot.fr/