Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

...

Info

Help is available by sending an email to csf-support@mit.edu
Have any suggestion on how improve this wiki?  Please give us your feedback at csf-support@mit.edu

Quick

Links

to:

{

Panel
Wiki Markup
Table of Contents
:
minLevel
=
4
|
maxLeve
=
4
}
Panel

Download and Install your Maven settings.xml

  • Download the settings.xml by right clicking on this link then select Save target as....  Navigate to your ${user.home}/.m2 directory and click Save.
{anchor:Configure your Maven

Panel

Anchor
Configure your Maven

Wiki Markup
settings.xml

for

Tomcat} h4.Configure your Maven

Tomcat
Configure your Maven settings.xml for Tomcat

Configure your Maven settings.xml

for

Tomcat

{
Warning
}

If

you

forgot

either

the

Tomcat

*

manager-script

*

username

and/or

password,

you

can

find

the

username

and

password

in

the

$

\

{CATALINA_HOME}/conf/tomcat-users.xml

file.

{warning} # Open *$\

  1. Open ${user.home}/.m2/settings.xml
*
  1. with
  1. a
  1. text
  1. editor.
#
  1. In
  1. the
  1. settings.xml
  1. file,
  1. find:
{
  1. Code Block
}
  1. 
    <tomcat.username>script</tomcat.username>
    
{code}
  1. and
  1. replace
*
  1. script
*
  1. with
  1. the
  1. username
  1. for
  1. the
  1. Tomcat
*
  1. manager-script
*
  1. user
  1. that
  1. you
  1. configured
  1. when
  1. you
  1. installed
  1. Tomcat.
#
  1. In
  1. the
  1. settings.xml
  1. file,
  1. find:
{
  1. Code Block
}
  1. 
    <tomcat.password>XXXXXXXX</tomcat.password>
    
{code}
  1. and
  1. replace
*
  1. XXXXXXXX
*
  1. with
  1. the
  1. password
  1. for
  1. the
  1. Tomcat
*
  1. manager-script
*
  1. user
  1. that
  1. you
  1. configured
  1. when
  1. you
  1. installed
  1. Tomcat.
#
  1. When
  1. you
  1. are
  1. satisfied
  1. that
  1. everything
  1. is
  1. correct,
*
  1. save
*
  1. your
  1. changes.
{anchor:Configure your Maven

Panel

Anchor
Configure your Maven

Wiki Markup
settings.xml

for

Oracle

OC4J} h4.Configure your Maven

OC4J
Configure your Maven settings.xml for Oracle OC4J

Configure your Maven settings.xml

for

Oracle

OC4J

#

  1. Open
*
  1. $
\
  1. {user.home}/.m2/settings.xml
*
  1. with
  1. a
  1. text
  1. editor.
#
  1. In
  1. the
  1. settings.xml
  1. file,
  1. find:
{
  1. Code Block
}
  1. 
    <oc4j.j2eeHome>/path/to/oc4j/j2ee/home</oc4j.j2eeHome>
    
{code}
  1. and
  1. replace
*
  1. path/to/oc4j
*
  1. with
  1. the
  1. path
  1. to
  1. j2ee/home
  1. directory
  1. of
  1. your
  1. installed
  1. OC4J
  1. standalone
  1. server.
#
  1. In
  1. the
  1. settings.xml
  1. file,
  1. find:
{
  1. Code Block
}
  1. 
    <oc4j.password>XXXXXXXX</oc4j.password>
    
{code}
  1. and
  1. replace
*
  1. XXXXXXXX
*
  1. with
  1. the
  1. password
  1. for
  1. the
  1. oc4jadmin
  1. that
  1. you
  1. configured
  1. when
  1. you
  1. installed
  1. the
  1. OC4J
  1. standalone
  1. server.
#
  1. If
  1. you
  1. changed
  1. the
  1. default
  1. OC4J
  1. administrator
  1. name
  1. when
  1. you
  1. installed
  1. the
  1. OC4J
  1. standalone
  1. server,
  1. find
{
  1. Code Block
}
  1. 
    <oc4j.username>oc4jadmin</oc4j.username>
{code}
  1. and
  1. replace
*
  1. oc4jadmin
*
  1. with
  1. your
  1. new
  1. OC4J
  1. administrator
  1. user
  1. name.
#
  1. When
  1. you
  1. are
  1. satisfied
  1. that
  1. everything
  1. is
  1. correct,
*
  1. save
*
  1. your
  1. changes.