5
votes
4answers
154 views
IIS WCF service hosting vs Windows Service
Hi,
We developped a WCF service and we're looking to deploy it.
Our clients will be using it with basicHttpBinding but our internal team will be using it with namedPipesBinding.
…
2
votes
1answer
301 views
How to host a WCF service in a web application with netNamedPipeBinding and WAS on Windows Vista
I am trying to host a WCF service with netNamedPipeBinding in a web applicaion on a Vista machine.
I enabled the non-HTTP service activation as described in this article: http://m …
2
votes
2answers
299 views
Can I host a WCF service with NetMsmqBinding in root “/” application of an IIS7 site?
I have created a WCF service with NetMsmqBinding, and hosted it in IIS7 using Windows Activation Service (WAS).
Current (works perfectly):
Hosted in IIS at: http://localhost/My …
2
votes
2answers
797 views
How to get symbol files for java application when I analyse system crash core dump files?
This is a java application running on Websphere application server. When I analyse the system crash core dump file, I get some info like this:
ERROR: Symbol file could not be foun …
1
vote
2answers
81 views
Host WCF in WAS or IIS7?
We have a server application that has one module installed on a separate server, and want to use WCF for the two modules to communicate with each other. I've narrowed it down to h …
1
vote
2answers
703 views
Hosting WCF service in IIS 7 (WAS) with net.tcp binding on TWO tcp ports
By default IIS 7 Web site has net.tcp binding with "808:" binding information string. If i add another net.tcp binding with "xxx:" exception occurs:
This collection already contai …
1
vote
1answer
493 views
Where can I obtain an Eclipse server adapter for WebSphere Application Server Version 7?
I need to set up an Eclipse WTP project pointing to a WAS V7 instance but I can't find the server adapter to work with version 7. Version 6 is supported.
1
vote
3answers
195 views
Can I build a .net web service that allows anonymous access but impersonates user privilages based on userid?
I have a web application on an IBM WAS server (Windows).
In the WAS app users are able to browse files on a different server. This functionality connects to a web service in orde …
1
vote
1answer
62 views
JavaEE 5, WAS 6.0 Strange issue with JSP includes
Hi Friends,
We are currently in the process of migrating our application from our production environment to a brand new data center.
Current Production Environment : Java 1.4, J …
1
vote
1answer
1k views
WAS hosting a WCF service with net.tcp binding
I'm trying to publish a calculation service on a bunch of computers which will be used by an application server. The calculation servers are stateful and need to be able to perform …
1
vote
2answers
376 views
Is Windows Activation Service + WCF a replacement for COM+
WAS Features
Application Pooling
Recycling
Idle time management
Identity Management
Isolation
Sounds a lot like COM+ but hosted in IIS 7. Anybody out there using this technolo …
1
vote
0answers
27 views
WAS hosting of queues
I read that when hosting a queue endpoint all these names need to match:
Hosted in IIS at: http://localhost/MyService.svc
service endpoint address: http://localhost/private/MySer …
0
votes
1answer
31 views
Set WAS Process Definition Environment Entries using Jython?
Is it possible to add custom Process Definition environment entry in a WebSphere Application Server using a jython script?
I see that the existing properties in the server.xml are …
0
votes
2answers
50 views
Windows Process Activation Service (WAS) installed but NetMsmqActivator is missing
Windows Process Activation Service is installed under features on my Windows 2008 server running IIS7. Should i be able to see the NetMsmqActivator (Net.Msmq Listener Adapter) in …
0
votes
1answer
55 views
WebSphere Portal portlet crazy threading
Hello,
We are dealing with an issue in our WebSphere Portal solution.
It's a stand-alone application server, running WebSphere Portal on top of WebSphere 6.0 and all the stack is …
