Quick fix: edit ytexweb.sh under bin and change the java execution line to
something like
java -cp ${CLASSPATH}
-Dlog4j.configuration=file:${CTAKES_HOME}/config/log4j.xml
-Dytex.conceptGraphName=umls -XX:MaxPermSize=1028m -Xmx2056m
org.eclipse.jetty.runner.Runner --port 8000
${CTAKES_HOME}/desc/ctakes-ytex-web
with the key part being the --port parameter to the jetty runner.
Best,
JG
On Sat, Oct 25, 2014 at 5:27 PM, Koola, Jejo David <
[email protected]> wrote:
> Hello,
>
>
>
> I am getting a Bind Exception “Address alrady in use: JVM_Bind
> <null>:8009” I assume this may mean that the default port 8080 might
> already be in use. Is there a way to change the default port for the yTEX
> semantic similarity web service?
>
>
>
> Thank you
>
>
>
> jk
>