feat: support jetty agent shell (#19)

1. hook point is org.eclipse.jetty.servlet.ServletHandler.doHandle
2. it doesn't support jetty6, org.mortbay.jetty.servlet.ServletHandler#handle, because ldc visit cannot support java1.4
This commit is contained in:
ReaJason
2025-01-09 01:04:31 +08:00
parent 1f272e1dc9
commit 5afa5da5f3
15 changed files with 361 additions and 39 deletions
+2
View File
@@ -0,0 +1,2 @@
#!/bin/bash
ps -ef | grep "jetty.home" | grep -v grep | awk '{print $2}' | tr -d '\n'