Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 3721028
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 19, 20262026-05-19T05:24:59+00:00 2026-05-19T05:24:59+00:00

Has anybody tried doing GSP design with Adobe Dreamweaver CS4? It has support for

  • 0

Has anybody tried doing GSP design with Adobe Dreamweaver CS4? It has support for JSPs, but it doesn’t recognize the gsp extension, and even if it did I think there would be problems regarding the gsp tags that it would not recognize. I found a little cookbook here (http://www.bitwalker.nl/blog/using-groovyserver-pages-in-dreamweaver) for getting GSPs partially working with Dreamweaver CS3, but many of the files and directories it references no longer appear to exist in CS4.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-19T05:25:00+00:00Added an answer on May 19, 2026 at 5:25 am

    I think I got it working for CS5 after messing around for a while. Steps you need to do are similar to the article mentioned above, but with slight changes for Dreamweaver CS5. So five steps to go through and please make a test after each step to make sure you are on the right path.

    1. Add *.gsp file extension to Open Dialog.
      Edit %APPDATA%\Adobe\Dreamweaver CS5\en_US\Configuration\Extensions.txt to add “GSP:Groovy Server Pages” (no quotes) to the bottom of the file, as well as GSP extension to the first line just before :All Documents. Now restart Dreamweaver CS5 and test if File > Open… dialog has GSP extension in the list.
    2. Now we need to add correct document type so Dreamweaver CS5 knows about GSP. Edit %DreamweaverInstallationDirectory%\configuration\DocumentTypes\MMDocumentTypes.xml to add the following document type as the last node.

      <documenttype id="GSP" servermodel="JSP" internaltype="Dynamic" winfileextension="gsp" macfileextension="gsp" file="Default.gsp" writebyteordermark="false" mimetype="text/html">
      <TITLE>GSP</TITLE>
      <description>Groovy Server Pages (GSP) document</description>
      <dtdcontext>html</dtdcontext>
      </documenttype>

    If you want to provide Title and Description as localized strings refer to this article.

    1. Create template for new document. Copy %DreamweaverInstallationDirectory%\configuration\DocumentTypes\NewDocuments\Default.jsp to Default.gsp, edit it to remove first line. (You can edit this file as you like as it acts as a template for newly created file). Now restart Dreamweaver CS5 and test if File > New… dialog has GSP Page Type with your description in place. Test new file creation.
    2. Setup GSP tag library. Download and unpack GspTagLibrary for Dreamweaver. Copy GSP folder with lots of *.vtm files into %DreamweaverInstallationDirectory%\configuration\TagLibraries. Edit %APPDATA%\Adobe\Dreamweaver CS5\en_US\Configuration\TagLibraries\TagLibraries.vtm to add content of gspTagLibrary.vtm as a last node. Replace first line with the following:

      <taglibrary name="GSP tags" doctypes="GSP" id="DWTagLibrary_GSP" prefix="&lt;g:">

    Also add GSP into doctypes of <taglibrary> with id=”DWTagLibrary_html” (should be very first node). Do the same changes for %DreamweaverInstallationDirectory%\configuration\TagLibraries\TagLibraries.vtm just in case. Restart Dreamweaver CS5 and make sure you can see GSP tags library in Edit > Tag Libraries… with correct Tag prefix (g:). Check if the ‘Used in: GSP’ checkbox is ticked for ‘GSP tags’ and ‘HTML tags’.

    1. And as the last step we have to enable code coloring. Edit %APPDATA%\Adobe\Dreamweaver CS5\en_US\Configuration\CodeColoring\CodeColoring.xml to search & replace ‘,JSP,’ with ‘,JSP,GSP,’ (no quotes and pay attention to commas). Also find the line <sampleText doctypes=”JSP”> and add GSP doctype there, like <sampleText doctypes=”JSP,GSP”> (if you really want to you can create your own GSP code sample the same way as the JSP’s one). Do same changes in %DreamweaverInstallationDirectory%\configuration\CodeColoring\CodeColoring.xml just in case.

    Restart Dreamweaver CS5 and test if Edit > Preferences… > Code Coloring has GSP document type. Click ‘Edit Coloring Scheme’ to test if Preview has the code sample with code coloring as well as GSP tags mentioned in ‘Styles for’ list. And finally open up any of GSP files and check if it has code coloring for HTML, CSS, JavaScript and GSP tags.

    That’s it! Hope this helps to someone!
    And thanks to Harald Walker for the article I based my research on.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Has anybody tried any Unit Test generators for .Net? I assume although it won't
Has anybody tried to use JavaFX Script in server side applications? The language itself
Has anybody found a good solution for lazily-evaluated lists in Perl? I've tried a
Has anybody established a good naming convention for action in MVC? I was specifically
Has anybody experience in building a custom style in Qt? What I have in
Has anybody got any kind of experience with dynamic programming using WCF. By dynamic
Has anybody any useful links that can be used to consume a web service
Has anybody here succeeded in running Eclipse under Valgrind ? I'm battling a particularly
Has anybody succeeded in customizing the Places Bar for VS 2008? My customizations from
Has anybody seen such a thing? Small self-sufficient modules are preferred.

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.