Our application runs in similar environments; haven't had problems with security options, beyond what we did to ourselves :)

My first guess would be that you link with a version of the MS 'C' runtime which is older than what is available on the Windows Server 2008 machine.

The problem we had was the inverse of yours - when we backported to the older OSs, our code wouldn't run until we installed the newer 'C' runtime (here: http://www.microsoft.com/downloads/details.aspx?familyid=A5C84275-3B97-4AB7-A40D-3802B2AF5FC2 ) that we link to on the older OSs.

A little searching should turn up the older 'C' redistributable package which you might try installing on the W2k8 server.

If that's not it, more info + stack traces would help isolate the problem.

Happy Hunting!
Steve
----- Original Message ----- From: "Hans Stoessel" <[email protected]>
To: <[email protected]>
Sent: Thursday, March 25, 2010 4:49 AM
Subject: Windows Server 2008: Access web application - application server (Apache Tomcat)


Hi

We have a web application running on Apache Tomcat (JSP / Axis2). This web
application connects to an application server via SOAP. The application runs
on Windows XP, Vista and Windows Server 2003. But we have problems on a
Windows Sever 2008.

The web application can't connect to the application server. There is an
AxisFault, "String index out of range...". We have no idea, what could be
wrong.

- Could it be a security option in Windows Server 2008? If yes what is to
do?
- TCP/IP options?

Thanks for any hint.

Best regards
Hans



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]






---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to