You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 27, 2021. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+14-2Lines changed: 14 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,8 @@
1
-
# MarklogicDebugger
1
+
# Marklogic Debugger
2
2
3
-
A stand alone debugger for MarkLogic Server. Simply download the war and run it. Then point to your MarkLogic Server and start debugging.
3
+
A stand alone debugger for MarkLogic Server. Simply download the war and run it. Then point to your MarkLogic Server and start debugging. Nothing gets installed in MarkLogic.
4
+
5
+
**_Should_** work with all versions of MarkLogic. Tested with 7, 8, and 9.
4
6
5
7
## Using It
6
8
@@ -12,6 +14,16 @@ Run it with:
12
14
13
15
Open your browser to [http://localhost:8080](http://localhost:8080)
14
16
17
+
##### Changing the port
18
+
19
+
Want to use a port other than 8080? Run it like this:
0 commit comments