Go to X: \ Program Files \ myeclipse 6.0 \ myeclipse \ eclipse \ plugins \ com. genuitec. Eclipse. wizards_6.0.1.zmyeclipse601_710 \ Templates \ JSP
Find JSP. VTL in the directory, copy it, rename it as jsp2.vtl, modify the content to the desired format, and save it.
Then go to X: \ Program Files \ myeclipse 6.0 \ myeclipse \ eclipse \ plugins \ com. genuitec. Eclipse. wizards_6.0.1.zmyeclipse601_710
Find templates. XML in the directory and open it in a text editor. In
<Template
Context = "com. genuitec. Eclipse. Wizards. jsp"
Script = "templates/JSP. VTL"
Name = "Default JSP template"/>
Add
<Template
Context = "com. genuitec. Eclipse. Wizards. jsp"
Script = "templates/JSP/jsp2.vtl"
Name = "jsp2 template"/>
Save. Restart eclipse.
Create a new JSP. A jsp2 template is displayed in the template. Select and press finish. The newly created JSP page is generated according to your template!