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 49541 - Generic external server
Summary: Generic external server
Status: RESOLVED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Infrastructure (show other bugs)
Version: 4.x
Hardware: All All
: P1 blocker with 3 votes (vote)
Assignee: issues@serverplugins
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-09-24 21:07 UTC by zikmund
Modified: 2011-09-19 22:33 UTC (History)
1 user (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description zikmund 2004-09-24 21:07:53 UTC
The ability of adding generic external server
would increase non-supported J2EE servers integration.

The customization could be done e.g. through
configuration file with ant tasks: start,
start-debug, deploy, redeploy, undeploy +
definition of log files.
We could provide configuration files for most
popular servers (e.g. Tomcat 4.x, JBoss, OC4J).
Comment 1 zikmund 2004-09-24 21:08:47 UTC
BTW: also remote servers could be easilly used for development.
Comment 2 vanob 2004-10-11 20:33:20 UTC
I always use external tomcat
because the development is a way faster.
If I need debugging I attach via a socket,
set breakpoints in a servlet and go.

I think it's impossible to debug jsp-s in that way
but when you're doing struts development all the logic
and hence the stuff that needs to be debugged is located
in action classes that are debuggable easely. 

I already have ant tasks for my external tomcat management
but integration though at the minimal level with the ide would be 
great.