-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreadme.html
50 lines (50 loc) · 2.24 KB
/
readme.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Readme</title>
</head>
<body bgcolor="#ffffff">
<p><img src="img/logoSysdeo137_53.gif" width="157" height="53"></p>
<p>Sysdeo Eclipse Tomcat Launcher plugin web site at : <a href="http://www.eclipsetotale.com/tomcatPlugin.html">http://www.eclipsetotale.com/tomcatPlugin.html</a></p>
<p>Documentation (french) : <a
href="http://www.eclipsetotale.com/articles/tomcat/tomcatPluginDocFR.html">http://www.eclipsetotale.com/articles/tomcat/tomcatPluginDocFR.html</a><br>
Documentation (english) : see links in <a
href="http://www.eclipsetotale.com/tomcatPlugin.html">the plugin page</a><br>
</p>
<p>Send feedback to <a href="mailto:[email protected]">[email protected]</a>
<br>
</p>
<br>
<h3><b>Installation</b></h3>
<ul>
<li>This plugin does not contain Tomcat.<br>
(Download and install Tomcat before using it)</li>
<li>Download tomcatPluginV??.zip</li>
<li>Unzip it in <eclipse_home>/plugins</li>
<li>Plugin activation for Eclipse 3.x :<br>
- launch eclipse once using this option : -clean<br>
- if Tomcat icons are not shown in toolbar : select menu 'Window>Customize
Perspective...>Commands', and check 'Tomcat' in 'Available command groups'<br>
</li>
<li>Set Tomcat version and Tomcat home : Workbench -> Preferences, select
Tomcat and set Tomcat version and Tomcat home<br>
(Tomcat version and Tomcat home are the only required fields, other settings
are there for advanced configuration).<br>
</li>
<li>This plugin launches Tomcat using the default JRE checked in Eclipe preferences
window.<br>
To set a JDK as default JRE for Eclipse open the preference window : Window
-> Preferences -> Java -> Installed JREs.<br>
This JRE <b>must</b> be a JDK (This is a Tomcat prerequisite).<br>
</li>
<li>The plugin sets itself Tomcat classpath and bootclasspath. Use Preferences
-> Tomcat ->JVM Settings, only if you need specific settings.</li>
</ul>
<br>
<p>Send feedback to <a href="mailto:[email protected]">[email protected]</a></p>
<p>(c) <a href="http://www.sysdeo.com">Sysdeo</a> 2002 - <a
href="http://www.eclipsetotale.com">EclipseTotale</a></p>
<h3><br>
</h3>
</body>
</html>