Hi there,

I am having a problem creating more than one web application with Windows
SharePoint Services 2007. I was able to create the first one just fine wioth
port 80, but when I try to create a second web application, SharePoint says
it create the web application and site collection just fine, but when I try
to view it, I get a Page not found error.

Any advise on resolving this?
Thanks
Ian2009

Re: more than one WSS 3.0 Web Application on the same server by Daniel

Daniel
Wed Jun 18 05:42:14 CDT 2008

Hi,
what options did you choose when you created the second web application?

Did you use another ip, port, or hostheader?

Can you ping the new site by it's name?

/Daniel Bugday
http://www.sharepointforum.com/
http://www.sharepointforum.com/en-US/Blog/default.aspx

"Ian2009" <Ian2009@discussions.microsoft.com> wrote in message
news:94D5D76D-5925-4CD6-A9CA-5D0ADDFD2E12@microsoft.com...
> Hi there,
>
> I am having a problem creating more than one web application with Windows
> SharePoint Services 2007. I was able to create the first one just fine
> wioth
> port 80, but when I try to create a second web application, SharePoint
> says
> it create the web application and site collection just fine, but when I
> try
> to view it, I get a Page not found error.
>
> Any advise on resolving this?
> Thanks
> Ian2009


Re: more than one WSS 3.0 Web Application on the same server by Ian2009

Ian2009
Wed Jun 18 12:04:00 CDT 2008

Hi daniel,

When I created the new web application. I created a new IIS website called
Test02 with port number 22774 (this was randomly generated by SharePoint and
it is different),
hostheader: Test02 this is different than the first one Test01
NTLM authentication,
No Allow Anonymous,
No SSL,
gave a URL of http://test02,
created an application pool name called SharePoint - Test02,
added a user name and password in the Configuration field,
start IIS manually (which I did after the web application was created.),
used SQL2005 as the DB with a DB name of Test02_Content,
windows authenticaion

The IP is probably still the same as the first site, is this why its not
working? If so, how do I give the 2nd web application a static IP while
still making the first site work on the same box?

Thanks again.

"Daniel Bugday" wrote:

> Hi,
> what options did you choose when you created the second web application?
>
> Did you use another ip, port, or hostheader?
>
> Can you ping the new site by it's name?
>
> /Daniel Bugday
> http://www.sharepointforum.com/
> http://www.sharepointforum.com/en-US/Blog/default.aspx
>
> "Ian2009" <Ian2009@discussions.microsoft.com> wrote in message
> news:94D5D76D-5925-4CD6-A9CA-5D0ADDFD2E12@microsoft.com...
> > Hi there,
> >
> > I am having a problem creating more than one web application with Windows
> > SharePoint Services 2007. I was able to create the first one just fine
> > wioth
> > port 80, but when I try to create a second web application, SharePoint
> > says
> > it create the web application and site collection just fine, but when I
> > try
> > to view it, I get a Page not found error.
> >
> > Any advise on resolving this?
> > Thanks
> > Ian2009
>

Re: more than one WSS 3.0 Web Application on the same server by Daniel

Daniel
Thu Jun 19 02:54:14 CDT 2008

A SharePoint Web Application needs one of the following:

Unique IP,
Same IP (as other Web Applications) + Host Header
Same IP (as other Web Applications) + Unique Port

So you probably need to create a new web application (Test02) with host
header and with the same IP as your Test01 web appl.

You then need to create an alias in DNS (hosts file) for the Test02 Web
Application that resolves to the IP of the Test01 web appl.

Hope this helps!

/Daniel Bugday
http://www.sharepointforum.com/
http://www.sharepointforum.com/en-US/Blog/default.aspx

"Ian2009" <Ian2009@discussions.microsoft.com> wrote in message
news:2162BB9C-2CD1-40BE-BA71-3AEC8D723B5C@microsoft.com...
> Hi daniel,
>
> When I created the new web application. I created a new IIS website called
> Test02 with port number 22774 (this was randomly generated by SharePoint
> and
> it is different),
> hostheader: Test02 this is different than the first one Test01
> NTLM authentication,
> No Allow Anonymous,
> No SSL,
> gave a URL of http://test02,
> created an application pool name called SharePoint - Test02,
> added a user name and password in the Configuration field,
> start IIS manually (which I did after the web application was created.),
> used SQL2005 as the DB with a DB name of Test02_Content,
> windows authenticaion
>
> The IP is probably still the same as the first site, is this why its not
> working? If so, how do I give the 2nd web application a static IP while
> still making the first site work on the same box?
>
> Thanks again.
>
> "Daniel Bugday" wrote:
>
>> Hi,
>> what options did you choose when you created the second web application?
>>
>> Did you use another ip, port, or hostheader?
>>
>> Can you ping the new site by it's name?
>>
>> /Daniel Bugday
>> http://www.sharepointforum.com/
>> http://www.sharepointforum.com/en-US/Blog/default.aspx
>>
>> "Ian2009" <Ian2009@discussions.microsoft.com> wrote in message
>> news:94D5D76D-5925-4CD6-A9CA-5D0ADDFD2E12@microsoft.com...
>> > Hi there,
>> >
>> > I am having a problem creating more than one web application with
>> > Windows
>> > SharePoint Services 2007. I was able to create the first one just fine
>> > wioth
>> > port 80, but when I try to create a second web application, SharePoint
>> > says
>> > it create the web application and site collection just fine, but when I
>> > try
>> > to view it, I get a Page not found error.
>> >
>> > Any advise on resolving this?
>> > Thanks
>> > Ian2009
>>


Re: more than one WSS 3.0 Web Application on the same server by Ian2009

Ian2009
Fri Jun 20 12:53:00 CDT 2008

I am using the same IP as the first web application but with different host
header and differnt port number

I think all I'm missing is the last part.

I went into IIS and tried browsing Test02 from there and still received the
Page not Found error, is this also a DNS issue?

Could you give me some instructions on how to create the alias in DNS.

Thanks
Ian

"Daniel Bugday" wrote:

> A SharePoint Web Application needs one of the following:
>
> Unique IP,
> Same IP (as other Web Applications) + Host Header
> Same IP (as other Web Applications) + Unique Port
>
> So you probably need to create a new web application (Test02) with host
> header and with the same IP as your Test01 web appl.
>
> You then need to create an alias in DNS (hosts file) for the Test02 Web
> Application that resolves to the IP of the Test01 web appl.
>
> Hope this helps!
>
> /Daniel Bugday
> http://www.sharepointforum.com/
> http://www.sharepointforum.com/en-US/Blog/default.aspx
>
> "Ian2009" <Ian2009@discussions.microsoft.com> wrote in message
> news:2162BB9C-2CD1-40BE-BA71-3AEC8D723B5C@microsoft.com...
> > Hi daniel,
> >
> > When I created the new web application. I created a new IIS website called
> > Test02 with port number 22774 (this was randomly generated by SharePoint
> > and
> > it is different),
> > hostheader: Test02 this is different than the first one Test01
> > NTLM authentication,
> > No Allow Anonymous,
> > No SSL,
> > gave a URL of http://test02,
> > created an application pool name called SharePoint - Test02,
> > added a user name and password in the Configuration field,
> > start IIS manually (which I did after the web application was created.),
> > used SQL2005 as the DB with a DB name of Test02_Content,
> > windows authenticaion
> >
> > The IP is probably still the same as the first site, is this why its not
> > working? If so, how do I give the 2nd web application a static IP while
> > still making the first site work on the same box?
> >
> > Thanks again.
> >
> > "Daniel Bugday" wrote:
> >
> >> Hi,
> >> what options did you choose when you created the second web application?
> >>
> >> Did you use another ip, port, or hostheader?
> >>
> >> Can you ping the new site by it's name?
> >>
> >> /Daniel Bugday
> >> http://www.sharepointforum.com/
> >> http://www.sharepointforum.com/en-US/Blog/default.aspx
> >>
> >> "Ian2009" <Ian2009@discussions.microsoft.com> wrote in message
> >> news:94D5D76D-5925-4CD6-A9CA-5D0ADDFD2E12@microsoft.com...
> >> > Hi there,
> >> >
> >> > I am having a problem creating more than one web application with
> >> > Windows
> >> > SharePoint Services 2007. I was able to create the first one just fine
> >> > wioth
> >> > port 80, but when I try to create a second web application, SharePoint
> >> > says
> >> > it create the web application and site collection just fine, but when I
> >> > try
> >> > to view it, I get a Page not found error.
> >> >
> >> > Any advise on resolving this?
> >> > Thanks
> >> > Ian2009
> >>
>

Re: more than one WSS 3.0 Web Application on the same server by John

John
Fri Jun 20 14:37:06 CDT 2008

If you are using a different port number, it must be included in the URL
(so something like http://test02:22774). You can use port 80 for both
web applications when using different host headers. Look in IIS at the
configuration of the website for Test02 and see what port it is using. I
suspect it is 22774 (as in your description) and that is why IIS won't
answer for http://test02.



Ian2009 wrote:
> I am using the same IP as the first web application but with different host
> header and differnt port number
>
> I think all I'm missing is the last part.
>
> I went into IIS and tried browsing Test02 from there and still received the
> Page not Found error, is this also a DNS issue?
>
> Could you give me some instructions on how to create the alias in DNS.
>
> Thanks
> Ian
>
> "Daniel Bugday" wrote:
>
>> A SharePoint Web Application needs one of the following:
>>
>> Unique IP,
>> Same IP (as other Web Applications) + Host Header
>> Same IP (as other Web Applications) + Unique Port
>>
>> So you probably need to create a new web application (Test02) with host
>> header and with the same IP as your Test01 web appl.
>>
>> You then need to create an alias in DNS (hosts file) for the Test02 Web
>> Application that resolves to the IP of the Test01 web appl.
>>
>> Hope this helps!
>>
>> /Daniel Bugday
>> http://www.sharepointforum.com/
>> http://www.sharepointforum.com/en-US/Blog/default.aspx
>>
>> "Ian2009" <Ian2009@discussions.microsoft.com> wrote in message
>> news:2162BB9C-2CD1-40BE-BA71-3AEC8D723B5C@microsoft.com...
>>> Hi daniel,
>>>
>>> When I created the new web application. I created a new IIS website called
>>> Test02 with port number 22774 (this was randomly generated by SharePoint
>>> and
>>> it is different),
>>> hostheader: Test02 this is different than the first one Test01
>>> NTLM authentication,
>>> No Allow Anonymous,
>>> No SSL,
>>> gave a URL of http://test02,
>>> created an application pool name called SharePoint - Test02,
>>> added a user name and password in the Configuration field,
>>> start IIS manually (which I did after the web application was created.),
>>> used SQL2005 as the DB with a DB name of Test02_Content,
>>> windows authenticaion
>>>
>>> The IP is probably still the same as the first site, is this why its not
>>> working? If so, how do I give the 2nd web application a static IP while
>>> still making the first site work on the same box?
>>>
>>> Thanks again.
>>>
>>> "Daniel Bugday" wrote:
>>>
>>>> Hi,
>>>> what options did you choose when you created the second web application?
>>>>
>>>> Did you use another ip, port, or hostheader?
>>>>
>>>> Can you ping the new site by it's name?
>>>>
>>>> /Daniel Bugday
>>>> http://www.sharepointforum.com/
>>>> http://www.sharepointforum.com/en-US/Blog/default.aspx
>>>>
>>>> "Ian2009" <Ian2009@discussions.microsoft.com> wrote in message
>>>> news:94D5D76D-5925-4CD6-A9CA-5D0ADDFD2E12@microsoft.com...
>>>>> Hi there,
>>>>>
>>>>> I am having a problem creating more than one web application with
>>>>> Windows
>>>>> SharePoint Services 2007. I was able to create the first one just fine
>>>>> wioth
>>>>> port 80, but when I try to create a second web application, SharePoint
>>>>> says
>>>>> it create the web application and site collection just fine, but when I
>>>>> try
>>>>> to view it, I get a Page not found error.
>>>>>
>>>>> Any advise on resolving this?
>>>>> Thanks
>>>>> Ian2009

Re: more than one WSS 3.0 Web Application on the same server by Daniel

Daniel
Sun Jun 22 14:47:50 CDT 2008

could you please try to:

open up a new IE and enter the url of your site
http://test02:portnumber

/Daniel Bugday
http://www.sharepointforum.com/
http://www.sharepointforum.com/en-US/Blog/default.aspx

"Ian2009" <Ian2009@discussions.microsoft.com> wrote in message
news:16AD93BB-7377-4661-9D0D-F893D14D187F@microsoft.com...
>I am using the same IP as the first web application but with different host
> header and differnt port number
>
> I think all I'm missing is the last part.
>
> I went into IIS and tried browsing Test02 from there and still received
> the
> Page not Found error, is this also a DNS issue?
>
> Could you give me some instructions on how to create the alias in DNS.
>
> Thanks
> Ian
>
> "Daniel Bugday" wrote:
>
>> A SharePoint Web Application needs one of the following:
>>
>> Unique IP,
>> Same IP (as other Web Applications) + Host Header
>> Same IP (as other Web Applications) + Unique Port
>>
>> So you probably need to create a new web application (Test02) with host
>> header and with the same IP as your Test01 web appl.
>>
>> You then need to create an alias in DNS (hosts file) for the Test02 Web
>> Application that resolves to the IP of the Test01 web appl.
>>
>> Hope this helps!
>>
>> /Daniel Bugday
>> http://www.sharepointforum.com/
>> http://www.sharepointforum.com/en-US/Blog/default.aspx
>>
>> "Ian2009" <Ian2009@discussions.microsoft.com> wrote in message
>> news:2162BB9C-2CD1-40BE-BA71-3AEC8D723B5C@microsoft.com...
>> > Hi daniel,
>> >
>> > When I created the new web application. I created a new IIS website
>> > called
>> > Test02 with port number 22774 (this was randomly generated by
>> > SharePoint
>> > and
>> > it is different),
>> > hostheader: Test02 this is different than the first one Test01
>> > NTLM authentication,
>> > No Allow Anonymous,
>> > No SSL,
>> > gave a URL of http://test02,
>> > created an application pool name called SharePoint - Test02,
>> > added a user name and password in the Configuration field,
>> > start IIS manually (which I did after the web application was
>> > created.),
>> > used SQL2005 as the DB with a DB name of Test02_Content,
>> > windows authenticaion
>> >
>> > The IP is probably still the same as the first site, is this why its
>> > not
>> > working? If so, how do I give the 2nd web application a static IP
>> > while
>> > still making the first site work on the same box?
>> >
>> > Thanks again.
>> >
>> > "Daniel Bugday" wrote:
>> >
>> >> Hi,
>> >> what options did you choose when you created the second web
>> >> application?
>> >>
>> >> Did you use another ip, port, or hostheader?
>> >>
>> >> Can you ping the new site by it's name?
>> >>
>> >> /Daniel Bugday
>> >> http://www.sharepointforum.com/
>> >> http://www.sharepointforum.com/en-US/Blog/default.aspx
>> >>
>> >> "Ian2009" <Ian2009@discussions.microsoft.com> wrote in message
>> >> news:94D5D76D-5925-4CD6-A9CA-5D0ADDFD2E12@microsoft.com...
>> >> > Hi there,
>> >> >
>> >> > I am having a problem creating more than one web application with
>> >> > Windows
>> >> > SharePoint Services 2007. I was able to create the first one just
>> >> > fine
>> >> > wioth
>> >> > port 80, but when I try to create a second web application,
>> >> > SharePoint
>> >> > says
>> >> > it create the web application and site collection just fine, but
>> >> > when I
>> >> > try
>> >> > to view it, I get a Page not found error.
>> >> >
>> >> > Any advise on resolving this?
>> >> > Thanks
>> >> > Ian2009
>> >>
>>
>


Re: more than one WSS 3.0 Web Application on the same server by Ian2009

Ian2009
Mon Jun 23 18:06:01 CDT 2008

Thanks guys, it works now
Ian

"Daniel Bugday" wrote:

> could you please try to:
>
> open up a new IE and enter the url of your site
> http://test02:portnumber
>
> /Daniel Bugday
> http://www.sharepointforum.com/
> http://www.sharepointforum.com/en-US/Blog/default.aspx
>
> "Ian2009" <Ian2009@discussions.microsoft.com> wrote in message
> news:16AD93BB-7377-4661-9D0D-F893D14D187F@microsoft.com...
> >I am using the same IP as the first web application but with different host
> > header and differnt port number
> >
> > I think all I'm missing is the last part.
> >
> > I went into IIS and tried browsing Test02 from there and still received
> > the
> > Page not Found error, is this also a DNS issue?
> >
> > Could you give me some instructions on how to create the alias in DNS.
> >
> > Thanks
> > Ian
> >
> > "Daniel Bugday" wrote:
> >
> >> A SharePoint Web Application needs one of the following:
> >>
> >> Unique IP,
> >> Same IP (as other Web Applications) + Host Header
> >> Same IP (as other Web Applications) + Unique Port
> >>
> >> So you probably need to create a new web application (Test02) with host
> >> header and with the same IP as your Test01 web appl.
> >>
> >> You then need to create an alias in DNS (hosts file) for the Test02 Web
> >> Application that resolves to the IP of the Test01 web appl.
> >>
> >> Hope this helps!
> >>
> >> /Daniel Bugday
> >> http://www.sharepointforum.com/
> >> http://www.sharepointforum.com/en-US/Blog/default.aspx
> >>
> >> "Ian2009" <Ian2009@discussions.microsoft.com> wrote in message
> >> news:2162BB9C-2CD1-40BE-BA71-3AEC8D723B5C@microsoft.com...
> >> > Hi daniel,
> >> >
> >> > When I created the new web application. I created a new IIS website
> >> > called
> >> > Test02 with port number 22774 (this was randomly generated by
> >> > SharePoint
> >> > and
> >> > it is different),
> >> > hostheader: Test02 this is different than the first one Test01
> >> > NTLM authentication,
> >> > No Allow Anonymous,
> >> > No SSL,
> >> > gave a URL of http://test02,
> >> > created an application pool name called SharePoint - Test02,
> >> > added a user name and password in the Configuration field,
> >> > start IIS manually (which I did after the web application was
> >> > created.),
> >> > used SQL2005 as the DB with a DB name of Test02_Content,
> >> > windows authenticaion
> >> >
> >> > The IP is probably still the same as the first site, is this why its
> >> > not
> >> > working? If so, how do I give the 2nd web application a static IP
> >> > while
> >> > still making the first site work on the same box?
> >> >
> >> > Thanks again.
> >> >
> >> > "Daniel Bugday" wrote:
> >> >
> >> >> Hi,
> >> >> what options did you choose when you created the second web
> >> >> application?
> >> >>
> >> >> Did you use another ip, port, or hostheader?
> >> >>
> >> >> Can you ping the new site by it's name?
> >> >>
> >> >> /Daniel Bugday
> >> >> http://www.sharepointforum.com/
> >> >> http://www.sharepointforum.com/en-US/Blog/default.aspx
> >> >>
> >> >> "Ian2009" <Ian2009@discussions.microsoft.com> wrote in message
> >> >> news:94D5D76D-5925-4CD6-A9CA-5D0ADDFD2E12@microsoft.com...
> >> >> > Hi there,
> >> >> >
> >> >> > I am having a problem creating more than one web application with
> >> >> > Windows
> >> >> > SharePoint Services 2007. I was able to create the first one just
> >> >> > fine
> >> >> > wioth
> >> >> > port 80, but when I try to create a second web application,
> >> >> > SharePoint
> >> >> > says
> >> >> > it create the web application and site collection just fine, but
> >> >> > when I
> >> >> > try
> >> >> > to view it, I get a Page not found error.
> >> >> >
> >> >> > Any advise on resolving this?
> >> >> > Thanks
> >> >> > Ian2009
> >> >>
> >>
> >
>