-
1. Re: 'JBoss Server View' from JBoss AS Tools missing in Eclipse Helios
bfitzpat Aug 23, 2010 4:57 PM (in response to elifarley)Not sure abou that particular version, but the JBoss Server View has been deprecated and replaced by the WTP Servers view.
Window -> Show View -> Other... Select Select Server-> Servers
You should have all the functionality in the Servers view that you had in the JBoss Server View.
Hope that helps...
--Fitz
-
2. Re: 'JBoss Server View' from JBoss AS Tools missing in Eclipse Helios
elifarley Aug 23, 2010 5:19 PM (in response to bfitzpat)Brian, thanks for pointing that out.
But let me clarify what my biggest problem really is: Once I open the 'Server -> Servers' view and try to add a new server, I don't see a 'JBoss Community' server type.
So this is what I really need: the 'JBoss Community' server types (JBoss AS 5.0, JBoss AS 4.3 ...)
Why don't they show up? -
3. Re: 'JBoss Community' server types from JBoss AS Tools missing in Eclipse Helios
elifarley Aug 25, 2010 11:32 AM (in response to elifarley)I found out there are some missing files from that zip archive:
- eclipse/plugins/org.jboss.ide.eclipse.archives.core_3.2.0.v20100720-0040-H162-M1/LICENSE-truezip.txt
- eclipse/plugins/org.jboss.ide.eclipse.archives.core_3.2.0.v20100720-0040-H162-M1/META-INF/MANIFEST.MF
- eclipse/plugins/org.jboss.ide.eclipse.archives.core_3.2.0.v20100720-0040-H162-M1/META-INF/maven/org.jboss.tools.archives.plugins/org.jboss.ide.eclipse.archives.core/pom.properties
- eclipse/plugins/org.jboss.ide.eclipse.archives.core_3.2.0.v20100720-0040-H162-M1/META-INF/maven/org.jboss.tools.archives.plugins/org.jboss.ide.eclipse.archives.core/pom.xml
- eclipse/plugins/org.jboss.ide.eclipse.archives.core_3.2.0.v20100720-0040-H162-M1/about.html
- eclipse/plugins/org.jboss.ide.eclipse.archives.core_3.2.0.v20100720-0040-H162-M1/archivescore-eclipse.jar
- eclipse/plugins/org.jboss.ide.eclipse.archives.core_3.2.0.v20100720-0040-H162-M1/archivescore.jar
- eclipse/plugins/org.jboss.ide.eclipse.archives.core_3.2.0.v20100720-0040-H162-M1/lib/concurrent-1.3.4.jar
- eclipse/plugins/org.jboss.ide.eclipse.archives.core_3.2.0.v20100720-0040-H162-M1/lib/jboss-common-core-2.2.1.GA.jar
- eclipse/plugins/org.jboss.ide.eclipse.archives.core_3.2.0.v20100720-0040-H162-M1/lib/jboss-common-logging-log4j-2.0.4.GA.jar
- eclipse/plugins/org.jboss.ide.eclipse.archives.core_3.2.0.v20100720-0040-H162-M1/lib/jboss-common-logging-spi-2.0.4.GA.jar
- eclipse/plugins/org.jboss.ide.eclipse.archives.core_3.2.0.v20100720-0040-H162-M1/lib/jboss-xml-binding.jar
- eclipse/plugins/org.jboss.ide.eclipse.archives.core_3.2.0.v20100720-0040-H162-M1/lib/truezip-6.6.jar
- eclipse/plugins/org.jboss.ide.eclipse.archives.core_3.2.0.v20100720-0040-H162-M1/lib/xercesImpl-2.9.1.jar
- eclipse/plugins/org.jboss.ide.eclipse.archives.core_3.2.0.v20100720-0040-H162-M1/log4j.xml
- eclipse/plugins/org.jboss.ide.eclipse.archives.core_3.2.0.v20100720-0040-H162-M1/plugin.properties
- eclipse/plugins/org.jboss.ide.eclipse.archives.core_3.2.0.v20100720-0040-H162-M1/plugin.xml
- eclipse/plugins/org.jboss.ide.eclipse.archives.ui_3.2.0.v20100720-0040-H162-M1.jar
- eclipse/plugins/org.jboss.tools.jmx.core_1.2.0.v20100720-0040-H162-M1.jar
- eclipse/plugins/org.jboss.tools.jmx.ui_1.2.0.v20100720-0040-H162-M1.jar
Once I installed them (via the update site http://download.jboss.org/jbosstools/updates/development/), the JBoss AS Tools plugin started working.
So it doesn't seem to be possible to install this plugin via zip file.
-
4. Re: 'JBoss Community' server types from JBoss AS Tools missing in Eclipse Helios
maxandersen Sep 1, 2010 6:22 AM (in response to elifarley)Elifarley, *-update-*.zip's are update zips - not something to install into /dropins.
Use these zips as local updatesites.
-
5. Re: 'JBoss Server View' from JBoss AS Tools missing in Eclipse Helios
mbrowne Sep 5, 2010 5:28 PM (in response to elifarley)Hi,
I have a related question...I was able to get the server to work in the servers window, but in the manual it says "we recommend running JBoss in a JVM with a large perm gen space at development time." Is this now already configured by default?
Apparently, the old way was to go to the JBoss Server view, select "Edit Launch Configuration", and enter the following for VM arguments:
-Xms512m -Xmx1024m -XX:PermSize=256m -XX:MaxPermSize=512
There's no place to configure VM arguments in the main Eclipse servers window.
-
6. Re: 'JBoss Server View' from JBoss AS Tools missing in Eclipse Helios
maxandersen Sep 9, 2010 6:50 PM (in response to mbrowne)Go to Servers View, Double click the server, in the opening server editor click "Open launch configuration" and you can do the same edits.
We do some of the above by default, but you can adjust it as you please.
-
7. Re: 'JBoss Server View' from JBoss AS Tools missing in Eclipse Helios
mbrowne Sep 12, 2010 11:27 AM (in response to maxandersen)Thanks, that worked
In case it's helpful to others, here's what I did.... I just changed it from 256MB to 512MB in two places, which you might want to do to make more use of your system's memory (unless it's failry limited in which case you should stick with 256MB, according to the manual).