Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » ServerTools (WTP) » JBoss 4.0.0 and Server Start up
JBoss 4.0.0 and Server Start up [message #121595] Sun, 17 July 2005 21:22 Go to next message
Eclipse UserFriend
Originally posted by: arupsarkar.yahoo.com

Hi:

I have configured JBoss 4.0.0 via the Windows -> Preferences -> Server ->
Installed Runtime. Since it is a JBoss 3.2.3 configuration, I commented
the following section.

<!-- <archive path="${classPath}/lib/jboss-boot.jar" /> -->

I added couple of section which I later deleted like the following tags.

<archive
path=" ${classPath}/server/${serverConfig}/lib/servlets-invoker.jar " />

the above tag is wrong since the jar file is not in that location, the
correct one is mentioned below which I later added after deleting the
above tag, but eclipse is still looking at the old archive tag.

<archive
path=" ${classPath}/server/${serverConfig}/deploy/jbossweb-tomcat50 .sar/servlets-invoker.jar "
/>

I even deleted the server definition file, and copied the original
jboss323.serverdef file but still I am getting the error, and at the
server console I see JBoss server stopping but not actually stopped.

Can someone please help me in trouble shooting what is wrong, I am using
J2SDk 1.5. I have also added all the pre reqs required for wtp.

I can post my serverdef file if anyone needs to look at it.

Regards
Arup
Re: JBoss 4.0.0 and Server Start up [message #121620 is a reply to message #121595] Sun, 17 July 2005 22:14 Go to previous message
C. Schmidt is currently offline C. SchmidtFriend
Messages: 6
Registered: July 2009
Junior Member
Hello Arup,

the work was already made by another.
Regard the contributions:
"JBoss 4.0.2 with M5" / Marko Mrvelj
"JBoss 4.0.3 definitions" / Dave Dunkin.

Christof


Arup Sarkar schrieb:
> Hi:
> I have configured JBoss 4.0.0 via the Windows -> Preferences -> Server
> -> Installed Runtime. Since it is a JBoss 3.2.3 configuration, I
> commented the following section.
>
> <!-- <archive path="${classPath}/lib/jboss-boot.jar" /> -->
>
> I added couple of section which I later deleted like the following tags.
>
> <archive
> path=" ${classPath}/server/${serverConfig}/lib/servlets-invoker.jar " />
>
> the above tag is wrong since the jar file is not in that location, the
> correct one is mentioned below which I later added after deleting the
> above tag, but eclipse is still looking at the old archive tag.
>
> <archive
> path=" ${classPath}/server/${serverConfig}/deploy/jbossweb-tomcat50 .sar/servlets-invoker.jar "
> />
>
> I even deleted the server definition file, and copied the original
> jboss323.serverdef file but still I am getting the error, and at the
> server console I see JBoss server stopping but not actually stopped.
>
> Can someone please help me in trouble shooting what is wrong, I am using
> J2SDk 1.5. I have also added all the pre reqs required for wtp.
>
> I can post my serverdef file if anyone needs to look at it.
>
> Regards
> Arup
>
>
>
Previous Topic:No "Web" projects
Next Topic:Starting the External Generic Server in Debug mode
Goto Forum:
  


Current Time: Fri Oct 18 03:21:02 GMT 2024

Powered by FUDForum. Page generated in 0.05918 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top