Skip to content
This repository has been archived by the owner on Feb 22, 2024. It is now read-only.

Commit

Permalink
Changed default port to 8204
Browse files Browse the repository at this point in the history
  • Loading branch information
retog committed Feb 20, 2015
1 parent 669e353 commit 6fa6261
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ and start with

Now you should be able to access the service at:

http://localhost:8101/?transformerBase=http://sanbox.fusepool.info:8164&transformerRegistry=http://sandbox.fusepool.info:8181/ldp/tr-ldpc#
http://localhost:8204/?transformerBase=http://sanbox.fusepool.info:8164&transformerRegistry=http://sandbox.fusepool.info:8181/ldp/tr-ldpc#
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
<mainClass>${main.class}</mainClass>
<arguments>
<argument>-P</argument>
<argument>8101</argument>
<argument>8204</argument>
</arguments>
</configuration>
</plugin>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
public interface Arguments extends ArgumentsWithHelp {

@CommandLine(longName = "port", shortName = {"P"}, required = false,
defaultValue = "8101",
defaultValue = "8204",
description = "The port on which the xslt tranformer factory shall listen")
public int getPort();

Expand Down

0 comments on commit 6fa6261

Please sign in to comment.