Creating multiple web apps in 443 port number

hi all,
 would like to know the speciality of 443 port number.can we create multiple web applns on this ?
assume i have a  web app running on 443 called 
https://myportal.company.com   [  intranet ] can i create a  another web app on this same port, like
https://mysites.company.com [  its a mysite web appln ]  and can we create an all different, Internet web appln on this same port ?
if yes, what are the steps to achieve this.
and curious to know why MSFT has designed like this.
help is appreciated!

Any Web App you create must be differentiated from other Web Apps in one of 3 ways.  It can use a custom IP address, a custom port number or a host header.  In your example you are already using the same port number and I assume you aren't using
different IP addresses since that requires a fair amount of behind the scenes work.  So that would leave creating the two web apps with different host headers.  The problem with this approach is that Apps in SharePoint require at least one web app
in the farm with NO host header.  So if https://myportal.company.com was created using no host header then https://mysites.company.com must be created using a host header.  Any additional Web apps using 443 will also need to be created with host
headers.  Apps will then all run off the MyPortal web app.  You can specify the host header for the web app when creating the web app.  Everything else is normal.
To answer your question of why it is designed this way.  This is the way IIS server works and really has nothing to do with SharePoint.
Paul Stork SharePoint Server MVP
Principal Architect: Blue Chip Consulting Group
Blog: http://dontpapanic.com/blog
Twitter: Follow @pstork
Please remember to mark your question as "answered" if this solves your problem.

Similar Messages

  • What is the best way is to create a web app item collection which will contain only the listings where addressstate="ABC".

    What is the best way is to create a web app item collection which will contain only the listings where addressstate="ABC".

    How many systems have you used Robert?
    This is the only system you can not have all item data at least in JSON format and all of it. Big commerce has a lower limit and as I have said in every post related to a limit - I understand the function, but you can still make the requests as just one example (front and back)
    Same with API Robert.
    Firstly - the SOAP API request on say products gets you ALL the products, if you do something through a REST API request you can  make the requests to get all the items to complete your process of what your doing - You have to otherwise the API is pointless.
    Ok if the normal modules can not iterate through if there is a module_data solution, and web apps will get there hopefully sooner then later and you do have the sql query (where) for your filter which is great BUT, if you want to implement a solution across everything you cant do that with the liquid implementation.
    This also flows through to the JSON everywhere in concept which is fundamentally flawed for the same reason... And again referring other like services where a hard API has a limit but the JSON request returns everything.
    How those work varies from the method of request, some will only update every day, xxx time (Depending on cost of the plan) so its a cached version of data, to the ones that limit that request to x number of times per set time/day.
    That is how the actual rest of the world works, varied solutions but they are solutions. BC know they have a few limitations, there clearly is the need for things, there are a varied set of options... It is just a matter of engaging in it and offering up a solution for it, silence just creates frustration.

  • Implementing single sign on across multiple web apps

    Hi
    I was wondering if somebody could help me. I need to implement single sign on
    for multiple web apps deployed in separate WARs in a single EAR file. I need
    to authenticate against an LDAP server and ensure that the user only has to sign
    on once per user session even if the user navigates between web apps. The weblogic
    docs only seem to go so far, i.e. "Single sign on works if each web app uses the
    same cookie" etc. So I see that, apart from buying WebLogic Enterprise Security
    there are only two ways of doing this:
    1. Implement single sign on.
    2. Create my own security realm with my own authenticator implementations.
    So my questions are:
    1. We don't want to effect the normal weblogic user/passwords used to access the
    WLS console but need to have single sign on. Should we implement single sign on
    (option 1,above) or create our own realm?
    2. Can somebody point me to somewhere on the web/in the the WLS documentation
    that shows me how to implement single sign on using session cookies?
    TIA
    Mik

    "Mik Quinlan" <[email protected]> wrote in message
    news:[email protected]..
    >
    Hi
    I was wondering if somebody could help me. I need to implement singlesign on
    for multiple web apps deployed in separate WARs in a single EAR file. Ineed
    to authenticate against an LDAP server and ensure that the user only hasto sign
    on once per user session even if the user navigates between web apps. Theweblogic
    docs only seem to go so far, i.e. "Single sign on works if each web appuses the
    same cookie" etc. So I see that, apart from buying WebLogic EnterpriseSecurity
    there are only two ways of doing this:
    1. Implement single sign on.
    2. Create my own security realm with my own authenticator implementations.
    So my questions are:
    1. We don't want to effect the normal weblogic user/passwords used toaccess the
    WLS console but need to have single sign on. Should we implement singlesign on
    (option 1,above) or create our own realm?
    2. Can somebody point me to somewhere on the web/in the the WLSdocumentation
    that shows me how to implement single sign on using session cookies?
    http://e-docs.bea.com/wls/docs81/security/thin_client.html#1039551
    That also has a pointer to:
    For more information, see session-descriptor in Assembling and Configuring
    Web Applications.

  • Create Project Web App Instance - Failed to find Project Site object. Are there any database mounted?

    Hi
    New Installation. Sharepoint 2013, Project Server 2013 and SQL Server 2008 SP1 (another box).
    When I try to create Project Web App Instance, I get 
    Provisioning 'PWA': Post provisioning setup failed. Exception 'Microsoft.SharePoint.SPException: Failed to find Project Site object. Are there any database mounted?
     Followed by:
    Failed to provision site PWA with error: Microsoft.SharePoint.SPException: Failed to find Project Site object. Are there any database mounted?
    Already tried reinstalling the whole farm to no avail. Farm Admin account is used to do everything within this process.
    Thanks in anticipation.

    Hi
    I got the same error when provisioning the PWA
    Log Name:      Application
    Source:        Microsoft-SharePoint Products-Project Server
    Date:          8/29/2013 11:58:12 AM
    Event ID:      6966
    Task Category: Provisioning
    Level:         Error
    Keywords:     
    User:          abc\administrator
    Computer:      mycomputer
    Description:
    Provisioning 'PWA': Post provisioning setup failed. Exception 'Microsoft.SharePoint.SPException: Failed to find Project Site object. Are there any database mounted?
       at Microsoft.Office.Project.Server.Administration.ProvisionFeatureEventHandler.FeatureActivated(SPFeatureReceiverProperties properties)
       at Microsoft.SharePoint.SPFeature.DoActivationCallout(Boolean fActivate, Boolean fForce)
       at Microsoft.SharePoint.SPFeature.Activate(SPSite siteParent, SPWeb webParent, SPFeaturePropertyCollection props, SPFeatureActivateFlags activateFlags, Boolean fForce)
       at Microsoft.SharePoint.SPFeatureCollection.AddInternal(SPFeatureDefinition featdef, Version version, SPFeaturePropertyCollection properties, SPFeatureActivateFlags activateFlags, Boolean force, Boolean fMarkOnly)
       at Microsoft.SharePoint.SPFeatureCollection.AddInternalWithName(Guid featureId, Int32 compatibilityLevel, String featureName, Version version, SPFeaturePropertyCollection properties, SPFeatureActivateFlags activateFlags, Boolean force, Boolean
    fMarkOnly, SPFeatureDefinitionScope featdefScope)
       at Microsoft.SharePoint.SPFeatureCollection.AddInternal(Guid featureId, Version version, SPFeaturePropertyCollection properties, Boolean force, Boolean fMarkOnly, SPFeatureDefinitionScope featdefScope)
       at Microsoft.SharePoint.SPFeatureCollection.Add(Guid featureId)
       at Microsoft.Office.Project.Server.Administration.PsiServiceApplication.EnsureProvisioningFeature(SPSite site)
       at Microsoft.Office.Project.Server.Administration.PsiServiceApplication.CreateSite(ProjectProvisionSettings provset)'.
    Later found that the service application where I was trying to provision the PWA, it was not associated with the web-application.

  • Web Enterprise Manager Default Port Number in Oracle 9i

    Enabeling Auditing on database 9.2.0.8
    Web Enterprise Manager Default Port Number in Oracle 9i:
    Does anyone know the default port number of the web enterprise manager (Oracle 9i)?
    If I installed or configured enterprise manager and I forgot the port, where can I find it?

    You must read the part in the Installation Documentation for certified repository databases to ensure that your database is OK.
    My advice is always, never start any installation (not only Oracle) without reading the Documentation, Release Note and any README.
    You will spend less time in the installation as Configuration if you use the required documentations for your platform.
    http://www.oracle.com/pls/db102/portal.portal_db?selected=21

  • How to create a web app list which is divided by months

    Hi,
    I'm trying to create a list of calendar events similar to the one on this site 2015 Event Schedule - g20.org but not as complicated, as I don't need any animation, just to list but have the months as section headers.
    I presume I can start of by creating a web app with the bespoke fields that I need, and it can be weighted by the date that I set within the app? The only thing that I'm not quite working out is how to get the months to display, would it be a matter of creating classifications for the months? That sounds as if it may become to over complicated.
    Thanks
    J-P

    Thanks Liam - I just checked out the Blog, for anyone else interested - http://www.businesscatalyst.com/_blog/BC_Blog/post/January_2013_System_Update_-_Fresh_UI_i mprovements,_Web_App_enhancements_and_more/
    "Render Web App items inside a sub-folder, such as /folder/subfolder/webapp-name. For example, you could have /blog/authors/bogdan (where Bogdan is the Web App item name)"

  • Is it possible to add an RSS feed to a blog created using web apps?

    Is it possible to add an RSS feed to a blog created using web apps? Can RSS feeds be used for items other than an actual blog?

    No, but you have an RSS feed of your blog anyway and you can set an RSS feed for your web app if you want as well.Business Catalyst Help | Create RSS feeds

  • Multiple web apps sharing same cache in a single JVM ?

    Is it possible to share cache across multiple web apps running in the same app server (multiple web apps, single JVM) ?
    Thanks for any info.

    Hi Bob,
    Cluster membership is scoped to the ClassLoader, so if your application server provides a ClassLoader-per-application, this will work fine.
    This is supported for both Coherence (NamedCaches) and Coherence*Web (HTTP sessions).
    Jon Purdy
    Tangosol, Inc.

  • Re:Creating new web app in Endeca tools and frame work for CRS(commerce refernce store) application that we deployed either as a part of cim.bat or manually through deployment scripts

    when i am trying to access my web app that was created using eclipse fro Endeca app CRS
    using  localhost:8080/crs/browse?format=json
    i am getting the below error
    [ERROR] com.endeca.infront.logger.SLF4JAssemblerEventLogger: cartridge error:
    com.endeca.infront.assembler.CartridgeHandlerException: com.endeca.infront.navigation.NavigationException: com.endeca.navigation.ENEException: HTTP Error 404 - Navigation Engine not able to process request 'http://phani:15000/graph?node=0&groupby=product.code&offset=0&nbins=0&allbins=1&autophrase=1&autophrasedwim=1&irversion=640'.
      at com.endeca.infront.cartridge.NavigationCartridgeHandler.executeMdexRequest(NavigationCartridgeHandler.java:297)
      at com.endeca.infront.cartridge.BreadcrumbsHandler.process(BreadcrumbsHandler.java:87)
      at com.endeca.infront.cartridge.BreadcrumbsHandler.process(BreadcrumbsHandler.java:62)
      at com.endeca.infront.assembler.support.AbstractAssembler$Processor$ProcessPass.visit(AbstractAssembler.java:246)
      at com.endeca.infront.assembler.support.ContentItemVisitor.traverse(ContentItemVisitor.java:99)
      at com.endeca.infront.assembler.support.AbstractAssembler$Processor$ProcessPass.traverse(AbstractAssembler.java:228)
      at com.endeca.infront.assembler.support.ContentItemVisitor.traverseList(ContentItemVisitor.java:141)
      at com.endeca.infront.assembler.support.ContentItemVisitor.traverseChildren(ContentItemVisitor.java:130)
      at com.endeca.infront.assembler.support.ContentItemVisitor.traverse(ContentItemVisitor.java:94)
      at com.endeca.infront.assembler.support.AbstractAssembler$Processor$ProcessPass.traverse(AbstractAssembler.java:228)
      at com.endeca.infront.assembler.support.ContentItemVisitor.traverseList(ContentItemVisitor.java:141)
      at com.endeca.infront.assembler.support.ContentItemVisitor.traverseChildren(ContentItemVisitor.java:130)
      at com.endeca.infront.assembler.support.ContentItemVisitor.traverse(ContentItemVisitor.java:94)
      at com.endeca.infront.assembler.support.AbstractAssembler$Processor$ProcessPass.traverse(AbstractAssembler.java:228)
      at com.endeca.infront.assembler.support.ContentItemVisitor.traverseChildren(ContentItemVisitor.java:126)
      at com.endeca.infront.assembler.support.ContentItemVisitor.traverse(ContentItemVisitor.java:94)
      at com.endeca.infront.assembler.support.AbstractAssembler$Processor$ProcessPass.traverse(AbstractAssembler.java:228)
      at com.endeca.infront.assembler.support.AbstractAssembler$Processor.process(AbstractAssembler.java:162)
      at com.endeca.infront.assembler.support.AbstractAssembler.assemble(AbstractAssembler.java:93)
      at org.apache.jsp.WEB_002dINF.services.myAssemble_jsp._jspService(myAssemble_jsp.java:171)
      at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70)
      at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
      at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:386)
      at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:313)
      at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:260)
      at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
      at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
      at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
      at com.endeca.infront.assembler.perf.PerfEventFilter.doFilter(PerfEventFilter.java:84)
      at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
      at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
      at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:83)
      at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:76)
      at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
      at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
      at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:646)
      at org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:436)
      at org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:374)
      at org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:302)
      at org.tuckey.web.filters.urlrewrite.NormalRewrittenUrl.doRewrite(NormalRewrittenUrl.java:195)
      at org.tuckey.web.filters.urlrewrite.RuleChain.handleRewrite(RuleChain.java:159)
      at org.tuckey.web.filters.urlrewrite.RuleChain.doRules(RuleChain.java:141)
      at org.tuckey.web.filters.urlrewrite.UrlRewriter.processRequest(UrlRewriter.java:90)
      at org.tuckey.web.filters.urlrewrite.UrlRewriteFilter.doFilter(UrlRewriteFilter.java:417)
      at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
      at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
      at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
      at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
      at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
      at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
      at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
      at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:298)
      at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:859)
      at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:588)
      at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:489)
      at java.lang.Thread.run(Unknown Source)
    Caused by: com.endeca.infront.navigation.NavigationException: com.endeca.navigation.ENEException: HTTP Error 404 - Navigation Engine not able to process request 'http://phani:15000/graph?node=0&groupby=product.code&offset=0&nbins=0&allbins=1&autophrase=1&autophrasedwim=1&irversion=640'.
      at com.endeca.infront.navigation.request.support.NavigationRequest.executeQuery(NavigationRequest.java:299)
      at com.endeca.infront.navigation.request.MdexRequest.execute(MdexRequest.java:60)
      at com.endeca.infront.cartridge.NavigationCartridgeHandler.executeMdexRequest(NavigationCartridgeHandler.java:288)
      ... 55 more
    Caused by: com.endeca.navigation.ENEException: HTTP Error 404 - Navigation Engine not able to process request 'http://phani:15000/graph?node=0&groupby=product.code&offset=0&nbins=0&allbins=1&autophrase=1&autophrasedwim=1&irversion=640'.
      at com.endeca.navigation.OptiBackendRequest.getContent(Unknown Source)
      at com.endeca.navigation.OptiBackend.getNavigation(Unknown Source)
      at com.endeca.navigation.HttpENEConnection.query(Unknown Source)
      at com.endeca.infront.navigation.request.support.NavigationRequest.executeQuery(NavigationRequest.java:289)
      ... 57 more
    2013-10-16 14:00:14,297 [ERROR] com.endeca.infront.logger.SLF4JAssemblerEventLogger: cartridge error:
    com.endeca.infront.assembler.CartridgeHandlerException: com.endeca.infront.navigation.NavigationException: com.endeca.navigation.ENEException: HTTP Error 404 - Navigation Engine not able to process request 'http://phani:15000/graph?node=0&groupby=product.code&offset=0&nbins=0&allbins=1&autophrase=1&autophrasedwim=1&irversion=640'.
      at com.endeca.infront.cartridge.NavigationCartridgeHandler.executeMdexRequest(NavigationCartridgeHandler.java:297)
      at com.endeca.infront.cartridge.BreadcrumbsHandler.process(BreadcrumbsHandler.java:87)
      at com.endeca.infront.cartridge.BreadcrumbsHandler.process(BreadcrumbsHandler.java:62)
      at com.endeca.infront.assembler.support.AbstractAssembler$Processor$ProcessPass.visit(AbstractAssembler.java:246)
      at com.endeca.infront.assembler.support.ContentItemVisitor.traverse(ContentItemVisitor.java:99)
      at com.endeca.infront.assembler.support.AbstractAssembler$Processor$ProcessPass.traverse(AbstractAssembler.java:228)
      at com.endeca.infront.assembler.support.ContentItemVisitor.traverseList(ContentItemVisitor.java:141)
      at com.endeca.infront.assembler.support.ContentItemVisitor.traverseChildren(ContentItemVisitor.java:130)
      at com.endeca.infront.assembler.support.ContentItemVisitor.traverse(ContentItemVisitor.java:94)
      at com.endeca.infront.assembler.support.AbstractAssembler$Processor$ProcessPass.traverse(AbstractAssembler.java:228)
      at com.endeca.infront.assembler.support.ContentItemVisitor.traverseList(ContentItemVisitor.java:141)
      at com.endeca.infront.assembler.support.ContentItemVisitor.traverseChildren(ContentItemVisitor.java:130)
      at com.endeca.infront.assembler.support.ContentItemVisitor.traverse(ContentItemVisitor.java:94)
      at com.endeca.infront.assembler.support.AbstractAssembler$Processor$ProcessPass.traverse(AbstractAssembler.java:228)
      at com.endeca.infront.assembler.support.ContentItemVisitor.traverseChildren(ContentItemVisitor.java:126)
      at com.endeca.infront.assembler.support.ContentItemVisitor.traverse(ContentItemVisitor.java:94)
      at com.endeca.infront.assembler.support.AbstractAssembler$Processor$ProcessPass.traverse(AbstractAssembler.java:228)
      at com.endeca.infront.assembler.support.AbstractAssembler$Processor.process(AbstractAssembler.java:162)
      at com.endeca.infront.assembler.support.AbstractAssembler.assemble(AbstractAssembler.java:93)
      at org.apache.jsp.WEB_002dINF.services.myAssemble_jsp._jspService(myAssemble_jsp.java:171)
      at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70)
      at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
      at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:386)
      at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:313)
      at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:260)
      at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
      at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
      at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
      at com.endeca.infront.assembler.perf.PerfEventFilter.doFilter(PerfEventFilter.java:84)
      at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
      at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
      at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:83)
      at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:76)
      at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
      at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
      at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:646)
      at org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:436)
      at org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:374)
      at org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:302)
      at org.tuckey.web.filters.urlrewrite.NormalRewrittenUrl.doRewrite(NormalRewrittenUrl.java:195)
      at org.tuckey.web.filters.urlrewrite.RuleChain.handleRewrite(RuleChain.java:159)
      at org.tuckey.web.filters.urlrewrite.RuleChain.doRules(RuleChain.java:141)
      at org.tuckey.web.filters.urlrewrite.UrlRewriter.processRequest(UrlRewriter.java:90)
      at org.tuckey.web.filters.urlrewrite.UrlRewriteFilter.doFilter(UrlRewriteFilter.java:417)
      at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
      at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
      at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
      at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
      at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
      at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
      at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
      at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:298)
      at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:859)
      at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:588)
      at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:489)
      at java.lang.Thread.run(Unknown Source)
    Caused by: com.endeca.infront.navigation.NavigationException: com.endeca.navigation.ENEException: HTTP Error 404 - Navigation Engine not able to process request 'http://phani:15000/graph?node=0&groupby=product.code&offset=0&nbins=0&allbins=1&autophrase=1&autophrasedwim=1&irversion=640'.
      at com.endeca.infront.navigation.request.support.NavigationRequest.executeQuery(NavigationRequest.java:299)
      at com.endeca.infront.navigation.request.MdexRequest.execute(MdexRequest.java:60)
      at com.endeca.infront.cartridge.NavigationCartridgeHandler.executeMdexRequest(NavigationCartridgeHandler.java:288)
      ... 55 more
    Caused by: com.endeca.navigation.ENEException: HTTP Error 404 - Navigation Engine not able to process request 'http://phani:15000/graph?node=0&groupby=product.code&offset=0&nbins=0&allbins=1&autophrase=1&autophrasedwim=1&irversion=640'.
      at com.endeca.navigation.OptiBackendRequest.getContent(Unknown Source)
      at com.endeca.navigation.OptiBackend.getNavigation(Unknown Source)
      at com.endeca.navigation.HttpENEConnection.query(Unknown Source)
      at com.endeca.infront.navigation.request.support.NavigationRequest.executeQuery(NavigationRequest.java:289)
      ... 57 more
    Oct 16, 2013 2:00:34 PM org.apache.catalina.core.ApplicationDispatcher invoke
    SEVERE: Servlet.service() for servlet link threw exception
    javax.servlet.ServletException: Expect a parameter of name '__jsonp' specifying the json callback function.
      at com.endeca.infront.assembler.servlet.AbstractPreviewLinkServlet.doGet(AbstractPreviewLinkServlet.java:120)
      at javax.servlet.http.HttpServlet.service(HttpServlet.java:617)
      at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
      at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
      at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
      at com.endeca.infront.assembler.perf.PerfEventFilter.doFilter(PerfEventFilter.java:84)
      at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
      at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
      at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:83)
      at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:76)
      at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
      at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
      at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:646)
      at org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:436)
      at org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:374)
      at org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:302)
      at org.tuckey.web.filters.urlrewrite.NormalRewrittenUrl.doRewrite(NormalRewrittenUrl.java:195)
      at org.tuckey.web.filters.urlrewrite.RuleChain.handleRewrite(RuleChain.java:159)
      at org.tuckey.web.filters.urlrewrite.RuleChain.doRules(RuleChain.java:141)
      at org.tuckey.web.filters.urlrewrite.UrlRewriter.processRequest(UrlRewriter.java:90)
      at org.tuckey.web.filters.urlrewrite.UrlRewriteFilter.doFilter(UrlRewriteFilter.java:417)
      at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
      at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
      at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
      at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
      at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
      at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
      at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
      at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:298)
      at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:859)
      at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:588)
      at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:489)
      at java.lang.Thread.run(Unknown Source)
    Oct 16, 2013 2:00:34 PM org.apache.catalina.core.StandardWrapperValve invoke
    SEVERE: Servlet.service() for servlet default threw exception
    javax.servlet.ServletException: Expect a parameter of name '__jsonp' specifying the json callback function.
      at com.endeca.infront.assembler.servlet.AbstractPreviewLinkServlet.doGet(AbstractPreviewLinkServlet.java:120)
      at javax.servlet.http.HttpServlet.service(HttpServlet.java:617)
      at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
      at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
      at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
      at com.endeca.infront.assembler.perf.PerfEventFilter.doFilter(PerfEventFilter.java:84)
      at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
      at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
      at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:83)
      at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:76)
      at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
      at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
      at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:646)
      at org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:436)
      at org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:374)
      at org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:302)
      at org.tuckey.web.filters.urlrewrite.NormalRewrittenUrl.doRewrite(NormalRewrittenUrl.java:195)
      at org.tuckey.web.filters.urlrewrite.RuleChain.handleRewrite(RuleChain.java:159)
      at org.tuckey.web.filters.urlrewrite.RuleChain.doRules(RuleChain.java:141)
      at org.tuckey.web.filters.urlrewrite.UrlRewriter.processRequest(UrlRewriter.java:90)
      at org.tuckey.web.filters.urlrewrite.UrlRewriteFilter.doFilter(UrlRewriteFilter.java:417)
      at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
      at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
      at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
      at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
      at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
      at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
      at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
      at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:298)
      at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:859)
      at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:588)
      at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:489)
      at java.lang.Thread.run(Unknown Source)
    2013-10-16 14:01:15,140 [ERROR] com.endeca.infront.logger.SLF4JAssemblerEventLogger: cartridge error:
    com.endeca.infront.assembler.CartridgeHandlerException: com.endeca.infront.navigation.NavigationException: com.endeca.navigation.ENEException: HTTP Error 404 - Navigation Engine not able to process request 'http://phani:15000/graph?node=0&groupby=product.code&offset=0&nbins=0&allbins=1&autophrase=1&autophrasedwim=1&irversion=640'.
      at com.endeca.infront.cartridge.NavigationCartridgeHandler.executeMdexRequest(NavigationCartridgeHandler.java:297)
      at com.endeca.infront.cartridge.BreadcrumbsHandler.process(BreadcrumbsHandler.java:87)
      at com.endeca.infront.cartridge.BreadcrumbsHandler.process(BreadcrumbsHandler.java:62)
      at com.endeca.infront.assembler.support.AbstractAssembler$Processor$ProcessPass.visit(AbstractAssembler.java:246)
      at com.endeca.infront.assembler.support.ContentItemVisitor.traverse(ContentItemVisitor.java:99)
      at com.endeca.infront.assembler.support.AbstractAssembler$Processor$ProcessPass.traverse(AbstractAssembler.java:228)
      at com.endeca.infront.assembler.support.ContentItemVisitor.traverseList(ContentItemVisitor.java:141)
      at com.endeca.infront.assembler.support.ContentItemVisitor.traverseChildren(ContentItemVisitor.java:130)
      at com.endeca.infront.assembler.support.ContentItemVisitor.traverse(ContentItemVisitor.java:94)
      at com.endeca.infront.assembler.support.AbstractAssembler$Processor$ProcessPass.traverse(AbstractAssembler.java:228)
      at com.endeca.infront.assembler.support.ContentItemVisitor.traverseList(ContentItemVisitor.java:141)
      at com.endeca.infront.assembler.support.ContentItemVisitor.traverseChildren(ContentItemVisitor.java:130)
      at com.endeca.infront.assembler.support.ContentItemVisitor.traverse(ContentItemVisitor.java:94)
      at com.endeca.infront.assembler.support.AbstractAssembler$Processor$ProcessPass.traverse(AbstractAssembler.java:228)
      at com.endeca.infront.assembler.support.ContentItemVisitor.traverseChildren(ContentItemVisitor.java:126)
      at com.endeca.infront.assembler.support.ContentItemVisitor.traverse(ContentItemVisitor.java:94)
      at com.endeca.infront.assembler.support.AbstractAssembler$Processor$ProcessPass.traverse(AbstractAssembler.java:228)
      at com.endeca.infront.assembler.support.AbstractAssembler$Processor.process(AbstractAssembler.java:162)
      at com.endeca.infront.assembler.support.AbstractAssembler.assemble(AbstractAssembler.java:93)
      at org.apache.jsp.WEB_002dINF.services.myAssemble_jsp._jspService(myAssemble_jsp.java:171)
      at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70)
      at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
      at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:386)
      at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:313)
      at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:260)
      at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
      at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
      at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
      at com.endeca.infront.assembler.perf.PerfEventFilter.doFilter(PerfEventFilter.java:84)
      at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
      at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
      at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:83)
      at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:76)
      at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
      at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
      at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:646)
      at org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:436)
      at org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:374)
      at org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:302)
      at org.tuckey.web.filters.urlrewrite.NormalRewrittenUrl.doRewrite(NormalRewrittenUrl.java:195)
      at org.tuckey.web.filters.urlrewrite.RuleChain.handleRewrite(RuleChain.java:159)
      at org.tuckey.web.filters.urlrewrite.RuleChain.doRules(RuleChain.java:141)
      at org.tuckey.web.filters.urlrewrite.UrlRewriter.processRequest(UrlRewriter.java:90)
      at org.tuckey.web.filters.urlrewrite.UrlRewriteFilter.doFilter(UrlRewriteFilter.java:417)
      at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
      at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
      at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
      at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
      at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
      at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
      at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
      at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:298)
      at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:859)
      at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:588)
      at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:489)
      at java.lang.Thread.run(Unknown Source)
    Caused by: com.endeca.infront.navigation.NavigationException: com.endeca.navigation.ENEException: HTTP Error 404 - Navigation Engine not able to process request 'http://phani:15000/graph?node=0&groupby=product.code&offset=0&nbins=0&allbins=1&autophrase=1&autophrasedwim=1&irversion=640'.
      at com.endeca.infront.navigation.request.support.NavigationRequest.executeQuery(NavigationRequest.java:299)
      at com.endeca.infront.navigation.request.MdexRequest.execute(MdexRequest.java:60)
      at com.endeca.infront.cartridge.NavigationCartridgeHandler.executeMdexRequest(NavigationCartridgeHandler.java:288)
      ... 55 more
    Caused by: com.endeca.navigation.ENEException: HTTP Error 404 - Navigation Engine not able to process request 'http://phani:15000/graph?node=0&groupby=product.code&offset=0&nbins=0&allbins=1&autophrase=1&autophrasedwim=1&irversion=640'.
      at com.endeca.navigation.OptiBackendRequest.getContent(Unknown Source)
      at com.endeca.navigation.OptiBackend.getNavigation(Unknown Source)
      at com.endeca.navigation.HttpENEConnection.query(Unknown Source)
      at com.endeca.infront.navigation.request.support.NavigationRequest.executeQuery(NavigationRequest.java:289)
      ... 57 more
    assembler.properties file has the following my mdex is running on port 15000 fro CRS app
    workbench.app.name=CRS
    workbench.host=localhost
    workbench.port=8006
    workbench.publishing.serverPort=8007
    #If client port is set to -1, system will assign an ephemeral port automatically
    workbench.publishing.clientPort=-1
    # AUTHORING MODE SETTINGS
    #   preview.enabled=true
    #   user.state.ref=previewUserState
    #   media.sources.ref=authoringMediaSources
    # LIVE MODE SETTINGS
    #   preview.enabled=false
    #   user.state.ref=liveUserState
    #   media.sources.ref=liveMediaSources
    preview.enabled=true
    user.state.ref=previewUserState
    media.sources.ref=authoringMediaSources
    mdex.host=localhost
    mdex.port=15000
    logserver.host=localhost
    logserver.port=15010
    please help me in resolving the below error

    On Step 8 I found multiple product codes for the Conferencing Add-In for Outlook.  Here's a list of the ones I found in the machines on my network:
    {987CAEDE-EB67-4D5A-B0C0-AE0640A17B5F}
    {2BB9B2F5-79E7-4220-B903-22E849100547}
    {13BEAC7C-69C1-4A9E-89A3-D5F311DE2B69}
    {C5586971-E3A9-432A-93B7-D1D0EF076764}
    I'm sure there's others one, just be mindful that this add-in will have numerous product codes.

  • Separate Web Applications using only port number

    I am trying to use the same URL (app.test.com) but different port numbers (80,81) to separate traffic to two separate web applications. Is that doable? If so how? I have tried creating new virtual classes and/or new virtual servers and can assign the new listen socket to the original virtual server provided by the web server. But when i try assigning either listen socket to my new class or server, no joy.

    yes, it is very much doable
    - create 2 http listeners (say ls1 and ls2)
    - create 1 virtual server and default virtual server (and get it hooked up to ls1)
    - create 2nd virtual server and defautl virtual sever (and hook it up to ls2)
    now within virtual sever 1, add the web app that you would like to have it separated . similarly, you can do for the next virual sever as well.
    no need for multiple virtual server classes here.

  • How can I restrict multiple web app item submission by a user

    I have a webapp setup. I do want users to submitted web app items multiple times. How can I achieve this Kindly help. I know I only achieve this with js. Can someone kindly off.

    Hi Chad, am having challenges getting this to work: Kindly assist
    This is my setup:
    I used the alternate list layout. This is how it looks
    This is how my form page with the module looks before running:
    This is how the spit out looks when I checked:
    This is the source code after running:
    <script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
    <script type="text/javascript">
    $(function(){
    var userSubmit = $('.userItems').data('items').replace(/\s+/g, '');
    if (userSubmit >= 1) {
        $('.form').remove();
    </script>
    <style>
                .hide {
                display: none;
            </style>
    </head>
    <body>
            <div class="hide userItems" data-items="1
    2
    3
    "></div>
            <div class="form">
            <form name="catcustomcontentform17626" onsubmit="return checkWholeForm17626(this)" enctype="multipart/form-data" method="post" action="/CustomContentProcess.aspx?CCID=20247&amp;OID=13466153&amp;OTYPE=1">
                <table class="webform" cellspacing="0" cellpadding="2" border="0">
                    <tbody>
                        <tr>
                            <td><label for="ItemName">Item Name</label><br />
                            <input class="cat_textbox_small" type="text" name="ItemName" id="ItemName" maxlength="255" /> &bull;</td>
                        </tr>
                        <tr>
                            <td><label for="ItemDescription">Item Description</label><br />
                            <textarea name="ItemDescription" id="ItemDescription" cols="10" rows="4" class="cat_listbox"></textarea></td>
                        </tr>
                        <tr>
                            <td><input class="cat_button" type="submit" value="Submit" id="catcustomcontentbutton" /></td>
                        </tr>
                    </tbody>
                </table>
                <script type="text/javascript" src="/CatalystScripts/ValidationFunctions.js"></script>
                <script type="text/javascript">
    //<![CDATA[
    var submitcount17626 = 0;function checkWholeForm17626(theForm){var why = "";if (theForm.ItemName) why += isEmpty(theForm.ItemName.value, "Item Name");if (why != ""){alert(why);return false;}if(submitcount17626 == 0){submitcount17626++;theForm.submit();return false;}else{alert("Form submission is in progress.");return false;}}
    //]]>
    </script>
            </form>
            </div>

  • Multiple web-app sharing the same database.

    hi experts,
    If I have several websites running on the same server. Most of the are sub-domains of the same domain, they share the same database, but each sub-domain will have their own web-apps(This also means that they are running on a different java virtual machine, right? ). My question is that how can I make them communicate with each other. Also, will there be any conflict with the database insert/update issues, and How do I solve that?
    For example, if one user is already logon from "tips.mydomain.com", then when the users goes to another sub-domain, say "java.mydomain.com", he/she doesn't need to re-login again.
    thanks.

    Well yes, having databases accessed by multiple users simultaneously is an issue that many many developers have had to face. But the answer to "How do I solve that" doesn't fit in this little box or in the limited time that people have available to answer questions here. It's an extremely complex issue about which entire books have been written.
    As to the bit about the subdomains, it is possible to map them to the same web server, as far as I know, but that's a web configuration issue and nothing to do with Java programming.

  • Database error when creating a web app instance

    I'm trying to setup Project 2013 on SharePoint 2013 and am at the point where you create a Project web app instance. I'm on step 3 on this page.
    http://alinimer.com/2013/02/28/install-configure-and-deploy-project-server-2013-part-4/
    I'm getting an error saying "Provisioning Failed - see the Application event Log." In the event log it says
    Failed to provision site PWA with error: Microsoft.Office.Project.Server.Administration.ProvisionException: Failed to provision database.
    Database provisioning failed. The database ProjectWebApp contains a non project schema and cannot be used. ---> Microsoft.Office.Project.Server.Administration.ProvisionException: Database provisioning failed. The database ProjectWebApp contains a
    non project schema and cannot be used.
       at Microsoft.Office.Project.Server.Administration.PsiServiceApplication.EnsureProjectServiceDatabase(ProjectProvisionSettings provset, String collation, ProjectDatabaseStateType& originalDatabaseState)
       --- End of inner exception stack trace ---
       at Microsoft.Office.Project.Server.Administration.PsiServiceApplication.EnsureProjectServiceDatabase(ProjectProvisionSettings provset, String collation, ProjectDatabaseStateType& originalDatabaseState)
       at Microsoft.Office.Project.Server.Administration.PsiServiceApplication.CreateSite(ProjectProvisionSettings provset)
    I'm new to Project Server and fairly new to SharePoint so is this something that's easy to fix? The database was created new for Project.
    Free computer help and tips http://www.onlinecomputertips.com

    Looking at the code, it flags this if the database specified is not empty.  Can you validate that the database is either new or does not have any tables, views, sprocs, etc?
    Trevor Seward, MCC
    Follow or contact me at...
    &nbsp&nbsp
    This post is my own opinion and does not necessarily reflect the opinion or view of Microsoft, its employees, or other MVPs.

  • Distributed sessions for multiple web-apps in a single App. Server (v.8.1)

    I have 3 applications on App. Server 8.1 (running on JDK 1.5)
    App-A handles login
    App-B and App-C are functions that are accessible after login is validated.
    It works fine with App. Server 6.5 (JDK 1.3)
    But the distributed session cannot be shared in App. Server 8.1 (JDK 1.5)
    So App-A handles sign on and stores the user's Login Name on the session.
    App-B and App-C read the user's login name from the session object and grant access to different modules.
    1. Starting App-A and perform login
    2. Starting App-B from App-A (it is linked there)
    3. Starting App-C from App-A (it is linked there)
    In step 1, a new session is created for the user, an attribute ("LoginName") is put in the session - ie. using HttpSession.setAttribute()
    In step 2, the program checks for attribute "LoginName" from the session object - ie. using HttpSession.getAttribute()
    If not found, redirect to login; if found, then continue with App-B
    In step 3, same as in step 2 above.
    It works fine with App. Server 6.5 but problem occurs in step 2 and 3.
    web.xml of App-A, App-B and App-C:
    <i>
    <web-app version="2.4" xmlns="http://java.sun.com/xml/ns/j2ee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd">
    <display-name>App-A</display-name>
         <distributable/>
    </i>
    sun-web.xml of App-A, App-B and App-C
    <i>
    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE sun-web-app PUBLIC "-//Sun Microsystems, Inc.//DTD Application Server 8.1 Servlet 2.4//EN" "http://www.sun.com/software/appserver/dtds/sun-web-app_2_4-1.dtd">
    <sun-web-app>
    <session-config>
    <session-manager persistence-type="memory">
    <manager-properties>
    <property name="persistenceFrequency" value="web-method"/>
    </manager-properties>
    <store-properties>
    <property name="persistenceScope" value="session"/>
    </store-properties>
    </session-manager>
    </session-config>
    </i>

    Distributed sessions has nothing to do with different web applications. The concept is about distributing load for the same application between several appserver instances running on the same box(different jvm) or on some other box in the network.
    What you used with iAS 6.5 is not available in 8.1 because sharing sessions between web apps is forbidden by the servlet spec. You should consider repackaging your apps. into a single web app. or using other way of signing/verifying user identity(check Sun Access Manager for example).
    Have a look at this thread as well: http://swforum.sun.com/jive/thread.jspa?threadID=100931

  • Creating multiple web sites for separate domain names

    Is it possible to create a different web site using a different web address in IWeb 06? A friend asked me to make a web site for them....can/how do I publish it to a different address?
    Thanks for the help!

    Welcome to the Apple Discussions. The best way is to have a separate domain name for each site you want to manage. When you publish the sites each will have a separate URL. It will be:
    http://web.mac.com/your .Mac account name/the site folder name/index.html
    I use iWebSites to manage multiple sites.. It lets me create multiple sites and multiple domain files.
    This lets me edit several sites and only republish the one I want.
    OT

Maybe you are looking for

  • Windows 8 installation: expanding files stuck

    I've got a problem with the installtion of Windows 8 on my Macbook Pro (Late 2011), with (MOUNTAIN LION) i've followed the instructions with bootcamp etc, and when ever it reaches the Expanding Files section, it stucks at 19%. And i've waited for lik

  • Page not shown in tab

    On restore of tabs, the first tab in most browsers is not shown in the tab bar or drop menu showing tabs. It is also not present in the tab grouping feature thing

  • Why won't the airplay button come up now I have upgraded to ios7

    I can not get my iPhone or my wife's phone or our iPad to connect to Apple TV by airplay anymore, I upgraded everything yesterday to ios7 and airplay was working, I have come to it today and nothing will connect, the button has disappeared off everyt

  • RFC Tables Parameters

    Hello all I am having performance issues relating to an RFC call between CRM and ECC. I have been asked to get an RFC call between the two working as quickly as possible. The code is as optimised as possible, I have replaced onerous FM calls with bes

  • Missing e-mails and calendar entries

    When I sinc (versamail) I don't always get all my calendar events and or e-mails.  Hours later they just seem to show up.  Any ideas on how I can correct this.  I've lost confidence in my PDA capabilities. Post relates to: Treo 700p (Sprint)