?Problem of :: "web-app" must match, help me?

hi,Experts,
Please do me a big favor, Does anybody know what is the exatly problem with my web.xml.
My tomcat version is Apache Tomcat/4.1.18.
here is the web.xml:
<!DOCTYPE web-app PUBLIC
"-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN"
"http://java.sun.com/dtd/web-app_2_3.dtd">
<web-app>
<display-name>newGUI</display-name>
<description>The Database</description>
<!--Filter Definitions-->
<filter>
<filter-name>theFilter</filter-name>
<filter-class>org.gui.myFilter</filter-class>
</filter>
<filter-mapping>
<filter-name>theFilter</filter-name>
<url-pattern>/fetch.jsp</url-pattern>
</filter-mapping>
<filter>
<filter-name>theFilter</filter-name>
<filter-class>org.gui.myFilter</filter-class>
</filter>
<filter-mapping>
<filter-name>theFilter</filter-name>
<url-pattern>/query.jsp</url-pattern>
</filter-mapping>
<!-- Taglib Definitions-->
<taglib>
<taglib-uri>
http://jsptags.com/tags/navigation/pager
</taglib-uri>
<taglib-location>
/WEB-INF/jsp/pager-taglib.tld
</taglib-location>
</taglib>
<taglib>
<taglib-uri>/jstl-c</taglib-uri>
<taglib-location>/WEB-INF/c.tld</taglib-location>
</taglib>
<taglib>
<taglib-uri>/jstl-x</taglib-uri>
<taglib-location>/WEB-INF/x.tld</taglib-location>
</taglib>
</web-app>
The error message is :
SEVERE: Parse Error at line 66 column 11: The content of element type "web-app" must match "(icon?,display-name?,description?,distributable?,context-param*,filter*,filter-mapping*,listener*,
servlet*,servlet-mapping*,session-config?,mime-mapping*,welcome-file-list?,error-page*,taglib*,
resource-env-ref*,resource-ref*,security-constraint*,login-config?,security-role*,env-entry*,ejb-ref*,
ejb-local-ref*)".

It is telling you either you have elements out of order, or elements that do not belong.
Try to do:
<filter>
  <filter-name>theFilter</filter-name>
  <filter-class>org.gui.myFilter</filter-class>
</filter>
<filter>
  <filter-name>theFilter</filter-name>
  <filter-class>org.gui.myFilter</filter-class>
</filter>
<filter-mapping>
  <filter-name>theFilter</filter-name>
  <url-pattern>/fetch.jsp</url-pattern>
</filter-mapping>
<filter-mapping>
  <filter-name>theFilter</filter-name>
  <url-pattern>/query.jsp</url-pattern>
</filter-mapping>Then double check spelling and such.

Similar Messages

  • Document type declaration for root element type "web-app" must end with ' '

    I am attempting to deploy an application (.war file) using the Sun Access Manager Agent installed, (Reference http://docs.sun.com/app/docs/doc/819-3201/6n5eht3k4?a=view -near the bottom) and I get this error:
    Error loading deployment descriptors for ajacs Line 3 Column 19 -- The document type declaration for root element type "web-app" must end with '>'.
    Here is the relavent code:
    <!DOCTYPE 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">
    <web-app>
    <filter>
    <filter-name>Agent</filter-name>
    <filter-class> com.sun.identity.agents.filter.AmAgentFilter </filter-class>
    </filter>
    <filter-mapping>
    <filter-name>Agent</filter-name>
    <url-pattern>/*</url-pattern>
    <dispatcher>REQUEST</dispatcher>
    <dispatcher>INCLUDE</dispatcher>
    <dispatcher>FORWARD</dispatcher>
    <dispatcher>ERROR</dispatcher>
    </filter-mapping>
    <display-name>AJACS</display-name>
    <welcome-file-list>
    <welcome-file>frameSet.jsp</welcome-file>
    </welcome-file-list>
    etc...
    Now, when I remove the parts that http://docs.sun.com/app/docs/doc/819-3201/6n5eht3k4?a=view said to add, it deploys just like it used to deploy- just fine with no errors. However, I add that code and it breaks.
    Note: The code was a straight copy/paste, so if there is any error in the code, it is because it's written incorrectly on the Sun doc website.
    Any help would be MUCH appreciated. Thanks!

    Well, if that was pasted on one line, it would be:
    xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd"
    So it's supposed to be that way. I just tried it with the extra quotes, and no dice...

  • Problem on web app using root context in weblogic 7.0.2

    I got problem on servlet which running on root context "/" in weblogic 7.0.2. I have remove the default web app (which use the root context) before the web app. The web application was deployed without any error. However, when the servlet run to the line calling HttpSession.setAttribute, the following exception occurs. The weblogic server is running on Solaris 8. anyone can help?
              java.lang.IllegalStateException: Internal Servlet Session Process Error Found!
              at weblogic.servlet.internal.session.SessionData.checkProcess(SessionData.java:1045)
              at weblogic.servlet.internal.session.SessionData.setAttribute(SessionData.java:477)
              at com.chase.infra.appcontrol.servlet.LoginServlet.doPostHK(Unknown Source)
              at com.chase.infra.appcontrol.servlet.LoginServlet.doPost(Unknown Source)
              at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
              at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
              at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(ServletStubImpl.java:1058)
              at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:401)
              at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:20)
              at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:27)
              at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:5451)
              at weblogic.security.service.SecurityServiceManager.runAs(SecurityServiceManager.java:780)
              at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:3105)
              at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2588)
              at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:213)
              at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:189)
              The weblogic.xml is
              <?xml version="1.0" encoding="UTF-8"?>
              <!DOCTYPE weblogic-web-app
              PUBLIC "-//BEA Systems, Inc.//DTD Web Application 7.0//EN"
              "http://www.bea.com/servers/wls700/dtd/weblogic700-web-jar.dtd" >
              <weblogic-web-app>
              <context-root>/</context-root>
              </weblogic-web-app>

    Hie,
              We are facing the same problem; i.e. we are getting the same error message when we are trying to run our struts application on Weblogic 7.0.5 using JDK 1.3.1. This problem occured particularly when we tried to do a load testing using approx 20 concurrent users (a lesser load was supported though). Can you please let us know how this problem was sorted out on your end?
              thanks,
              Debanjan

  • Re: Problem loading web app on 6.0

    Charlie,
              Thanks for your advice; however, my problem still persists, and is baffling as ever. I've
              completely blown away my /kiko directory and copied config.xml.FROM_INSTALLER to config.xml in
              hopes of reverting back to a clean install; however like I originally stated, if I try to start my
              server with this supposedly "virgin" server, I still get the following error:
              Jan 18, 2001 2:54:31 PM PST> <Error> <HTTP> <[HTTP myserver] Error parsing descriptor in Web
              appplication "./config/mydomain/applications/DefaultWebApp_myserver"
              org.xml.sax.SAXParseException: File "file:///MTI/home/gchuang/weblogic/wlserver6.0/web.xml" not
              found.
              at weblogic.apache.xerces.framework.XMLParser.reportError(XMLParser.java:1014)
              at
              weblogic.apache.xerces.readers.DefaultEntityHandler.startReadingFromDocument(DefaultEntityHandler.ja
              va:512)
              at weblogic.apache.xerces.framework.XMLParser.parseSomeSetup(XMLParser.java:304)
              at weblogic.apache.xerces.framework.XMLParser.parse(XMLParser.java:899)
              What's going on???? /DefaultWebApp_myserver existed from installation, and I did NOT touch, but now
              is made inoperable as well? I've blown away the suspect directory, /kiko, and yet... Anything short
              of re-installing, how do I get Weblogic to work again?
              Gene Chuang
              Join Kiko.com!
              "Charlie Crook" <[email protected]> wrote in message news:[email protected]...
              > Are your web.xml & weblogic.xml files within the applications's WEB-INF
              > directory? The WEB-INF must be directly below the application's
              > irectory - kiko\WEB-INF in your case - and not kiko\html\WEB-INF.
              >
              >
              >
              > "Gene Chuang" <[email protected]> wrote in message
              > news:[email protected]...
              > > I did a clean install of 6.0 and was able to run startWeblogic.sh and get
              > /console.
              > >
              > > I became bold and tried copying my web app into /applications directory;
              > This web app is an
              > > expanded directory, and looks like the following:
              > >
              > > applications/kiko/
              > > applications/kiko/html/
              > > applications/kiko/html/WEB-INF/web.xml, weblogic.xml
              > > applications/kiko/html/bunch of .jsps and subdirs with .jsps
              > >
              > > So when I made the kiko symlink onto /applications, I noticed in the
              > weblogic log that this web app
              > > has been detected; when I try to hit /html/index.jsp, I get a bunch of
              > class cast exception (which
              > > I expected because I did not modify startWeblogic.sh's CLASSPATH to
              > include my stuff yet...)
              > >
              > > The problem starts when I kill the server and restart again; here's what
              > I get from the log:
              > >
              > > ####<Jan 18, 2001 12:12:03 PM PST> <Info> <HTTP> <fortran.kikolb.com>
              > <myserver> <main> <system> <>
              > > <101053> <[HTTP myserver] Loadin
              > > g web app: html>
              > > ####<Jan 18, 2001 12:12:03 PM PST> <Info> <HTTP> <fortran.kikolb.com>
              > <myserver> <main> <system> <>
              > > <101060> <[HTTP myserver] Loadin
              > > g html from directory: ./config/mydomain/applications/kiko/html>
              > > ####<Jan 18, 2001 12:12:03 PM PST> <Error> <HTTP> <fortran.kikolb.com>
              > <myserver> <main> <system> <>
              > > <101063> <[HTTP myserver] Error
              > > parsing descriptor in Web appplication
              > "./config/mydomain/applications/kiko/html">
              > > org.xml.sax.SAXParseException: File
              > "file:///MTI/home/gchuang/weblogic/wlserver6.0/web.xml" not
              > > found.
              > > at
              > weblogic.apache.xerces.framework.XMLParser.reportError(XMLParser.java:1014)
              > > at
              > >
              > weblogic.apache.xerces.readers.DefaultEntityHandler.startReadingFromDocument
              > (DefaultEntityHandler.ja
              > > va:512)
              > > at
              > weblogic.apache.xerces.framework.XMLParser.parseSomeSetup(XMLParser.java:304
              > )
              > > at
              > weblogic.apache.xerces.framework.XMLParser.parse(XMLParser.java:899)
              > > at
              > weblogic.apache.xerces.jaxp.DocumentBuilderImpl.parse(DocumentBuilderImpl.ja
              > va:123)
              > > at
              > javax.xml.parsers.DocumentBuilder.parse(DocumentBuilder.java:171)
              > >
              > > I have no idea why WL is trying to find web.xml in WL_HOME; but I figured
              > since this only started
              > > when I tried installing my web app, I'll get rid of it. I deleted the
              > /applications/kiko/ symlink
              > > and tried restarting WL. Now I get this:
              > >
              > > ####<Jan 18, 2001 12:19:52 PM PST> <Info> <HTTP> <fortran.kikolb.com>
              > <myserver> <main> <system> <>
              > > <101053> <[HTTP myserver] Loadin
              > > g web app: DefaultWebApp_myserver>
              > > ####<Jan 18, 2001 12:19:52 PM PST> <Info> <HTTP> <fortran.kikolb.com>
              > <myserver> <main> <system> <>
              > > <101060> <[HTTP myserver] Loadin
              > > g DefaultWebApp_myserver from directory:
              > ./config/mydomain/applications/DefaultWebApp_myserver>
              > > ####<Jan 18, 2001 12:19:52 PM PST> <Error> <HTTP> <fortran.kikolb.com>
              > <myserver> <main> <system> <>
              > > <101063> <[HTTP myserver] Error
              > > parsing descriptor in Web appplication
              > "./config/mydomain/applications/DefaultWebApp_myserver">
              > > org.xml.sax.SAXParseException: File
              > "file:///MTI/home/gchuang/weblogic/wlserver6.0/web.xml" not
              > > found.
              > > at
              > weblogic.apache.xerces.framework.XMLParser.reportError(XMLParser.java:1014)
              > > at
              > >
              > weblogic.apache.xerces.readers.DefaultEntityHandler.startReadingFromDocument
              > (DefaultEntityHandler.ja
              > > va:512)
              > > at
              > weblogic.apache.xerces.framework.XMLParser.parseSomeSetup(XMLParser.java:304
              > )
              > > at
              > weblogic.apache.xerces.framework.XMLParser.parse(XMLParser.java:899)
              > > at
              > weblogic.apache.xerces.jaxp.DocumentBuilderImpl.parse(DocumentBuilderImpl.ja
              > va:123)
              > > at
              > javax.xml.parsers.DocumentBuilder.parse(DocumentBuilder.java:171)
              > >
              > > What's going on? Did my install of a web app permanently kill my Weblogic
              > install? I can't get it
              > > to start anymore!
              > >
              > > --
              > > Gene Chuang
              > > Join Kiko.com!
              > >
              > >
              >
              >
              

    the symlink, /applications/kiko, is gone; I blew it away... so now the /applications directory
              looks like this:
              /applications/DefaultWebApp_myserver/
              /applications/certificate.war
              /applications/console.war
              Gene Chuang
              Join Kiko.com!
              "Dimitri Rakitine" <[email protected]> wrote in message news:[email protected]...
              > Can it be that something was (and still is) wrong with the links you created?
              >
              > In weblogic.developer.interest.servlet Gene Chuang <[email protected]> wrote:
              > > Charlie,
              >
              > > Thanks for your advice; however, my problem still persists, and is baffling as ever. I've
              > > completely blown away my /kiko directory and copied config.xml.FROM_INSTALLER to config.xml in
              > > hopes of reverting back to a clean install; however like I originally stated, if I try to start
              my
              > > server with this supposedly "virgin" server, I still get the following error:
              >
              > > Jan 18, 2001 2:54:31 PM PST> <Error> <HTTP> <[HTTP myserver] Error parsing descriptor in Web
              > > appplication "./config/mydomain/applications/DefaultWebApp_myserver"
              > > org.xml.sax.SAXParseException: File "file:///MTI/home/gchuang/weblogic/wlserver6.0/web.xml" not
              > > found.
              > > at weblogic.apache.xerces.framework.XMLParser.reportError(XMLParser.java:1014)
              > > at
              > >
              weblogic.apache.xerces.readers.DefaultEntityHandler.startReadingFromDocument(DefaultEntityHandler.ja
              > > va:512)
              > > at weblogic.apache.xerces.framework.XMLParser.parseSomeSetup(XMLParser.java:304)
              > > at weblogic.apache.xerces.framework.XMLParser.parse(XMLParser.java:899)
              >
              > > What's going on???? /DefaultWebApp_myserver existed from installation, and I did NOT touch, but
              now
              > > is made inoperable as well? I've blown away the suspect directory, /kiko, and yet... Anything
              short
              > > of re-installing, how do I get Weblogic to work again?
              >
              > > --
              > > Gene Chuang
              > > Join Kiko.com!
              >
              > > "Charlie Crook" <[email protected]> wrote in message news:[email protected]...
              > >> Are your web.xml & weblogic.xml files within the applications's WEB-INF
              > >> directory? The WEB-INF must be directly below the application's
              > >> irectory - kiko\WEB-INF in your case - and not kiko\html\WEB-INF.
              > >>
              > >>
              > >>
              > >> "Gene Chuang" <[email protected]> wrote in message
              > >> news:[email protected]...
              > >> > I did a clean install of 6.0 and was able to run startWeblogic.sh and get
              > >> /console.
              > >> >
              > >> > I became bold and tried copying my web app into /applications directory;
              > >> This web app is an
              > >> > expanded directory, and looks like the following:
              > >> >
              > >> > applications/kiko/
              > >> > applications/kiko/html/
              > >> > applications/kiko/html/WEB-INF/web.xml, weblogic.xml
              > >> > applications/kiko/html/bunch of .jsps and subdirs with .jsps
              > >> >
              > >> > So when I made the kiko symlink onto /applications, I noticed in the
              > >> weblogic log that this web app
              > >> > has been detected; when I try to hit /html/index.jsp, I get a bunch of
              > >> class cast exception (which
              > >> > I expected because I did not modify startWeblogic.sh's CLASSPATH to
              > >> include my stuff yet...)
              > >> >
              > >> > The problem starts when I kill the server and restart again; here's what
              > >> I get from the log:
              > >> >
              > >> > ####<Jan 18, 2001 12:12:03 PM PST> <Info> <HTTP> <fortran.kikolb.com>
              > >> <myserver> <main> <system> <>
              > >> > <101053> <[HTTP myserver] Loadin
              > >> > g web app: html>
              > >> > ####<Jan 18, 2001 12:12:03 PM PST> <Info> <HTTP> <fortran.kikolb.com>
              > >> <myserver> <main> <system> <>
              > >> > <101060> <[HTTP myserver] Loadin
              > >> > g html from directory: ./config/mydomain/applications/kiko/html>
              > >> > ####<Jan 18, 2001 12:12:03 PM PST> <Error> <HTTP> <fortran.kikolb.com>
              > >> <myserver> <main> <system> <>
              > >> > <101063> <[HTTP myserver] Error
              > >> > parsing descriptor in Web appplication
              > >> "./config/mydomain/applications/kiko/html">
              > >> > org.xml.sax.SAXParseException: File
              > >> "file:///MTI/home/gchuang/weblogic/wlserver6.0/web.xml" not
              > >> > found.
              > >> > at
              > >> weblogic.apache.xerces.framework.XMLParser.reportError(XMLParser.java:1014)
              > >> > at
              > >> >
              > >> weblogic.apache.xerces.readers.DefaultEntityHandler.startReadingFromDocument
              > >> (DefaultEntityHandler.ja
              > >> > va:512)
              > >> > at
              > >> weblogic.apache.xerces.framework.XMLParser.parseSomeSetup(XMLParser.java:304
              > >> )
              > >> > at
              > >> weblogic.apache.xerces.framework.XMLParser.parse(XMLParser.java:899)
              > >> > at
              > >> weblogic.apache.xerces.jaxp.DocumentBuilderImpl.parse(DocumentBuilderImpl.ja
              > >> va:123)
              > >> > at
              > >> javax.xml.parsers.DocumentBuilder.parse(DocumentBuilder.java:171)
              > >> >
              > >> > I have no idea why WL is trying to find web.xml in WL_HOME; but I figured
              > >> since this only started
              > >> > when I tried installing my web app, I'll get rid of it. I deleted the
              > >> /applications/kiko/ symlink
              > >> > and tried restarting WL. Now I get this:
              > >> >
              > >> > ####<Jan 18, 2001 12:19:52 PM PST> <Info> <HTTP> <fortran.kikolb.com>
              > >> <myserver> <main> <system> <>
              > >> > <101053> <[HTTP myserver] Loadin
              > >> > g web app: DefaultWebApp_myserver>
              > >> > ####<Jan 18, 2001 12:19:52 PM PST> <Info> <HTTP> <fortran.kikolb.com>
              > >> <myserver> <main> <system> <>
              > >> > <101060> <[HTTP myserver] Loadin
              > >> > g DefaultWebApp_myserver from directory:
              > >> ./config/mydomain/applications/DefaultWebApp_myserver>
              > >> > ####<Jan 18, 2001 12:19:52 PM PST> <Error> <HTTP> <fortran.kikolb.com>
              > >> <myserver> <main> <system> <>
              > >> > <101063> <[HTTP myserver] Error
              > >> > parsing descriptor in Web appplication
              > >> "./config/mydomain/applications/DefaultWebApp_myserver">
              > >> > org.xml.sax.SAXParseException: File
              > >> "file:///MTI/home/gchuang/weblogic/wlserver6.0/web.xml" not
              > >> > found.
              > >> > at
              > >> weblogic.apache.xerces.framework.XMLParser.reportError(XMLParser.java:1014)
              > >> > at
              > >> >
              > >> weblogic.apache.xerces.readers.DefaultEntityHandler.startReadingFromDocument
              > >> (DefaultEntityHandler.ja
              > >> > va:512)
              > >> > at
              > >> weblogic.apache.xerces.framework.XMLParser.parseSomeSetup(XMLParser.java:304
              > >> )
              > >> > at
              > >> weblogic.apache.xerces.framework.XMLParser.parse(XMLParser.java:899)
              > >> > at
              > >> weblogic.apache.xerces.jaxp.DocumentBuilderImpl.parse(DocumentBuilderImpl.ja
              > >> va:123)
              > >> > at
              > >> javax.xml.parsers.DocumentBuilder.parse(DocumentBuilder.java:171)
              > >> >
              > >> > What's going on? Did my install of a web app permanently kill my Weblogic
              > >> install? I can't get it
              > >> > to start anymore!
              > >> >
              > >> > --
              > >> > Gene Chuang
              > >> > Join Kiko.com!
              > >> >
              > >> >
              > >>
              > >>
              >
              >
              >
              > --
              > Dimitri
              

  • Error in deploying my spring web app, really need help?!

    I am using eclipe 3.3.0 and tomcat 5.5.23, spring 2.0.6
    And I get this error while deploying.
    Can anyone tell me where it is comming from and what i should do to fix it?
    If you need any more info please ask that too, I really need help..
    I have browsed all over the internet, but found nothing really helpful..
    In my browser I get a Http status 500 error:
    exception
    javax.servlet.ServletException: Servlet.init() for servlet jsp threw exception
         org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:117)
         org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:151)
         org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:870)
         org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:665)
         org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:528)
         org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:81)
         org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:685)
         java.lang.Thread.run(Unknown Source)
    root cause
    java.lang.NoClassDefFoundError: javax/servlet/jsp/JspFactory
         org.apache.jasper.servlet.JspServlet.init(JspServlet.java:100)
         org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:117)
         org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:151)
         org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:870)
         org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:665)
         org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:528)
         org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:81)
         org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:685)
         java.lang.Thread.run(Unknown Source)
    And this is what I see in the console:
    10-sep-2007 14:16:11 org.apache.catalina.core.AprLifecycleListener lifecycleEvent
    INFO: The Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: C:\Program Files\Java\jre1.5.0_12\bin;.;C:\WINDOWS\system32;C:\WINDOWS;C:\Program Files\Java\jre1.6.0_02\bin\client;C:\Program Files\Java\jre1.6.0_02\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\maven\maven-2.0.7\bin;C:\Program Files\Common Files\Adobe\AGL;C:\Program Files\QuickTime\QTSystem\;C:\Java\SDK\bin;C:\maven\maven-2.0.7\bin;C:\apache-ant-1.7.0\bin;C:\spring-framework-2.0.6
    10-sep-2007 14:16:11 org.apache.coyote.http11.Http11BaseProtocol init
    INFO: Initializing Coyote HTTP/1.1 on http-8090
    10-sep-2007 14:16:11 org.apache.catalina.startup.Catalina load
    INFO: Initialization processed in 4312 ms
    10-sep-2007 14:16:12 org.apache.catalina.core.StandardService start
    INFO: Starting service Catalina
    10-sep-2007 14:16:12 org.apache.catalina.core.StandardEngine start
    INFO: Starting Servlet Engine: Apache Tomcat/5.5.23
    10-sep-2007 14:16:12 org.apache.catalina.core.StandardHost start
    INFO: XML validation disabled
    log4j:WARN No appenders could be found for logger (org.apache.catalina.startup.TldConfig).
    log4j:WARN Please initialize the log4j system properly.
    10-sep-2007 14:16:14 org.apache.commons.modeler.Registry registerComponent
    SEVERE: Null component Catalina:type=JspMonitor,name=jsp,WebModule=//localhost/SpringBikeApp,J2EEApplication=none,J2EEServer=none
    10-sep-2007 14:16:14 org.apache.catalina.core.ApplicationContext log
    SEVERE: StandardWrapper.Throwable
    java.lang.NoClassDefFoundError: javax/servlet/jsp/JspFactory
         at org.apache.jasper.servlet.JspServlet.init(JspServlet.java:100)
         at org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:1139)
         at org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java:966)
         at org.apache.catalina.core.StandardContext.loadOnStartup(StandardContext.java:3956)
         at org.apache.catalina.core.StandardContext.start(StandardContext.java:4230)
         at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1014)
         at org.apache.catalina.core.StandardHost.start(StandardHost.java:736)
         at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1014)
         at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:443)
         at org.apache.catalina.core.StandardService.start(StandardService.java:448)
         at org.apache.catalina.core.StandardServer.start(StandardServer.java:700)
         at org.apache.catalina.startup.Catalina.start(Catalina.java:552)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
         at java.lang.reflect.Method.invoke(Unknown Source)
         at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:295)
         at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:433)
    10-sep-2007 14:16:14 org.apache.catalina.core.StandardContext loadOnStartup
    SEVERE: Servlet /SCWCD threw load() exception
    java.lang.NoClassDefFoundError: javax/servlet/jsp/JspFactory
         at org.apache.jasper.servlet.JspServlet.init(JspServlet.java:100)
         at org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:1139)
         at org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java:966)
         at org.apache.catalina.core.StandardContext.loadOnStartup(StandardContext.java:3956)
         at org.apache.catalina.core.StandardContext.start(StandardContext.java:4230)
         at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1014)
         at org.apache.catalina.core.StandardHost.start(StandardHost.java:736)
         at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1014)
         at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:443)
         at org.apache.catalina.core.StandardService.start(StandardService.java:448)
         at org.apache.catalina.core.StandardServer.start(StandardServer.java:700)
         at org.apache.catalina.startup.Catalina.start(Catalina.java:552)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
         at java.lang.reflect.Method.invoke(Unknown Source)
         at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:295)
         at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:433)
    10-sep-2007 14:16:14 org.apache.commons.modeler.Registry registerComponent
    SEVERE: Null component Catalina:type=JspMonitor,name=jsp,WebModule=//localhost/SCWCD,J2EEApplication=none,J2EEServer=none
    10-sep-2007 14:16:14 org.apache.catalina.core.ApplicationContext log
    SEVERE: StandardWrapper.Throwable
    java.lang.NoClassDefFoundError: javax/servlet/jsp/JspFactory
         at org.apache.jasper.servlet.JspServlet.init(JspServlet.java:100)
         at org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:1139)
         at org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java:966)
         at org.apache.catalina.core.StandardContext.loadOnStartup(StandardContext.java:3956)
         at org.apache.catalina.core.StandardContext.start(StandardContext.java:4230)
         at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1014)
         at org.apache.catalina.core.StandardHost.start(StandardHost.java:736)
         at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1014)
         at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:443)
         at org.apache.catalina.core.StandardService.start(StandardService.java:448)
         at org.apache.catalina.core.StandardServer.start(StandardServer.java:700)
         at org.apache.catalina.startup.Catalina.start(Catalina.java:552)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
         at java.lang.reflect.Method.invoke(Unknown Source)
         at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:295)
         at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:433)
    10-sep-2007 14:16:14 org.apache.catalina.core.StandardContext loadOnStartup
    SEVERE: Servlet threw load() exception
    java.lang.NoClassDefFoundError: javax/servlet/jsp/JspFactory
         at org.apache.jasper.servlet.JspServlet.init(JspServlet.java:100)
         at org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:1139)
         at org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java:966)
         at org.apache.catalina.core.StandardContext.loadOnStartup(StandardContext.java:3956)
         at org.apache.catalina.core.StandardContext.start(StandardContext.java:4230)
         at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1014)
         at org.apache.catalina.core.StandardHost.start(StandardHost.java:736)
         at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1014)
         at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:443)
         at org.apache.catalina.core.StandardService.start(StandardService.java:448)
         at org.apache.catalina.core.StandardServer.start(StandardServer.java:700)
         at org.apache.catalina.startup.Catalina.start(Catalina.java:552)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
         at java.lang.reflect.Method.invoke(Unknown Source)
         at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:295)
         at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:433)
    10-sep-2007 14:16:14 org.apache.commons.modeler.Registry registerComponent
    SEVERE: Null component Catalina:type=JspMonitor,name=jsp,WebModule=//localhost/,J2EEApplication=none,J2EEServer=none
    10-sep-2007 14:16:14 org.apache.coyote.http11.Http11BaseProtocol start
    INFO: Starting Coyote HTTP/1.1 on http-8090
    10-sep-2007 14:16:15 org.apache.jk.common.ChannelSocket init
    INFO: JK: ajp13 listening on /0.0.0.0:8009
    10-sep-2007 14:16:15 org.apache.jk.server.JkMain start
    INFO: Jk running ID=0 time=0/187 config=null
    10-sep-2007 14:16:15 org.apache.catalina.storeconfig.StoreLoader load
    INFO: Find registry server-registry.xml at classpath resource
    10-sep-2007 14:16:15 org.apache.catalina.startup.Catalina start
    INFO: Server startup in 3578 ms
    Many Thanks in advance for any help!!
    Grz Barbera

    hi istvan,
    we are also migrating from websphere to netweaver.
    But in spring framework we r facing problems.
    We hav spring-beans.jar file in lib dir of Web Application. But When we are creating BeanFactory from xml as,
    BeanFactory beanFactory = new ClassPathXmlApplicationContext ("client-config.xml");
    clent-config.xml file contains :
    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE beans PUBLIC "-//SPRING//DTD BEAN//EN" "http://www.springframework.org/dtd/spring-beans.dtd">
    <beans>
         <bean id="propertyConfigurer" class="org.springframework.beans.factory.config.PropertyPlaceholderConfigurer" >
              <property name="location">
                   <value>conf/service-client/client.properties</value>
              </property>
         </bean></beans>
    But code is giving exception: ClassNotFoundException -org.springframework.beans.factory.config.PropertyPlaceholderConfigurer.
    Wat is the problem ?
    Kindly help.
    We are also using JAAS for authentication.We are refering above code from our LoginModules login() method.
    Regards,
    sagar.

  • Diag Tool Error: ITS - Web AS must Match?

    I was having a diag tool error and I got it fixed but I want to understand what is happening a bit more. I orginally posted it in the ITS forum ( Link: [Bothersome ITS error msg in Diag Tool;) but hindsight tells me this is probably the more proper forum.
    So in my portal system landscape I have these 2 properties:
    ITS Host Name -> mycompany.com:1443
    ITS Protocol -> https
    (For the Internet transaction Server)
    Web AS Host Name -> mycompany.com:1080
    Web AS Protocol -> http
    (For BW Queries)
    Here is my error;
    Port '1443' of ITS Hostname (mycompany.com:1443) is not identical with HTTP Port '1080' of WebAS ABAP system. HTTP Port of Message Server (profile parameter ms/http_port) is retrieved from ABAP system. Port '1443' is properly HTTP Port of Application Server.
    The fix is to make the ITS Protocol http and specify 1080 as the port setting so it matches the Web AS.
    What I'm not understanding is why can't ITS be https and my queries be http?
    If they can be different, is there another change I need to make maybe in the Web AS?
    Points awarded for providing understanding of the setting.
    Mike

    Ravi,
    When I make both http I get no errors in the diag tool. YEAH!!!
    By the way my ports are abap: http-1080, https-1443
    By the way my ports are portal: http-55600, https-55601
    When I make them both https and the sm30 rspor_t_portal table looks like:
    SAP_EP     SAP_BW     http://mycompany.com:55600
    aersnd02_SB2_06     SAP_BW     https://mycompany.com:55601
    SAP_EP is checked as standard portal
    aersnd02_SB2_06 is not checked as standard portal
    then I get the following error message:
    1) The URL for ABAP customizing table RSPOR_T_PORTAL: http://mycompany.com:55600 is not compatible with the URL for Portal Systemlandscape Web Application Server configuration: https://mycompany.com:1443
    When I make them both https and the sm30 rspor_t_portal table looks like:
    SAP_EP     SAP_BW     https://mycompany.com:55601
    aersnd02_SB2_06     SAP_BW     https://mycompany.com:55601
    SAP_EP is checked as standard portal
    aersnd02_SB2_06 is not checked as standard portal
    then I get the following error messages:
    1) The URL for ABAP customizing table RSPOR_T_PORTAL: https://mycompany.com:55601 is not compatible with the URL for ABAP-based BI URL generation for BEx Web Applications 3.x (function module RSBB_URL_PREFIX_GET): http://mycompany.com:1080
    2) The URL for ABAP customizing table RSPOR_T_PORTAL: https://mycompany.com:55601 is not compatible with the URL for which you call the WebAS Java (URL in browser): http://mycompany.com:55600
    Anything I should try?
    Mike

  • Having a problem with an app ... help!!

    so my Google map app needed up dating last week, along side a few other apps on my ipod touch. All the others apps updated fine, but my Google map hasn't ... shows as it waiting to be updated but every time I reload it, it never updates fully. Plus when I try to delete the app it wont delete, so I am stuck with an un wanted app that I use to use everyday till last week... has any one got any ideas that might help out, thanks

    Downloading apps stuck on waiting...
    http://alvinalexander.com/apple/iphone-waiting-apps-update-install-reinstall-del ete-ipod
    http://osxdaily.com/2012/03/17/fix-ios-apps-stuck-on-waiting/
    Not downloading the applications

  • Problems loading web pages - must dump cache to get them to load

    With increasing regularity I have been encountering a problem in Firefox where a link is selected and the message "waiting for..." appears in the status bar, but the page never loads. I clear the cache and start my navigation from the beginning and it works. However, a few more clicks and it stop again. I tried the same thing in Safari and the behavior is similar except Safari says "connecting", but never does. I click the link again and it connects.
    I thought it might be a problem with the dns coming from my router (NetGear) as it is serving up an extra dns ip address that does not appear in the router console. But, I am not sure. Anyone have any ideas?

    I'm dying to get a resolution to this problem too. One minute webpages will load just fine, then another time, it might take 3 minutes. It's making me insane, and I'm tempted to dump this machine and get a PC. None of the PCs in my house are having issues, even the one that's running Win 7 RC version.

  • Iws 6.0 problems server web-app

    It seems that the "send-file" function is attempting to handle the
    servlet request, looking
    in the application's root and not finding the resource - It returns a
    404.
    The servlet classes live under the directory {application
    root}/WEB-INF/classes...
    and they are not "legacy" servlets.
         Any tips appreciated.

    I've not seen this crash before but I am interested to know more about it..
    Does it always crash in ldap_x_free function? Do you have a stack trace for this crash? Is this instance configured to use any 3rd party plugins? Which ldap server are you using?
    Thanks
    Manish

  • Problem in web.xml file with weblogic server 8.1

    Hi frnds,
    I was deployed one Enterprise Application,it deploys successfully. But in server side thows Exeception in web.xml file.
    Here the actual Exception
    <HTTP> <BEA-101248> <[Application:
    'G:\bea\user_projects\domains\mydomain\myserver\upload\jasmine.ear', Module: 'Ja
    smine']: Deployment descriptor "web.xml" is malformed. Check against the DTD: or
    g.xml.sax.SAXParseException: The content of element type "web-app" must match "(
    icon?,display-name?,description?,distributable?,context-param*,filter*,filter-ma
    pping*,listener*,servlet*,servlet-mapping*,session-config?,mime-mapping*,welcome
    -file-list?,error-page*,taglib*,resource-env-ref*,resource-ref*,security-constra
    int*,login-config?,security-role*,env-entry*,ejb-ref*,ejb-local-ref*)". (line 61
    , column 11).>
    My web.xml file as follws....
    <?xml version="1.0" encoding="ISO-8859-1"?>
    <!DOCTYPE web-app
    PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.4//EN"
    "http://java.sun.com/dtd/web-app_2_4.dtd">
    <web-app>
    <display-name>Jasmine Applications</display-name>
    <description>
    Jasmine Applications
    </description>
    <servlet>
    <servlet-name>LoginServlet</servlet-name>
    <servlet-class>examples.LoginServlet</servlet-class>
    <init-param>
    <param-name>java.naming.factory.initial</param-name>
    <param-value>weblogic.jndi.WLInitialContextFactory</param-value>
    </init-param>
    <init-param>
    <param-name>java.naming.provider.url</param-name>
    <param-value>t3://localhost:7001</param-value>
    </init-param>
    </servlet>
    <servlet>
    <servlet-name>ShowQuoteServlet</servlet-name>
    <servlet-class>examples.ShowQuoteServlet</servlet-class>
    <init-param>
    <param-name>java.naming.factory.initial</param-name>
    <param-value>weblogic.jndi.WLInitialContextFactory</param-value>
    </init-param>
    <init-param>
    <param-name>java.naming.provider.url</param-name>
    <param-value>t3://localhost:7001</param-value>
    </init-param>
    </servlet>
    <servlet>
    <servlet-name>CatalogServlet</servlet-name>
    <servlet-class>examples.CatalogServlet</servlet-class>
    <init-param>
    <param-name>java.naming.factory.initial</param-name>
    <param-value>weblogic.jndi.WLInitialContextFactory</param-value>
    </init-param>
    <init-param>
    <param-name>java.naming.provider.url</param-name>
    <param-value>t3://localhost:7001</param-value>
    </init-param>
    </servlet>
    <servlet-mapping>
    <servlet-name>LoginServlet</servlet-name>
    <url-pattern>/login/*</url-pattern>
    </servlet-mapping>
    <servlet-mapping>
    <servlet-name>ShowQuoteServlet</servlet-name>
    <url-pattern>/showQuote/*</url-pattern>
    </servlet-mapping>
    <servlet-mapping>
    <servlet-name>CatalogServlet</servlet-name>
    <url-pattern>/catalog/*</url-pattern>
    </servlet-mapping>
    <security-constraint>
    <web-resource-collection>
    <web-resource-name>My secure resources</web-resource-name>
    <description>Resources to be placed under security control.</description>
    <url-pattern>/private/*</url-pattern>
    <url-pattern>/registered/*</url-pattern>
    </web-resource-collection>
    <auth-constraint>
    <role-name>guest</role-name>
    </auth-constraint>
    </security-constraint>
    <login-config>
    <auth-method>FORM</auth-method>
    <realm-name>WebApp</realm-name>
    <form-login-config>
    <form-login-page>/login.jsp</form-login-page>
    <form-error-page>/error.jsp</form-error-page>
    </form-login-config>
    </login-config>
    <!-- Security roles referenced by this web application -->
    <security-role>
    <description>The role allowed to access our content</description>
    <role-name>guest</role-name>
    </security-role>
    </web-app>
    pls give me a good solution this exception.. I tried lot..
    Thanks in Advance
    Regards
    Priya

    Your DOCTYPE references 2.4, it should be 2.3. WLS 8.1 supports J2EE 1.3 which was servlet 2.3.
    Servlet 2.4 is part of J2EE 1.4 and is supported by WLS 9.0/9.1. Also it uses XML Schema not a DTD.
    -- Rob
    WLS Blog http://dev2dev.bea.com/blog/rwoollen/

  • Error while deploying app - matching end-tag " /web-app "??

    Hi,
    I am trying to deploy my ear file to Weblogic app server 8.1 through the console. On deploying, it gives me the foll. error message:
    Exception:weblogic.management.ApplicationException: Prepare failed. Task Id = 0
    Error: [HTTP:101179][HTTP] Error occurred while parsing descriptor in Web application, <b>org.xml.sax.SAXParseException:
    The element type "web-app" must be terminated by the matching end-tag "</web-app>".</b>
         at weblogic.apache.xerces.parsers.DOMParser.parse(Lorg.xml.sax.InputSource)(DOMParser.java:271)
    But my web.xml file has the element tag web-app properly ended. I don't see any problem with the web.xml file. Can anyone please tell me what could be the problem here.
    Thanks,
    SP

    Hi,
    Will you type all the elements in the some other notepad which were in web.xml file ,delete the old web.xml file and save the file as web.xml and try to deploy the application again ?
    Note:If you feel that no errors in web.xml file ,Open the web.xml file in Internet Explorer then it will show the errors if you hava any.
    With Regards
    Anilkumar kari

  • Office Web Apps Farm Across Multiple Data Centers?

    I have not been able to find any definitive information about this but the article below seems to suggest what I have in mind is not recommended.  I am not sure about supported.
    "Stick to one data center.  Servers in an Office Web Apps Server farm must be in the same data center. Don’t distribute them geographically. Generally you need only one farm, unless you have security needs
    that require an isolated network that has its own Office Web Apps Server farm."
    http://technet.microsoft.com/en-us/library/jj219435.aspx#topology
    What I have is two very well connected data centers located in the same metro area.  We will be deploying a Lync EE pool at each site and use pool pairing for DR.  What I am wondering is should I:
    Create a single Office Web Apps farm with the server from each data center as members?
    Create a farm in each site with a single member, but both farms sharing the same URL?
    Create a farm in each site with a single member, but both farms have different names.  This seems unnecessarily ugly, but throwing it out there.
    Since Lync is using Office Web Apps in read only mode the question is different than if SharePoint were involved.  However, I can't rule out this farm also being used for SharePoint down the road.
    The LB/RP device of choice is Citrix NetScaler.  Another thought I had is can that be configured so incoming requests for Office Web Apps at each data center can prioritize traffic to the server or farm within that data center?  If that is unavailable
    then switch to the server at the other data center?
    Thanks.

    Hi,
    An Office Web Apps farm can be deployed to provide functionality for multiple sites.
    Also you can deploy one Web Apps farm on each site.
    So I think you can choose to deploy with the option one and three as you said.
    Here is a case about deploying Lync deploy Office Web Apps server may help you:
    http://social.technet.microsoft.com/Forums/lync/en-US/7e67bacf-4895-4bdb-95b8-0aff8a0c575f/geographical-placement-of-office-web-app-servers?forum=lyncdeploy
    Best Regards,
    Eason Huang
    Eason Huang
    TechNet Community Support

  • How to expose Web App data to search engines

    Hi Guys - Need direction please
    My website contains a business directory (web app)
    The web app items are in a secure zone (the client only want registered/paid members to create their business profiles) = customer submitted web app
    It is also required that the directory is indexed by "elgooG".
    When searching for a type of business on "elgooG", they want the listed business information found, with a link to the actual detail
    e.g.: website.com\directory\Joe-blogs-plumbing
    First problem, the web app item sits behind a login (secured)
    How would you configure this so that we have the Web App item secured (paid), but also visible to search engines and general public?
    Much appreciated

    There is no reason for the whole web app to be under a securezone.
    Once you assign the owner of the item they can only edit it when they login.
    All you need to do is have a listing directory on your site that shows these. IF you do not want that and it only under a securezone of course it will never get indexed by google.
    If you want the public listing of these you just need a page and put in the web app module that outputs the list. Things like the edit link wont show unless your logged in.

  • Adding videos to a BC site via a web app

    I saw a MaxTempo template that people can use for their Business Catalyst site (http://www.tribevita.com/adobe-business-catalyst-templates/e-commerce/max-tempo-ecom) that consists of a web app that allows the adding and displaying of videos. I saw a video that illustrates how to do this, but not in detail. I would like to know how to add and display videos to a BC site by using a web app. Please help. Thanks.

    To do this, you will need a fundamental understanding of how web apps work and function. Once you understand how they work, then you
    can visualize the fields you will need to do this. You can also allow users to upload videos as well. YOu need to define the way you want it to work.
    I would assume to create a video web app, you need to set your fields, for small thumbnail, large thumbnail, video player [text description large]
    If you are embedding youtube videos then you can just copy paste the embed code into the video player field you define. If you have a custom player then it gets a bit tricky but not that complicated to do.
    Hope this helps.

  • Seek advices on simple web app

    weblogic11g, RDBMS11gr2
    skills: PLSQL, and limited in J2EE programming.
    I am a DBA for the cust app. I'd like to create a simple web app for our help desk to run a couple of queries against the app's database, and execute a couple of the statements to resolve the issues if found from the queries.
    I'd like to deploy the web app war the WL without not requiring additional resources such as named JDBC data sources or JMS queues.
    Please advise me what minimum do I have to have to make this simple web app.

    Hi,
    The below URL should help you
    http://docs.oracle.com/cd/E18476_01/doc.220/e18479/deploy.htm
    Thanks & Regards,
    Murali.
    =============

Maybe you are looking for

  • RoboHelp 10 Crashes consistently when trying to delete linked FM11 book

    I have a linked project where RoboHelp absolutely refuses to display part of a topic and some of the images. So I decided to delete the linked FM book file and start again from scratch (this was a FM10/RH9 project originally). This causes RH to crash

  • Creation of Vendor in MDM  using Guided Procedure ...SDA not found

    Hi All, We are trying to create Master data Using Guided Procedure. After deploying MDM components on Portal we are able to see the standard iViews provided by SAP on Portal. We are using the following PDF to create the scenario. https://www.sdn.sap.

  • Why do I need to create a URL in options?

    I'm not understanding the set up :( I thought that I had installed Firefox. I then want to add on Greasemonkey.

  • Terminating PartitionedCache due to unhandled exception:ClassCastException

    I saw this today... A bug? -Andrew Started DefaultCacheServer... 2010-12-22 09:04:49.106/15.625 Oracle Coherence GE 3.6.1.0 <D4> (thread=DistributedCache:DistributedCacheService, member=37): Asking member 1 for 43 primary partitions 2010-12-22 09:04:

  • Extracting fiscal period

    Hi , Can you please let me know the way of extracting the Fiscal Period(Month/Year) from r/3 as we don't have fiscal Period existing in bw so as per the requirement we have to add the Fiscal Period to all reports in bw. I have investigated in R3 and