Creating azure virtual network between onpremise hyperv site and azure

can anybody tell me the procedure for creating virtual netwok between on-premise hypervsite  and azure ?

Hi,
You need to create a S2S VPN between your Local Network and your Azure Network. Steps to create a SPS VPN can be found are available @ these links
Configure a Site-to-Site VPN in the Management Portal.
Microsoft Azure: Site-to-Site VPN
There are a lot more articles/blogs available for the same.
Regards,
Anoop KV

Similar Messages

  • Is there a way to create a virtual network using C# and the Azure SDK/API?

    I don't see a clear way to create an Azure Virtual Network using the SDK.
    I have all the methods to create the virtual network configuration, but no way to submit it:
    IList<string> VirtualNetworkAddressPrefixes = new List<string>();
    IList<string> LocalNetworkAddressPrefixes = new List<string>();
    IList<NetworkListResponse.DnsServer> DNSServers = new List<NetworkListResponse.DnsServer>();
    IList<NetworkListResponse.Subnet> Subnets = new List<NetworkListResponse.Subnet>();
    NetworkListResponse.Gateway Gateway = new NetworkListResponse.Gateway();
    IList<NetworkListResponse.LocalNetworkSite> LocalSites = new List<NetworkListResponse.LocalNetworkSite>();
    IList<NetworkListResponse.Connection> Connections = new List<NetworkListResponse.Connection>();
    VirtualNetworkAddressPrefixes.Add("a.b.c.d/cidr");
    DNSServers.Add(new NetworkListResponse.DnsServer() { Name = "TestDNS1", Address = "a.b.c.d" });
    Subnets.Add(new NetworkListResponse.Subnet() { Name = "Subnet-1", AddressPrefix = "a.b.c.d/cidr" });
    Subnets.Add(new NetworkListResponse.Subnet() { Name = "GatewaySubnet", AddressPrefix = "a.b.c.d/cidr" });
    Connections.Add(new NetworkListResponse.Connection() { Type = LocalNetworkConnectionType.IPSecurity });
    LocalNetworkAddressPrefixes.Add("a.b.c.d/cidr");
    LocalSites.Add(new NetworkListResponse.LocalNetworkSite()
    Name = "On-Prem",
    Connections = Connections,
    VpnGatewayAddress = "a.b.c.d",
    AddressSpace = new NetworkListResponse.AddressSpace() { AddressPrefixes = LocalNetworkAddressPrefixes }
    Gateway.Sites = LocalSites;
    Gateway.Profile = GatewayProfile.ExtraLarge;
    NetworkManagementClient netMgmtClient = new NetworkManagementClient(CloudCredentials);
    NetworkListResponse netlistresp = GlobalSettings.mainWindow.netMgmtClient.Networks.List();
    netlistresp.VirtualNetworkSites
    .Add(new NetworkListResponse.VirtualNetworkSite()
    Name = "TestVirtualNetwork",
    AddressSpace = new NetworkListResponse.AddressSpace() { AddressPrefixes = VirtualNetworkAddressPrefixes },
    DnsServers = DNSServers,
    Subnets = Subnets,
    AffinityGroup = "East US",
    Gateway = Gateway,
    Label = "LabelValue"
    I have also created the entire XML response and sent it to the NetworkManagementClient -> Networks.SetConfiguration() method, but it appears this command expects the virtual network to already be in existence. If anyone could give guidance, it would be
    appreciated.

    Hi,
    As discuss above , we have to create the XML response  ,before that first you have to
    GetConfiguration() details of existing virtual network. 
    string.format("@<NetworkConfiguration xmlns:xsd='http://www.w3.org/2001/XMLSchema' xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance' xmlns='http://schemas.microsoft.com/ServiceHosting/2011/07/NetworkConfiguration'>
                <VirtualNetworkConfiguration>
                <Dns />
                <VirtualNetworkSites>
                <VirtualNetworkSite name=""{0}"" Location=""{1}"">
                <AddressSpace>
                <AddressPrefix>10.0.0.0/8</AddressPrefix>
                </AddressSpace>
                <Subnets>
                <Subnet name=""Subnet-2"">
                <AddressPrefix>10.0.0.0/11</AddressPrefix>
                </Subnet>
                </Subnets>
                </VirtualNetworkSite>",Networkname,location)+(@"<VirtualNetworkSite name=""demodsf1"" Location=""West Europe"">
            <AddressSpace>
              <AddressPrefix>10.0.0.0/8</AddressPrefix>
            </AddressSpace>
            <Subnets>
              <Subnet name=""Subnet-1"">
                <AddressPrefix>10.0.0.0/11</AddressPrefix>
              </Subnet>
            </Subnets>
          </VirtualNetworkSite>  </VirtualNetworkSites>
                </VirtualNetworkConfiguration>
                </NetworkConfiguration>")
    you have to append the node for existing node with new values , i got it its adding new virtual network 
    Best regards,

  • How to create azure virtual network by programming

    Hi everyone
    i want to create azure virtual network by programming
    Doese anyone know how?
    My way is create xml network config
    and then call powershell
    Set-AzureVNetConfig-ConfigurationPath
    But if on manage portal is exist any network
    It is impossible to create new azure virtual network
    Thank in advance,
    QP

    Hello pham van quyen,
    I am assuming that you are downloading the XML file from the portal and then editing it before you create the Virtual Network. You should be able to create a virtual network by using the set-azureVNETconfig command. But if you are connecting a gateway, please
    use the Set-AzureVNetGateway.
    I would suggest you to follow this tutorial that will give you information on Windows Azure Network using PowerShell:
    http://blogs.technet.com/b/kevinremde/archive/2013/01/19/create-a-windows-azure-network-using-powershell-31-days-of-servers-in-the-cloud-part-19-of-31.aspx
    If you are having issues with this, please let me know the related errors or failures.
    Thanks,
    Syed Irfan Hussain

  • Windows Azure Virtual Network - Access is denied Error 0x80070005

    Installed a Virtual Network, all options default, setup Gateway, created and uploaded Certs, downloaded 64 bit VPN client.  Windows 7, fully patched, AV client disabled.
    When I attempt to connect I get:
    Access is denied.
     (Error 0x80070005) For customized troubleshooting information for this connection, click Help
    I see many similar posts, but no answers.  Has anyone gotten Point-to-Site to connect?  Is this not supported in the free trial and MSDN accounts?
     Operating System      : Windows NT 6.1 Service Pack 1
     Dialer Version        : 7.2.7600.16385
     Connection Name       : 84810c9d-721a-4e79-abca-29ad922735c2
     All Users/Single User : Single User
     Start Date/Time       : 11/8/2013, 13:50:17
     Module Name, Time, Log ID, Log Item Name, Other Info
     For Connection Type, 0=dial-up, 1=VPN, 2=VPN over dial-up
    [cmdial32] 13:50:17 03 Pre-Init Event CallingProcess = C:\Windows\Explorer.EXE
    [cmdial32] 13:50:25 04 Pre-Connect Event ConnectionType = 1
    [cmdial32] 13:50:25 06 Pre-Tunnel Event UserName =  Domain =  DUNSetting = 84810c9d-721a-4e79-abca-29ad922735c2 Tunnel DeviceName =  TunnelAddress = azuregateway-84810c9d-721a-4e79-abca-29ad922735c2-0.cloudapp.net
    [cmdial32] 13:50:29 21 On-Error Event ErrorCode = -2147024891 ErrorSource = RAS
    Other users with a similar issue:
    http://stackoverflow.com/questions/16320918/windows-azure-virtual-network-point-to-site-connection-error
    Still more:691
    Access denied because username and/or password is invalid on the domain.
    How does username and/or password make any sense?  It hasn't asked for any credentials, it just fails.

    Hi,
    Thanks for your response.
    Did you configure the Point-to-Site virtual network using this article?
    Configure a Point-to-Site VPN in the Management Portal
    http://msdn.microsoft.com/en-US/library/windowsazure/dn133792.aspx
    After the virtual network is created, you may create the gateway as the link mentioned.
    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.

  • Cannot create new virtual network adapter on logical switch team

    I am currently moving from Hyper-V 2012 to Hyper-V 2012 R2 and in turn I have just installed SCVMM 2012 R2. I am using SCVMM 2012 R2 to create some NIC teams which I have done no problem in the past with SCVMM 2012 SP1. Now we have everything set up just
    like we did in the past and it seems to create the NIC team just fine. The problem is when I try to create a New Virtual Network Adapter, when I click the button, it immediately says:
    VMM cannot create the virtual network adapter. Either there are no VM networks associated with the network sites that the uplink port profile "Logical Network Name" Connects to, or the VM networks associated with those network sites all use Hyper-V
    network virtualization.
    Now I've checked and the VM Network is assigned to the logical network that is associated with the Network Site that contains the host I'm working with. I've also tried disabling Hyper-V network virtualization but that didn't change anything and I thought
    that it's always enabled on 2012 R2 anyway.
    I would like to gain network connectivity to this team at least for testing purposes and we also are planning on building a Hyper-V cluster. Were some new restrictions added in 2012 R2 to prevent creating virtual network adapters in this scenario or am I
    doing something wrong?
    Any information would be helpful. Thank you in advance for your time!

    Hi Sir,
    Glad to hear that the problem has been solved , thanks for your sharing .
    Best Regards,
    Elton Ji
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact [email protected] .

  • [HELP!] Can't access shared folder from Azure Web Role on same Azure Virtual Network

    I have an Azure Virtual Network that has a virtual machine acting like an app server running some legacy applications that is writing some files to a folder that is shared.
    This shared folder is accessible from other virtual machines within that virtual network without issue.
    The problem I am having is that I have an Azure Web Role that is also attached to the above
    Azure Virtual Network that is unable to access the shared folder. I know the web role can see the app server as it is able to ping the IP of the machine.
    There is some code that needs access to the shared folder to process some of the files that is stored there, but the code won't run because it can not access these files. I used Remote Desktop to see if I could ping the machine, and I can, but I cannot navigate
    to the path in file explorer due to access being denied.
    Can anyone offer any advice or tips to point me in the right direction to gain access to this shared folder from my Azure Web Role?

    Hi Robert,
    Thanks for your posting!
    Form your descirpiton, I suggest you can refer to Tom Zhang's solution via this
    link:
    1. Enable Remote Desktop. (You have done this step)
        2. RDP to one instance of your service. Open up IIS Manager and set the application pool identity to use the account that we used for RDP.
        3. On on-premise local machine, right click "My Computer' and select "Manage". Add a new account with the same account name and password as we specified for Remote Desktop.
        4. Give the new account necessary permissions to write file to the shared folder. (I think you have done this step too)
        5. Try running the code again and see if it works.
        6. If it still says "access to path <folder path located on local machine> is denied". Please check the permission of the shared folder again.
        7. If it works, then the next step is to configure the application pool identity using Startup Task instead of using Remote Desktop (See the suggestion inhttp://social.technet.microsoft.com/Forums/en-US/windowsazuresecurity/thread/247ba75e-87d9-497c-9ec6-1fd4e2c7ff90).
    But I still recommend you enable Remote Desktop for your web role to check if the Startup Task has successfully configured the application pool identity or not.
    Regards,
    Will
    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.

  • Network Gurus: How to create a "virtual" network adapter?

    We have an older Xserve (G4) with dual ethernet ports, running OS X Server 10.4 and FileMaker Server 5.5. One of the ethernet ports is connected to an internal network (behind the firewall), the other to an external network (in front of the firewall). There are appropriate IP addresses on each port. Thing is, I need FileMaker Server to be able to serve databases on BOTH network ports and it doesn’t seem to be capable. There’s a “preferred IP address” setting which lets me select the internal or external addresses, but not both.
    Is there a way to create a "virtual" network adapter that I can point FileMaker Server to, but have all traffic from both ethernet ports go through this "virtual" adapter? Sort of like a 'software router'?

    IMHO, a far, far better solution would be to turn on the VPN server built-into your Mac OS X Server.
    That way remote users can connect to the VPN (automatically, even) and get assigned an IP address in the internal network. You gain a high degree of security knowing that only known, trusted external users can access your database. If you do configure Filemaker to listed on your public interface you have no practical way of preventing rogue users from accessing your data.
    Since your server already has the VPN server installed, and any modern (or even semi-modern) client should be able to connect to it, I wouldn't look any further.

  • What's the difference between a web site and a web application?

    I'm stumped trying to come up to a difference between a web site and a web application for myself. As I see it, a web site points to a specific page and a web application is more of some sort of 'portal' to content and information.
    But where I'm stuck is that a web application is still viewed through a browser (is it not?) and a web site can still view content dynamically, making the line between web site and application prety gray.
    For instance, does a web site using ASP.NET or AJAX (I assume ASP.NET is AJAX's proprietary sibling, if not, ignore ASP.NET AND concentrate on the AJAX), becomes a web application because it can retrieve data dynamically and asynchronously or would a website
    using PHP and a CMS be more of a web application because it forms the pages on request, based on the request of the client and its content in its databse?
    Or maybe I'm totally wrong here - what differenciates between a web application and a website?
    http://support.peopleperhour.com/entries/68630566--C-mon-lets-Watch-The-Other-Woman-2014-full-movie-online-free
    https://glossicom.zendesk.com/entries/68643806--%D0%BC-v%C9%AA%C9%9Bc-%C3%A4st-Watch-The-Lucy-2014-full-movie-free
    https://cloudhance.zendesk.com/entries/68115098--%D0%BC-v%C9%AA%C9%9Bc-%C3%A4st-Watch-The-Lucy-2014-full-movie-free
    This is totally personal and subjective, but I'd say that a website is defined by its content, while a webapplication is
    defined by its interaction with the user. That is, a website can plausibly consist of a static content repository that's dealt out to all visitors, while a web application depends on interaction and requires programmatic user input and data processing.
    For example, a news site would be a "website", but a spreadsheet or a collaborative calendar would be web "applications". The news site shows essentially the same information to all visitors, while the calendar processes individual data.
    Practically, most websites with quickly changing content will also rely on a sophisticated programmatic (and/or database) backend, but at least in principle they're only defined by their output. The web application on the other hand is essentially a program that
    runs remotely, and it depends fundamentally on a processing and a data storage backend.
    http://support.peopleperhour.com/entries/68125597--%D0%BC-v%C9%AA%C9%9Bc-%C3%A4st-Watch-The-Lucy-2014-full-movie-free
    https://cloudhance.zendesk.com/entries/67541393--Watch-The-Godzilla-2014-free-Online-Full-Movie-HD-Quality
    http://support.peopleperhour.com/entries/68168787--Watch-The-Godzilla-2014-free-Online-Full-Movie-HD-Quality
    https://glossicom.zendesk.com/entries/68161538--Watch-The-Godzilla-2014-free-Online-Full-Movie-HD-Quality
    There is no real "difference". Web site is a more anachronistic term that exists from the early days of
    the internet where the notion of a dynamic application that can respond to user input was much more limited and much less common. Commercial websites started out largely as interactive brochures (with the notable exception of hotel/airline reservation sites).
    Over time their functionality (and the supporting technologies) became more and more responsive and the line between an application that you install on your computer and one that exists in the cloud became more and more blurred.
    If you're just looking to express yourself clearly when speaking about what you're building, I would continue to describe something that is an interactive brochure or business card as a "web site" and something that actually *does something that feels
    more like an application as a web app.
    The most basic distinction would be if a website has a supporting database that stores user data and modifies what the user sees based on some user specified criteria, then it's probably an app of some sort (although I would be reluctant to describe Amazon.com
    as a web app, even though it has a lot of very user-specific functionality). If, on the other hand, it is mostly static .html files that link to one another, I would call that a web site.
    Most often, these days, a web app will have a large portion of its functionality written in something that runs on the client (doing much of the processing in either javascript or actionscript, depending on how its implemented) and reaches back through some
    http process to the server for supporting data. The user doesn't move from page to page as much and experiences whatever they're going to experience on a single "page" that creates the app experience for them.

    ...can i make as many iweb websites as i want? ...and as many blogs as i want? ...i have never made one before....
    ....although, i do have my own small business and i do have a website that i paid a guy to make and also host....(which is a waste of $$$$ in my opinion as i think i can do a better job making one myself through iweb) ....
    ...anyways, i know it is splitting hairs but what exactly is the diff b/w a blog and a website ....i am under the impression that a blog is just a personal newsletter sort of thing,...?

  • Can I backup some Azure Virtual Machines at same recovery point by Azure Backup ?

    Can I backup some Azure Virtual Machines at same recovery point by Azure Backup ?
    I want to recovery some related Azure Virtual Machines at same recovery point.
    Senario:
    Azure Virtual Machine 1. some servers for Web servers.
    Azure Virtual Machine 2. a server for SQL server.
    Azure Virtual Machine 3. a server for File server.
    Regards,
    Yoshihiro Kawabata

    Hi Yoshihiro,
    Azure IaaS VM backup is a VM level backup and each VM backup will create its own recovery point.  You can trigger backups in a staggered fashion typically you backup SQL, File server followed by web server, but there is no way to make it a single recovery
    point.  Are there any specific reasons you need this capability?
    Thanks,
    Vijay

  • How do i create a little network with my i-mac and macbook

    how do i create a little network with my i-mac and macbook

    Hello:
    To give a sensible answer, a little more information is needed.
    I am guessing that you want to set up a wireless network as you have both a desktop and laptop.
    There are some pretty good tutorials/articles in the knowledge base articles.
    Barry

  • I had created my apple id from apple's site and now when i am trying to sign in to itunes ,i m being taken to payment method page and there is no option as 'none' and i dont have a credit card.What to do?

    i had created my apple id from apple's site and now when i am trying to sign in to itunes ,i m being taken to payment method page and there is no option as 'none' and i dont have a credit card.What to do?

    Unless you use the steps on this page when creating a new account : http://support.apple.com/kb/HT2534
    then you will need to enter credit card details before the account can be used to download any item from the store.
    If you don't have a credit card then you will need to create a new account, and follow those instructions. If you want to use the same email address then you will need to remove it from that account first e.g.by logging into it via the Store > View Account menu option on your computer's iTunes or via http://appleid.apple.com - you should then be able to use it on a new account.
    Steps for creating an account on a computer's iTunes : https://discussions.apple.com/message/24321860#24321860

  • How does muse tell the difference between a temporary site and my free 5 sites with my creative cloud membership?

    how does muse tell the difference between a temporary site and my free 5 sites i get with my creative cloud membership?
    because they both use .businesscatalyst.com and there's no option to say that it is a temporary site not a finished site i wish to publish to my creative cloud account.

    Since this is an open forum, not Adobe support... you need to contact Adobe staff to help
    Adobe contact information - http://helpx.adobe.com/contact.html
    -Select your product and what you need help with
    -Click on the blue box "Still need help? Contact us"

  • Adding a second ExpressRoute connection to an Azure virtual network with networkconfig.xml

    We are trying to add a second ExpressRoute connection to a vNet in an Azure subscription. We have already successfully completed the connection to our first ExpressRoute (we are using the Exchange Provider method) using a combination of the virtual network
    GUI and powershell cmdlet tools.
    However... the GUI only supports adding one site-to-site VPN via ExpressRoute.
    The method for adding a secondary site-to-site connection is to export the network configuration (via the Azure portal) and edit the resulting NetworkConfig.xml file - and then re-import this via the portal.
    All good, in theory.
    The NetworkConfig.xml file exported from the gui:
    <Gateway>
    <ConnectionsToLocalNetwork>
     <LocalNetworkSiteRef name="XXXX">
      <Connection type="Dedicated" />
     </LocalNetworkSiteRef>
    </ConnectionsToLocalNetwork>
    </Gateway>
    In conjunction with MS Support (with whom we are still engaged), we determined the following should work:
    <Gateway>
    <ConnectionsToLocalNetwork>
     <LocalNetworkSiteRef name="XXXX">
      <Connection type="Dedicated" />
     </LocalNetworkSiteRef>
     <LocalNetworkSiteRef name="YYYY">
      <Connection type="Dedicated" />
     </LocalNetworkSiteRef>
    </ConnectionsToLocalNetwork>
    </Gateway>
    However, attempting to import this generates the following error message:
        "The gateway in virtual network site XXX-XXX-XX referenced multiple local network sites and uses a connection type different than 'IPsec' for at least one of the connections. If a gateway references more than one local network site, the connection
    type to all local network sites must be 'IPsec'. 'IPsec' is the default connection type."
    This appears to suggest multiple ExpressRoute connections on a single vNet are not supported, which would be contrary to the MS FAQ here:
        Can I have one virtual network connected to more than one ExpressRoute circuit?
        Yes. You can link a single virtual network with up to 4 ExpressRoute circuits. All ExpressRoute circuits must be in the same continent. They can be ordered through different service providers and in different locations.
    (from <link to ms site snipped>)
    Does anyone have any idea how we should proceed?
    Thanks

    Hi Rich,
    It looks like you are trying to combine S2S and ExpressRoute. Although at some point in the future we will have the ability to have them coexist, you cannot do so today. Therefore, you must delete the S2S gateways and create ExpressRoute gateways.
    You could refer the following link for details:
    https://msdn.microsoft.com/en-us/library/azure/dn606292.aspx
    Can I use site-to-site and point-to-site connectivity for virtual networks in conjunction with ExpressRoute?
    No. A virtual network connected to an ExpressRoute circuit cannot be used with site-to-site and point-to-site.
    Regards,
    Malar.

  • Monitor network between two vm's on Azure

    Hi,
    I have 2 vm's on Azure on the same cloud service and using the same virtual network.
    On is a win server 2012 With IIS and the other is an sql server 2012 on win server 2012.
    A few time a day the IIS register he cant find the sql for a minute or two then it goes back to normal.
    I suspect there is a connectivity issue between the servers.
    How can I check if my Network is disconecting?
    thanks

    Thanks. I do appreciate the tip, but it doesnt solve the issue. The issue is that i want to put the drobo in the cupboard. I only have one telephone socket in the apartment, and my router has to attach to that, so i have to distance the drobo from the router wirelessly. The router cannot do wireless N, so i had to turn the router off and connect the AEBS to it to maintain the N bandwidth. The mac mini is connected to the router via the AEBS (i tried wired and wireless, neither make a difference)
    can anyone explain how best to set this up?

  • SCCM 2012 Replication between Central Admin Site and all Primary Sites is failing

    Let me start by saying I have made a mistake and now I am paying for it and attempting to fix it. All of our SCCM servers are virtual and exist on an ESX environment. The mistake I made is I restored our Central Admin Site from a backup without also
    restoring the two Primary Sites at the same time. Now the databases between the sites simply refuse to synchronize. I can run the Replication Link Analyzer until I'm blue in the face and even though the data gets replicated once, the replication immediately
    breaks and fails after that.
    Regrettably I no longer have access to backups that would take me back to a point where the three servers were happy. The problem there is our ESX administrator only keeps a limited number of backups per server (we have in excess of 180 virtual servers in
    our ESX environment) and the backups from a point in time where they worked is no longer available.
    As I have said I have tried running the Replication Link Analyzer many times. I have also tried going into the SQL server console and running the stored procedure spDrsSendReplicationInvalid.
    Can anyone provide me with any assistance on how best to restore replication between the Central Admin server and the two Primary servers?

    http://blogs.msdn.com/b/scstr/archive/2012/05/31/how_2d00_to_2d00_site_2d00_server_2d00_recovery_2d00_central_2d00_or_2d00_primary.aspx
    Just an addition: the option called "Recover central administration site:
    Then specify the FQDN of a
    Reference primary site" is the one to try first.
    Torsten Meringer | http://www.mssccmfaq.de

Maybe you are looking for

  • IPhoto crashes immediately on launch

    I have a 2013 iMac 27" running 10.9. Many apps crash regularly, but now I have a reproducible case. Whenever I launch iPhoto, it displays a the main window with a spinner and then crashes. The crash log contains this information: com.apple.launchd.pe

  • What's Publishing Type mapped to any order ( Sales order... )?

    Hi all! i am preparing a APO project and having some question of Publishing Type ( in distribution defenition ). i know publishing types are integrated to some order. ex: 53:Sales order is integrated to Sales oreder. but , i don't know a few Publishi

  • Mapping pictures to a cylinder or sphere

    Hi, first of all, i would like to say , from past half an hour i am trying to post a question but i am unable to find the link to post a msg, its better if u provide a tab to post a question there we can search for the particular forum. i have seen a

  • Validation at run time

    Hi,   i am trying to use the keyword "order_time" in for/next.   it says on the admin guide on page 111 that, "you can use the passed members of a dimension in a for/next loop, when the validation is performed at run time".   my question is: 1) what

  • Jspc -nowrite -keepgenerated does not work correctly

              When you execute           jspc -nowrite -keepgenerated file.jsp           it is not supposed to generated a file.class file but it still is trying to           at least some of the time.           $ java weblogic.jspc -nowrite -keepgenerat