sharepoint filters

G

greg

Hello,

I have a question. When installing sharepoint services I see there are 2
filters created:

One on the default web site:

stsfltr

C:\Program Files\Common Files\Microsoft Shared\Web Server
Extensions\60\bin\stsfltr.dll



One on the web sites folder:

ASP.NET_1.1.4322.1085

C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\aspnet_filter.dll



These seem to stop any traffic to IIS on the server. I have a java
application, running on weblogic on the same server. I do not want to hit
the java app through a port. How can I configure both of these
applications? If I remove both filters the java app will work fine.



I guess I can add a second IP. But I would still have to deal with the
"ASP.NET_1.1.4322.1085" filter.



Any suggestions would be appreciated
 
L

Loke Kit Kai

What is your url for sharepoint and your java web app?
Sharepoint has a place where you can specify some path to exclude, and the
filters will not handle those http request to the excluded path, which your
java web app should be able to run properly.

I don't have my sharepoint running now. Do a google, probably you will get
what you need there. If not, reply, and I'll get back to you tomorrow
afternoon. Need to see doc in the morning
--
Best Regards,
Kit Kai
MVP (asp.net)
SgDotNet Council Member
Visit Us @ http://www.sgdotnet.org
My Blog: http://community.sgdotnet.org/blogs/kitkai
 
G

greg

thank you.
i will look into it.


Loke Kit Kai said:
What is your url for sharepoint and your java web app?
Sharepoint has a place where you can specify some path to exclude, and the
filters will not handle those http request to the excluded path, which your
java web app should be able to run properly.

I don't have my sharepoint running now. Do a google, probably you will get
what you need there. If not, reply, and I'll get back to you tomorrow
afternoon. Need to see doc in the morning
--
Best Regards,
Kit Kai
MVP (asp.net)
SgDotNet Council Member
Visit Us @ http://www.sgdotnet.org
My Blog: http://community.sgdotnet.org/blogs/kitkai
 
S

Shane Young

You can also run them as two different virtual IIS sites. Just set the
sharepoint one to use host headers.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top