Discussion:
sharepoint filters
(too old to reply)
greg
2005-05-04 16:16:19 UTC
Permalink
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
Loke Kit Kai
2005-05-04 16:26:21 UTC
Permalink
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
Post by greg
Hello,
I have a question. When installing sharepoint services I see there are 2
stsfltr
C:\Program Files\Common Files\Microsoft Shared\Web Server
Extensions\60\bin\stsfltr.dll
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
greg
2005-05-04 18:24:49 UTC
Permalink
thank you.
i will look into it.
Post by 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
My Blog: http://community.sgdotnet.org/blogs/kitkai
Post by greg
Hello,
I have a question. When installing sharepoint services I see there are 2
stsfltr
C:\Program Files\Common Files\Microsoft Shared\Web Server
Extensions\60\bin\stsfltr.dll
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
Shane Young
2005-05-04 21:00:33 UTC
Permalink
You can also run them as two different virtual IIS sites. Just set the
sharepoint one to use host headers.
--
Shane Young
http://www.lucruminc.com
Post by greg
thank you.
i will look into it.
Post by 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
Post by Loke Kit Kai
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
My Blog: http://community.sgdotnet.org/blogs/kitkai
Post by greg
Hello,
I have a question. When installing sharepoint services I see there are
2
Post by Loke Kit Kai
Post by greg
stsfltr
C:\Program Files\Common Files\Microsoft Shared\Web Server
Extensions\60\bin\stsfltr.dll
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
Post by Loke Kit Kai
Post by greg
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
Continue reading on narkive:
Loading...