I'm developing some straight servlets, nothing fancy. I got tired of Sysdeo and Tomcat. Thought I'd try JBoss IDE and JBoss.
I'm trying to minimize the start up times. I specify the "minimal" server name by adding "-Djava.server.name=minimal" to the startup parameters under the Debug launcher config thingie. Now, when I deploy my .war (to "minimal"), the console shows messages like "Packages waiting for a deployer:" and "Incompletely deployed packages:" The servlet actually runs. But now the breakpoints aren't being hit. Any advice? I'm running Eclipse 3.0.0 (final), JBoss IDE 1.3.30, and JBoss 3.1415. Haha. It's actually JBoss 3.2.5. --- While I have your attention... It's weird that all the server names are shown as deploy options while only the default server is launched. It'd be clever if JBoss IDE picked up the source paths automagically. The flexibility of the Packaging Configurations is a nice touch. Is there any way to validate the web.xml files? Like when the servlet class gets renamed. Why are .war filenames smooshed to lower case by the deployer? Well, I guess that's all I've got for now. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3847598#3847598 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3847598 ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=5047&alloc_id=10808&op=click _______________________________________________ JBoss-Development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development
