This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 179504 - Improve Grails embedded server representation
Summary: Improve Grails embedded server representation
Status: NEW
Alias: None
Product: groovy
Classification: Unclassified
Component: Grails (show other bugs)
Version: 6.x
Hardware: HP Windows 7
: P3 normal (vote)
Assignee: Martin Janicek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-01-14 07:22 UTC by douglasv
Modified: 2012-10-30 08:36 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments
WillNotDeleteJettyFromServicesAndJettyNotInstalledAsPlugin (41.13 KB, image/png)
2010-01-15 07:16 UTC, douglasv
Details

Note You need to log in before you can comment on or make changes to this bug.
Description douglasv 2010-01-14 07:22:28 UTC
can't delete jetty
on services tab

trying to delete jetty
also, can't get properties file

have a heap size issue
Comment 1 douglasv 2010-01-14 07:22:43 UTC
using grails-1.2
Comment 2 douglasv 2010-01-15 07:16:48 UTC
Created attachment 93322 [details]
WillNotDeleteJettyFromServicesAndJettyNotInstalledAsPlugin

tried to delete jetty from services tab, wouldn't go

tried to uninstall-plugin, but it's not installed in project

see the attachment here for bizarre behaviour
Comment 3 Petr Hejl 2010-05-12 14:26:28 UTC
Jetty is hardcoded as representation of Grails embedded server. Would need to upgrade to detect tomcat. Deletion is not possible by design.