[Installation, Configuration & DEPLOYMENT] - Newbie FAQ type question - Where is Admin documentation?
by tsu2
Installed the JBoss AS/Web Portal package.
I may be looking in the wrong places but can't find documentation on a number of typical Admin type tasks, I've only found a few bits of info scattered in the /doc of the installation, in wiki.jboss.org. Since these are basic questions others almost certainly have addressed I feel I'm missing some major resource or documentation.
Unanswered questions I have include
Some questions might be answerable if there was a clear description of the architecture of JBoss AS, eg if it is a composite Apache/Tomcat but I can't determine if that is true. Is JBoss architecture documented (it's not in the downloaded JBoss AS docs I downloaded)?
How do you modify the default installed instance to not be bound to Localhost/127.0.0.1? There is a description how to modify the port but not the hostname/weblistener/ipaddress or whatever is supported.
I suppose that wherever the info is about modifying the Parent instance(s) that is also where SSL can be configured?
Does JBoss AS support multiple "parent" instances? The Admin portal only supports creating child portals...
TIA.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4200217#4200217
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4200217
17 years, 3 months
[JBoss Tools (users)] - JBoss Tools Model Update NPE
by atomz4peace2
Hi,
Whenever I open an existing project in the new jboss tools editor, I get this error:
An internal error occurred during: "JBoss Tools Model Update".
java.lang.NullPointerException
at java.util.Hashtable.put(Hashtable.java:394)
at org.jboss.tools.jst.web.tld.TaglibMapping.findTldsInFolder(TaglibMapping.java:227)
at org.jboss.tools.jst.web.tld.TaglibMapping.loadTldsInWebInf(TaglibMapping.java:172)
at org.jboss.tools.jst.web.tld.TaglibMapping.revalidate(TaglibMapping.java:82)
at org.jboss.tools.jsf.web.JSFWatcherContributor.updateProject(JSFWatcherContributor.java:49)
at org.jboss.tools.common.model.project.Watcher.updateAll(Watcher.java:109)
at org.jboss.tools.common.model.project.Watcher.access$0(Watcher.java:92)
at org.jboss.tools.common.model.project.Watcher$WatcherRunnable.run(Watcher.java:52)
at org.jboss.tools.common.model.XJob.runInWorkspace(XJob.java:156)
at org.eclipse.core.internal.resources.InternalWorkspaceJob.run(InternalWorkspaceJob.java:38)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
Anyone know what it is and/or how to find out what's missing?
Thanks!
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4200204#4200204
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4200204
17 years, 3 months