Don't show in eclipse 3.0.1 the tools lomboz's j2ee
Hi
I try to use the version tomcat 5.0 with eclipse 3.0.1 and lomboz 's plugings to j2ee but in the ide doesn't show me this tool. This pluging are com.objectlearn.j2ee.gmf.core.edit_3.0.0, com.objectlearn.j2ee.gmf.core.editor_3.0.0, com.objectlearn.j2ee.gmf.core_3.0.0,
com.objectlearn.j2ee.gmf.emitter_3.0.0,
com.objectlearn.j2ee.gmf.xdoclet_3.0.1,
com.objectlearn.jdt.j2ee.editor_3.0.1 and
com.objectlearn.jdt.j2ee_3.0.1. In this last we must configure the file tomcat50x.server.
I do as follow:
<serverDefinition
name="Apache Tomcat v5.0.x"
ejbModules="true"
webModules="true"
earModules="false">
<property id="serverRootDirectory"
label="Application Server Directory:"
type="directory"
default="C:/Archivos de Programa/Tomcat 5.0/appservers/jakarta-tomcat-5.0.16" />
<property id="serverAddress"
label="Address:"
type="string"
default="127.0.0.1" />
<property id="serverPort"
label="Port:"
type="string"
default="8080" />
<property id="classPathVariableName"
label="Classpath Variable Name:"
type="string"
default="TOMCAT_HOME" />
<property id="classPath"
label="Classpath Variable:"
type="directory"
default="C:/Archivos de Programa/Tomcat 5.0/appservers/jakarta-tomcat-5.0.16" />
<serverHome>${serverRootDirectory}</serverHome>
<webModulesDeployDirectory>${serverRootDirectory}/webapps</webModulesDeployDirectory>
<ejbModulesDeployDirectory>NOTSUPPORTED</ejbModulesDeployDirectory>
<earModulesDeployDirectory>NOTSUPPORTED</earModulesDeployDirectory>
<jndiInitialContextFactory>NOTSUPPORTED</jndiInitialContextFactory>
<jndiProviderUrl>NOTSUPPORTED</jndiProviderUrl>
<startClass>org.apache.catalina.startup.Bootstrap</startClass>
<startWorkingDirectory>${serverRootDirectory}/bin</startWorkingDirectory>
<startVmParameters>-DJAVA_HOME="${jrePath}" -Dcatalina.base="${serverRootDirectory}" -Dcatalina.home="${serverRootDirectory}" -Djava.io.tmpdir="${serverRootDirectory}/temp" -Djava.endorsed.dirs="${serverRootDirectory}/bin;${serverRootDirectory}/common/endorsed"</startVmParameters>
<startProgramArguments>start</startProgramArguments>
<stopClass>org.apache.catalina.startup.Bootstrap</stopClass>
<stopWorkingDirectory>${serverRootDirectory}/bin</stopWorkingDirectory>
<stopVmParameters>-DJAVA_HOME="${jrePath}" -Dcatalina.base="${serverRootDirectory}" -Dcatalina.home="${serverRootDirectory}" -Djava.io.tmpdir="${serverRootDirectory}/temp" -Djava.endorsed.dirs="${serverRootDirectory}/bin;${serverRootDirectory}/common/endorsed"</stopVmParameters>
<stopProgramArguments>stop</stopProgramArguments>
<serverClassPath>
<jar type="variable">JDK_TOOLS</jar>
<jar type="variable">${classPathVariableName}/bin/bootstrap.jar</jar>
</serverClassPath>
<clientClassPath>
</clientClassPath>
<projectClassPath>
<jar type="variable">JDK_TOOLS</jar>
<jar type="variable">${classPathVariableName}/bin/bootstrap.jar</jar>
<jar type="variable">${classPathVariableName}/common/lib/servlet-api.jar</jar>
<jar type="variable">${classPathVariableName}/common/lib/jsp-api.jar</jar>
</projectClassPath>
</serverDefinition>
The path "C:/Archivos de Programa/Tomcat 5.0/appservers/jakarta-tomcat-5.0.16" is where I have installed Tomcat. This part, I don't know if it is right. But the directories /appservers/jakarta-tomcat-5.0.16 don't exist.
Any idea?
Thank you for your help.