> How can I specify the Tomcat installation directory?
> What am I missing in the configurations of the Eclipse?

The answer is that you specify the Tomcat installation directory when you
are configuring Server Runtime Environment. It is like Java Runtime Environment,
but for Java EE.

In the main Preferences dialog, expand the "Server" item in the tree,
there is "Installed Runtimes" item below it. It lists your configured
server runtimes. Click Edit... (or Add..),
and correct the path.

- - - -
There are also several places to look after you have done that:

1. Look for the preferences of your project (e.g. through
Project\Preferences menu). In the project preferences dialog, look at
the "Java Build Path" item. There, select the "Libraries" page.

Among the libraries will be "Apache Tomcat". Click Edit..., and
reselect the version.

2. In the main window, in the list of servers ("Servers" view), you
should either open the properties page for your server and check
"Launch configuration" item there,
or, easier, just delete and recreate your server.

These two steps are to make sure that the server runtime configuration change is
reflected in those components.

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to