Avatar of IT_Group1
IT_Group1
Flag for Israel asked on

Running IIS and JBoss on the same server (SBS 2008)

One of our clients has installed HMS Jboss application server on SBS 2008.
From this moment, we're unable to use the IIS websites such is OWA, and unable to use windows update.

I'm sure it's far from being  a best practice to run both of those applications on the same machine.

What do you recommend us to do?

Thx  

BTW, the SBS2008 was installed yesterday...
Microsoft IIS Web ServerSBSJava

Avatar of undefined
Last Comment
CEHJ

8/22/2022 - Mon
CEHJ

>>I'm sure it's far from being  a best practice to run both of those applications on the same machine.

True

First of all, stop JBoss and see if IIS returns to correct operation
IT_Group1

ASKER
Tried that, nope. The error is:
HTTP Error 500.19 - Internal Server Error
Calling LoadLibraryEx on ISAPI filter "C:\Program Files\Microsoft\Exchange Server\ClientAccess\owa\auth\owaauth.dll" failed
CEHJ

That's an IIS problem, so i'll leave it to the other zone people
I started with Experts Exchange in 2004 and it's been a mainstay of my professional computing life since. It helped me launch a career as a programmer / Oracle data analyst
William Peck
IT_Group1

ASKER
Thx. But from your experience the Jboss could have done it right?
pcsmitpra

Please provide complete error logs from event viewer.
Radhakrishnan

Try registering this dll
start - run - regsvr32 (just drag and drop the owaauth.dll ) file into the run box so you will get the full path - regsvr32 c:\programfiles....

I think bez of 2 web server running in a single physical server and some files got corrupted.
⚡ FREE TRIAL OFFER
Try out a week of full access for free.
Find out why thousands trust the EE community with their toughest problems.
pcsmitpra

Probably you wont need to change any thing on IIS end. To verify, Stop Jboss and restart the phusical server and see if IIS and OWA works. If yes, then you should opt for changing the ports for Jboss. You may try : run -Djboss.service.binding.set=ports-01
or some other method to change the port binding.
ASKER CERTIFIED SOLUTION
CEHJ

THIS SOLUTION ONLY AVAILABLE TO MEMBERS.
View this solution by signing up for a free trial.
Members can start a 7-Day free trial and enjoy unlimited access to the platform.
See Pricing Options
Start Free Trial
GET A PERSONALIZED SOLUTION
Ask your own question & get feedback from real experts
Find out why thousands trust the EE community with their toughest problems.
CEHJ

:)