Hosting Websites

Ok, im VERY new at making web pages/ putting them on the net,
i want to make a site, and im trying to put a test page on the
site, but i cant seem to do it, I want to host the site of my
computer, so technically it schouldnt cost anything... right? is
this possible, well i would apprecitate any help i can get, thank
you

You could host it at home, but your ISP might have something
to say about
that. You don't want to break their user agreement. To be
safe, you could go
somewhere like Crystaltech.com, HostMySite.com and get one of
their
lower-priced plans.
Bill
"zack_attack002" <[email protected]> wrote
in message
news:eq4fda$720$[email protected]..
> Ok, im VERY new at making web pages/ putting them on the
net, i want to
> make a
> site, and im trying to put a test page on the site, but
i cant seem to do
> it, I
> want to host the site of my computer, so technically it
schouldnt cost
> anything... right? is this possible, well i would
apprecitate any help i
> can
> get, thank you
>

Similar Messages

  • Who will host websites when apple no longer supports this in iweb

    Who will host websites when apple no longer supports this in iweb?

    Has any one tried 1&1 Internet Linux hosting package?
    https://order.1and1.co.uk/Hosting;?linkType=&linkOrigin=&linkid=hd.tab.hosting.p ackageselection
    They fully support Mac users – I should be able to upload the files from iWeb and use the files on their Linux hosting package. Past experience is Sales; Info and Tech support teams at 1&1 are always very prompt and helpful. Just wanted second opinion before committing.
    I gather 1&1 Internet also support Adobe Muse hosting.
    http://tv.adobe.com/watch/muse-feature-tour/introduction-to-adobe-muse-with-spec ial-guest-danielle-beaumont/
    Miffy O

  • Trouble with the hosted website from a page viewer web part. (Sahrepoint 2010)

    Hi everyone,
    I am facing trouble with sharepoint and I would like some help.
    I use Sharepoint 2010 and I have included a page viewer page part in one the pages I 've created that hosts another website. Although most of the functionality of the hosted website is there, some functions of it don't work. These functions are apply buttons
    or downloading documents buttons. My guess is that the web part has to update dynamically and it should be independent from the Sharepoint page.
    Is there a way to do this? It is important that the website is hosted in the since at the same page I have s guide on how to use the hosted website.
    If this can't be done using a page viewer webpart I am open to other suggestions as well.
    Thanks in advance!
    Sakis

    Is it possible that the hosted website page is using HTML5 of other functionality that isn't supported by the IE-8 restriction in the SharePoint master page? We've run into that before, where the page wouldn't work in the page viewer. I also had problems
    where Chrome/Firefox wouldn't display a pager viewer when it crossed hosts/changed protocol.
    What I had to do was add some javascript/Jquery to pop up another window to view the page if I wasn't on IE, getting out of the restriction of the SharePoint master page. If I was in IE the page viewer webpart worked.  Not ideal, but maybe you could
    adapt - they could see your instructions on the page but work with the host page on another.
    <script type="text/javascript" src="/Javascript/JQuery/JQueryMin-1.8.2.js"></script>
    <script type="text/javascript">
    $(document).ready(function() {
    var isIE = /*@cc_on!@*/false || document.documentMode;
    if(!isIE) {
    window.open('http://fmgblog/measure/email/dashboard.php');
    }); // end of document ready
    </script>
    Robin

  • Cisco ASA and Internal Hosted Website

    I have a Cisco ASA 8.4. I have an internal website for an application that they use both internal and externally (app.domain.com/app  is 10.0.0.3) The company that hosts their External Website and DNS created a record that points to http://app.domain.com/app to their public ip 1.2.3.4. Externally everything works great I have port forward for 80 working.  The problem is that when the users bring their laptops in to the office they are unable to get to the interanlly hosted website. I think the the firewall is having an issue letting the traffic back in. If i use the internal DNS and create a zone for domain.com with an A record for app.domain.com and point it to 10.0.0.3 the internal address..it works.  Of course when they try to access the external website it does not work. So if create an A record that points to the web hosts address, it kinda of works...parts of the website don't come up. I really think I there is something like a hairpin or u-turn that needs to be done. Oh by the way this is my first real experince with an ASA. The Symantec Gateway they had worked great. I looked in the config and there were no hairpin or crazy rules, just the standard port forward for 80.  Any ideas? I have tried several suggestions i found on the web, but none have worked.
    Thanks
    Nick

    Hi,
    The main problem with such setup (from the ASAs perspective) is usually that the NAT for the server is configured from certain source interface towards some destination interface.
    You might for example have this configuration
    object network WEB-SERVER
    host 10.0.0.3
    nat (inside,outside) static interface service 80 80
    This would enable connectivity from the behind "outside" interface towards which the translation is configured but not from behind "inside".
    I am not sure how different vendor firewalls handle this situation if you say that you only had the original Static PAT configuration towards the external interface.
    If you wanted to enable connectivity to the public IP address from your LAN you would have to make a NAT towards the "inside" interface from the "inside" interface. And thats not all. You would also have to configure Dynamic PAT for the source hosts on the LAN behind "inside". The reason for this is that the ASA needs to see the whole TCP conversation between the client/server and since we PAT all the users to the ASA "inside" interface IP address that makes sure that ASA sees the whole conversation between the hosts.
    So you could try this configuration on the ASA
    object network PUBLIC-IP
    host
    object network WEB-SERVER
    host 10.0.0.3
    object network LAN
    subnet
    nat (inside,inside) 1 source dynamic LAN interface destination static PUBLIC-IP WEB-SERVER
    The above configuration would essentially look for connections coming from behind "inside" interface from the source address belonging to LAN to the destination IP address of PUBLIC-IP and proceed to UN-NAT the PUBLIC-IP to WEB-SERVER and PAT the source address to "interface" (inside interface IP address)
    You would also perhaps needs to add this command
    same-security-traffic permit intra-interface
    This enabled the ASA to pass traffic through the same interface that the traffic arrived in. So basically do that Hairpin/U-turn
    You can check the current configuration with the command
    show run same-security-traffic
    Do notice that there is a similiar command with a different parameter at the end (inter-interface vs. intra-interface). So check that you have the correct one.
    Hope this helps
    Let me know how it goes
    - Jouni

  • Auto display of disclaimer to client leaving hosted websites

    we want to be able to let web clients know when they are leaving our hosted websites for other linked pages via a disclaimer. is there a Cisco product that will detect when a client is leaving one of our hosted web sites/applications and either give the user a pop up or a web redirect to a disclaimer letting them know that they are going to an outside entity web site?
    thanks for the help

    Not that I know of off hand. Why not have your developer write a small app and keep a database of external links they want to create. Then link to http://www.yoursite.com/redirect.php?id=SomeString and then on the redirect page have it say "You're leaving our site...click here to continue or go back" or whatever you want it to say.
    Cost effective and not that hard to do.

  • Third Part Hosted Websites and In Browser Editing Timeline

    When is it going to be possible for in-browser editing on third party hosted websites?

    Hi
    Could you please take a look to this document and try the steps mentioned in the article
    "Some files on the server may be missing or incorrect" Warning Message
    Do let me know if you have any question.

  • Opinion For my hosting website

    hey guys im almost finished designing my hosting website,
    however i do think the navigation menu is a little bit to light?
    Anyhow i would appreciate any feedback so i can make any changes
    thanks!!

    Hello,
    There are quite a few typos in your TOS page.
    Incase, you responsibility, etc.
    And on your support page:
    for you web hosting, supirior customer support,
    collaberating, Mercahnt
    account, etc...
    A number on the FAQ page as well.
    Our network where built, cPane has to offer you! , If there
    is a questions
    Sorry if it looks like nitpicking, but I think some people
    really may be put
    off by that.
    Do you maintain your own servers? If so, you might want to
    put in a page on
    that technical info.
    If it's reseller, like for hostgator, disregard.
    Also, just out of curiosity, is it hostly on, or host lyon
    (like lion)?
    Take care,
    Tim
    "TC2112" <[email protected]> wrote in message
    news:[email protected]...
    >I noticed that right away as well..The wink almost looks
    photoshopped in,
    >and I'm not sure that's an "OK" (fingers should be up) or
    a "Bravisimo!"
    >hand gesture.
    > The effect for me is that the woman looks a bit like a
    "Used car
    > salesman". It's like she's saying, "we're good, wink
    wink, nudge nudge,
    > know what I mean, know what I mean?"
    >
    > I do like the rest of the layout. Nice and clean, very
    professional
    > looking.
    >
    > Take care,
    > Tim
    >
    >
    > "M.." <[email protected]> wrote in message
    > news:[email protected]...
    >> The site looks nice and professional. One
    observation for those who see
    >> this kind of thing. The woman's image is not cleanly
    'cut out' and her
    >> wink looks weired to me. I think you might consider
    another picture or
    >> work with this one some more. iStockphoto.com may
    have something that you
    >> don't have to manipulate too much to use. It's a
    picky thing but that's
    >> what jumped out at me.
    >>
    >> Marianne
    >>
    >> "Walt F. Schaefer" <[email protected]>
    wrote in message
    >> news:[email protected]...
    >>>I think Murray was responding to your first post
    which had no link to
    >>>your site.
    >>>
    >>> I looked at your site and it looks nice. I think
    you would be wise to
    >>> make it standards compliant (valid code) as some
    prospective clients may
    >>> run it through a validator and ask, "If these
    guys can't produce valid
    >>> code do they really know enough for me to trust
    my hosting to?"
    >>>
    >>>
    http://validator.w3.org/check?verbose=1&uri=http%3A%2F%2Fwww.hostlyon.com%2F
    >>>
    >>> Just a thought.
    >>>
    >>> --
    >>>
    >>> Walt
    >>>
    >>>
    >>> "watzursn" <[email protected]>
    wrote in message
    >>> news:[email protected]...
    >>>> is it too light??? what do u mean by
    imaginary?
    >>>
    >>>
    >>
    >
    >

  • Error while Exporting large data from Reportviewer on azure hosted website.

    Hi,
    I have website hosted on azure. I used SSRS reportviewer control to showcase my reports. while doing so i faced an issue.
    Whenever i export large amount of data as Excel/PDF/word/tiff it abruptly throw following error:
    Error: Microsoft.Reporting.WebForms.ReportServerException: The remote server returned an error: (401) Unauthorized. ---> System.Net.WebException: The remote server returned an error: (401) Unauthorized.
    at System.Net.HttpWebRequest.EndGetResponse(IAsyncResult asyncResult)
    at Microsoft.Reporting.WebForms.SoapReportExecutionService.ServerUrlRequest(AbortState abortState, String url, Stream outputStream, String& mimeType, String& fileNameExtension)
    --- End of inner exception stack trace ---
    at Microsoft.Reporting.WebForms.SoapReportExecutionService.ServerUrlRequest(AbortState abortState, String url, Stream outputStream, String& mimeType, String& fileNameExtension)
    at Microsoft.Reporting.WebForms.SoapReportExecutionService.Render(AbortState abortState, String reportPath, String executionId, String historyId, String format, XmlNodeList deviceInfo, NameValueCollection urlAccessParameters, Stream reportStream, String& mimeType, String& fileNameExtension)
    at Microsoft.Reporting.WebForms.ServerReport.InternalRender(Boolean isAbortable, String format, String deviceInfo, NameValueCollection urlAccessParameters, Stream reportStream, String& mimeType, String& fileNameExtension)
    at Microsoft.Reporting.WebForms.ServerReport.Render(String format, String deviceInfo, NameValueCollection urlAccessParameters, String& mimeType, String& fileNameExtension)
    at Microsoft.Reporting.WebForms.ServerModeSession.RenderReport(String format, Boolean allowInternalRenderers, String deviceInfo, NameValueCollection additionalParams, Boolean cacheSecondaryStreamsForHtml, String& mimeType, String& fileExtension)
    at Microsoft.Reporting.WebForms.ExportOperation.PerformOperation(NameValueCollection urlQuery, HttpResponse response)
    at Microsoft.Reporting.WebForms.HttpHandler.ProcessRequest(HttpContext context)
    at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
    at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)
    It works locally (developer machine) or having less data. But it didn't work with large data when publish on azure.
    Any help will be appreciated.
    Thanks.

    Sorry, let me clarify my questions as they were ambiguous:
    For a given set if input, does the request always take the same amount of time to fail? How long does it take?
    When it works (e.g. on local machine using same input), how big is the output file that gets downloaded?
    Also, if you can share your site name (directly or
    indirectly), and the UTC time where you made an attempt, we may be able to get more info on our side.

  • Service Pack 2 for Windows Server 2003 broke our online connection to our self-hosted website

    We have two office computers with Microsoft Server 2003. On one of these machines, we have hosted our own website for about 10 years. Eveything worked well until yesterday night, when Microsoft upgraded  our webhost machine with Service Pack 2. When
    it was done, the only noticeable result is that we lost an internet connection to our own website.  We had upgraded our other office server with Service Pack 2 a number of years ago, but that had no negative effect on our operations.
    Our website, originally created with ASP.Net in Visual Studio 2005, is a relatively simple one, almost all text-based, with a default.htm home page which comes up on any browser, and from which users can use click buttons to move to secondary
    pages. Now, following the Service Pack 2 downloading last night, all that shows up on a browser screen when someone seeks our website is a bold-face "FOLDER LISTING../" message. 
    We under standard there is a program feature that directs a website visitor directly to the home page of that website.
    So what is that program feature? Where do we find it? How do we reconstruct it or modify it so that our website default.htm home page appears on the screen?
    We intend to upgrade our two office servers to Microsoft Server 2012 within a few months.  But we would be most unhappy to be told that we must pay a tech consultant a hefty service charge to restore or repair a vital link that Microsoft's
    operating system service pack destroyed, even if inadvertantly.

    You should be able to configure that on IIS level. See that: http://www.iis.net/configreference/system.webserver/defaultdocument
    More if you ask them here: http://forums.iis.net/
    This posting is provided AS IS with no warranties or guarantees , and confers no rights.
    Ahmed MALEK
    My Website Link
    My Linkedin Profile
    My MVP Profile

  • How to access the local server host website in the internet

    I set up the server and host on local website, I wonder how I could use other mac to access this local website via the internet?
    Thanks!

    The following should give you enough to search for discussions, as well as some general details of IP network gizmos and boxes:  You'll need an ISP tier of service that allows remote access and preferably with a static IP address (static versus dynamic IP).  This as various ISPs prohibit server-oriented protocols such as HTTP TCP port 80 traffic, and some firewall server-oriented ports.   You'll then either need to use either dynamic DNS with your public dynamic IP — this is the hacking-around and not-really-for-production approach — or static IP with traditional DNS, and you'll also need to enable what's called port forwarding (sometimes also called virtual server) through your gateway-firewall-NAT device and into your server for TCP port 80 and possibly also TCP port 443.  This port forwarding gets the incoming connections from the 'net into your public IP address (static or dynamic) mapped through to your NAT'd IP address space and your private IP address for your server. 
    As the first part of getting any of this to work with OS X Server, launch Terminal.app on the server and issue the following harmless diagnostic command:
    sudo changeip -checkhostname
    This checks for common errors in the local DNS setup, and broken networking and broken DNS tends to cause other errors elsewhere in the environment.  You'll need to enter an administrative password for the sudo, you might get a one-time informational message from the sudo, and you'll then get some configuration details and then an indication that DNS and local networking needs no changes, or that there are configuration issues.

  • Hosting websites question

    Okay. I'm brand spankin new to OSX Server. I can't seem to figure out how to host a website from my computer. Can anyone help me?

    If you don't already have a domain name, register one using one of these services; you will then need to wait for the domain name to propogate through the DNS servers that resolve hostnames to IP addresses.
    (13681)

  • Host website and email on my Snow Leopard Server

    Hi. I have a customer who currently has a hosting company for his emails and website. He recently bought a Mac Leopard Server which I set up on the network which now he wants to host his web site (be a web server) as well as his own Mail Server (with his email addresses hosted himself). The ISP provides him with a static IP address, he has a registered domain name with GoDaddy. How do I go about providing this service to him on the Mac Server and what do i fill in as the default DNS name on the Server? Additionally what ports do I open on the ISP firewall and how and where do I store the website files for hosting the the website? I prefer not to host DNS on this Server as it is a small network how can I configure the MX record for this site then? Thanks.

    This is not a trivial task. Getting a Mac to act as a web server is trivial, provided you either can do with the default settings or are capable of managing an Apache web server. However, making that available on the web in general and making it the server responsible for maintaining the company web site is another thing entirely.
    First, a static IP address is not the same thing as a connection appropriate for a web server. Unless your client has paid for an internet connection that will allow such use, his ISP may very well cut him off as soon as they discover he's using it to run a server. Paying for such a connection will be much more expensive than just paying for a static IP address. And unless he's really paying a lot, the site will be slower than most web sites.
    Similarly, he's going to have to pay for someone to be on call 24-7 to fix server issues. He'll also need to have backup hardware in case of hardware failure. For example, if the hard drive in the server dies, he may not be able to afford a few days' downtime while a new hard drive is bought, the old one replaced and all the software and data reinstalled/restored on the new drive. If the site is at all important, I wouldn't consider anything less than a second server kept entirely synced with the primary one so they can be swapped out at a moment's notice.
    Honestly, given all the extra costs of running your own server, it's actually cheaper to just pay for hosting on a decent service provider. (GoDaddy is not one I would consider decent, so if he's having issues, switching hosts is probably the better option.)
    Now, if he just wants a small, in-house server that won't be seeing much traffic, that's definitely possible. But, as already pointed out, that would be better discussed on the server forums. Although some folks here will have experience setting up a web server on a standard copy of Mac OS X, many/most of them have no experience with Mac OS X Server.

  • Australia (East) hosted websites keep reporting they are not available

    Hey People,
    anyone else having fun with Azure websites hosted in Australia?  In particular the Sydney (East) datacentre?
    I've been creating and destroying Azure websites today, testing various things with the different CMS platforms.  But this afternoon, my three active sites all started to fail:
    Then they'd come back after 10+ minutes, but die again after about 30 seconds.
    Acording to the Azure management console, I've got plenty of credit left and my CPU/etc usage is all well inside my quota (my subscription is an MSDN Premium one).
    The Azure website I have hosted in Singapore (Asia South East) is fine.  Just these Aussie ones have problems.
    Any ideas?  Are they having problems?  The Portal says the service is up and the Mangaement console says my sites are up.
    Am I missing something?
    Thanks
    Craig

    Hi,
    Microsoft has opened their two newest Azure regions on 27 October 2014 in Australia as detailed in their press release at New Microsoft Azure Geo opens for business in Australia, I think these two datacenter will give us more choices to improve performance,
    if encounter some server side issue when use it, we can contact with the support to get the detailed reasons, here is the support channel:
    http://www.windowsazure.com/en-us/support/contact/   
    Sorry for any inconvenience.
    Best Regards,
    Jambor
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Hosting Website URL with Java dependency

    I have a website URL that requires a certain version of Java that is not supported by Windows 7. My only options are to "virtualize" the IE URL either with Citrix or MedV type of solution. Is is possible to host this URL in Azure with the Java
    dependency?

    Hi,
    I didn't know this "website URL", but from my experience, we can build java application, and deploy it to azure, refer to
    http://msdn.microsoft.com/library/azure/hh690944(VS.103).aspx for more details. If I misunderstand, please feel free to let me know.
    Best Regards
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • How do I access a file on my computer from a link on my hosted Website?

    Hi Guys,
    This is my first ever post so please be patient. I am running Windows XP and Dreamweaver CS4. From a hosted Webpage I have am trying to hyperlink to a excel file on my computer.  When I click onto the hyperlink nothing happens.
    The code for the hyperlink looks like this      file:///C|/Users/mckiep/Desktop/9b.xls           Do you have any suggestions on what it is I am doing wrong?

    I don't think you want to expose your local computer to the internet like that - it's a huge security risk.
    However, you could set up a script on the website to make an FTP connection to your local box and grab the file as needed.  Of course, this will require some scripting skill, and will impose restrictions on you as the user of that file - suppose someone tries to get it at the same time as you are making changes?
    Personally, I think it's a very bad idea.
    I think the better way to do it would be to shift your work to a data-driven application on the web.  Then, at least, the security issues would be solved. But you would still need the scripting skills to code the page within which your work is being done....

  • Public ip address can't be used locally to access hosted websites

    I have snow leopard server and I have successfully set up the server to be accessible via a public static ip address. Im hosting some test websites, and cannot access those sites locally using the public ip address, only using the private ip address. However, externally, I can access the sites using the public ip address.
    In other words, while I'm at the office, I can only view the sites using the private ip address and not the public ip address. However, while I'm at home I can see the sites using the public ip address.
    Why can't I access the public ip address locally?
    I'm new to os x server ... New to any kind of server for that matter, so please keep explanations simple.
    I'm at a serviced office, and the router here is not mine and I have no control over it. Some IT company manages it for the site, and they weren't very helpful. The basically told me there's nothing they can do and blamed Mac os x server - since they could just wash their hands of the matter since they don't deal with macs.
    I was told by someone else, that this is common issue with some routers and that they could fix the issue on their end, but don't want to do it for what ever reason.
    I could simply access the sites using the private ip address, but I'd rather use the public one as this is currently causing issues with some of the software we're using.
    Any ideas how to resolve this?

    The IT company (shock, horror) apparently doesn't understand IP routing, or didn't understand what you were asking. This case has nothing to do with Mac OS X nor Mac OS X Server, and everything to do with the capabilities of the gateway box.
    I'm here going to refer to the firewall / gateway / router / DHCP server / box at the edge of your network as a gateway, because I really don't want to type all that stuff each time I describe this box. Your particular box might or might not be capable of all that.
    Why? Likely because your particular gateway device is not capable of detecting and reflecting the connections back toward the target server.
    IP routing. In small words.
    If an IP address is within a range of IP addresses designated by the subnet mask, the packet goes directly to the target host.
    If an IP address is not within that range, the packet is sent to the gateway.
    The gateway will then send the packet to the next router on the way to the target. With a typical low cost firewall gateway box, that next router is likely the ISP's routers. With a somewhat higher-end box and with a smarter router within the gateway, the packets can go to other IP routers.
    If the gateway is implemented for it, the gateway router's own address(es) will be recognized, and reflected back inwards. That means the address is public IP address on the way out, and is NAT'd when reflected, and sent back at the target host via whatever local processing rules or local port-forwarding rules might be defined and present within the gateway box.
    Now what usually happens here ([once you get the hang of setting up DNS services|http://labs.hoffmanlabs.com/node/1436]) is called split-horizon DNS, and that's where your public DNS domain is also mostly-duplicated as one of the domains on your LAN and thus reachable in your LAN domain, and your local DNS server in your Mac OS X Server is then configured to return a private IP address (and one within the range of addresses defined by your IP subnet mask), and which entirely bypasses your gateway and allows the packet to go directly to the target box. Put another way, with split-horizon DNS, you insinuate your LAN DNS server into the network and configure it to pass out (or spoof) IP name-to-address translations for your public DNS names, and pass out local (direct, LAN, private) IP addresses.
    The other option is to see if the IT company can switch the gateway box into what's usually called "bridged" mode, or swap in a box that acts as a bridge and not a router, and to install your own gateway behind it. Not all boxes permit that, but some do.

Maybe you are looking for

  • Adding video to a .swf file created in InDesign so it will work as a PDF.

    I am having trouble inserting a video into my indesign file. I change the format to a .FLV and then export it as a .swf. When I bring it into Acrobat to create a PDF the video does not play. Any suggestions on how to add video to a .swf file that wor

  • XML Photo Gallery

    Hello, I am creating a very basic AS3 XML Gallery. The problem I am having is including the description or "caption" along with the photo. I have been going around it for awhile, but I can't seem to get my head around it. These are the basics I have

  • How can I forward to a jsp under the WEB-INF directory?

    I have a webapp with a jsp that forwards to a jsp called /WEB-INF/pages/secure.jsp When I try to forward to it, I get the error: "trying to GET /mywebapp/WEB-INF/pages/secure.jsp, deny-existence reports: denying existence of /web/webapps/mywebapp/WEB

  • How to fetch only WebI reports from the repository

    How to fetch only WebI reports from the repository, where in we have Deski reports also in the repository.. any macro??

  • Newbee question!

    hi , supposing i use the following code.. <jsp:useBean id="requestInfo" scope="request" class="RequestBean" >   <jsp:setProperty name="requestInfo" property="*" /> </jsp:useBean>in the above case do all set methods in requestinfo object get called? s