JSP Precompile - Doesnt Work

Hi All,
          I am having serious trouble trying to precompile my JSP's and have the wl
          server recognise them (and not re-compile them for me). Im using WLS6.1 with
          SP2 installed.
          I am running the JSPC pre-compiler with -D ....WEB-INF\classes. The files
          get created as expected and then I put them into my WAR file. When I deploy
          the WAR file, WLS always recompiles. I have experimented at length with
          different settings in my weblogic.xml, but as yet have had no success. I
          have also read some previous posts, but these have not helped either.
          Any suggestions or advice are very welcome!
          Thanks,
          Mark
          

          The suggestion to register JSPs as servlets is not at all practical or acceptable
          to me. Across multiple applications, we have over 200 JSP files and there's no way
          I would even consider this approach. What needs to happen is BEA should fix the problem
          and be more forthcoming about such "bugs" instead of letting the customers serve
          as QA and having to "ask" for patches. Why is 6.1 SP3 not on the web site? Why aren't
          all the patches available online for download? For the amount of money BEA charges,
          especially for clustered licenses, this type of problem should not go unfixed.
          Sam Fowler
          "Ashok Madhavan" <[email protected]> wrote:
          >
          >hi,
          >for pre-compiling the jsps in production in .ear format we found a way of
          >doing it.
          >We treated all the jsps in the application as servlets. we precompiled all
          >the jsps
          >before-hand and in the web.xml we gave a servlet-name, sevlet-class etc
          >just as we
          >do for a normal servlet. The compiled classes were in WEB-INF/classes/jsp_servlet.
          >we used hte weblogic.jspc coming along with weblogic. we have weblogic 6.1
          >with SP
          >2.
          >
          >we then did a .war file of this as we do normally.
          >
          >now we deployed this war file and it did work. we didnt include even a single
          >jsp
          >file with our application, just compiled jsps as servlets.
          >
          >The main problem with this is all the jsp need to be pre-compiled and the
          >deployment
          >has to be .war/.ear. this is not suitable for development. for developement
          >there
          >are other easy ways of doing it though.
          >
          >regards
          >Ashok Madhavan
          >
          >"Eric Ma" <[email protected]> wrote:
          >>
          >>Simon:
          >>
          >>Can you do the community a service by posting the patched weblogic.servlet.jsp.Precompiler
          >>class? If it is not convenient to share the Java source file, how about
          >>just the
          >>.class file? I am sure a lot of people will great appreciate the help.
          >>
          >>Eric Ma
          >>
          >>
          >>"Simon Spruzen" <[email protected]> wrote:
          >>>
          >>>There's still a bug in WebLogic's precompile dependency checking in
          >6.1
          >>>SP1 and
          >>>SP2. It will always recompile every JSP in a war file on deployment
          >if
          >>>precompile
          >>>option is true because WebLogic incorrectly generates the mangled JSP
          >servlet
          >>>class
          >>>name. I just patched the appropriate class (weblogic.servlet.jsp.Precompiler)
          >>>and
          >>>all is cool - I precompile my JSPs, put the generated servlet classes
          >into
          >>>the war
          >>>file and deploy it. Much quicker.
          >>>
          >>>I have raised this as a bug with BEA (I sent them my fix too) and they're
          >>>going to
          >>>try and sort this out for SP3. (Judging by postings, this is still a bug
          >>>in 7.0)
          >>>
          >>>simon.
          >>>
          >>>Ryan Barker <[email protected]> wrote:
          >>>>I am having a similar problem. With sp1, the process we would do the
          >following:
          >>>>Unjar the application into exploded format
          >>>>start up the server using the exploded format with precompile turned
          >on
          >>>>copy the /WEB-INF/_tmp_war_..../jsp_servlets directory into the /WEB-INF/classes/jsp_servlets
          >>>>directory
          >>>>rejar up the application
          >>>>start up the server using the war file.
          >>>>
          >>>>Now when we do this process, it recompile all of the jsps into the .wlnotdelete
          >>>>directory.
          >>>>
          >>>>This is seriously annoying. In production we have to have the applications
          >>>>directory as read only due to security policies and jsps need to
          >>>>be pre-compiled. Also on a slightly different note, if the config.xml
          >>>file
          >>>>is set to readonly, weblogic sp1 complained very loudly every 30
          >>>>seconds, have not checked with sp2 yet, hope that this has been fixed.
          >>>>
          >>>>Ryan Barker
          >>>>
          >>>>ludovic le goff wrote:
          >>>>> Hello Mark,
          >>>>>
          >>>>> Please check that in the weblogic.xml file of your web application,
          >>you
          >>>>get
          >>>>> an entry like:
          >>>>>
          >>>>> <context-param>
          >>>>> <param-name>weblogic.jsp.precompile</param-name>
          >>>>> <param-value>true</param-value>
          >>>>> </context-param>
          >>>>>
          >>>>> With the WLS 6.1 SP2, a fix has been done ( 041729 ) and now, the
          >>>>> weblogic.servlet.jsp.Precompiler honors weblogic.xml parameters, like
          >>>>> workingdir, packagePrefix, etc., for the JSPs that it precompiles
          >>>>>
          >>>>> Hope this helps,
          >>>>> Ludovic
          >>>>> Developer Relations Engineer
          >>>>> BEA Support
          >>>>> "newsgroups.bea.com" <[email protected]> a écrit dans le message
          >>news:
          >>>>> [email protected]...
          >>>>>
          >>>>>>Hi All,
          >>>>>>
          >>>>>>I am having serious trouble trying to precompile my JSP's and have
          >the
          >>>>wl
          >>>>>>server recognise them (and not re-compile them for me). Im using WLS6.1
          >>>>>
          >>>>> with
          >>>>>
          >>>>>>SP2 installed.
          >>>>>>
          >>>>>>I am running the JSPC pre-compiler with -D ....WEB-INF\classes. The
          >>files
          >>>>>>get created as expected and then I put them into my WAR file. When
          >I
          >>>>>
          >>>>> deploy
          >>>>>
          >>>>>>the WAR file, WLS always recompiles. I have experimented at length
          >with
          >>>>>>different settings in my weblogic.xml, but as yet have had no success.
          >>>>I
          >>>>>>have also read some previous posts, but these have not helped either.
          >>>>>>
          >>>>>>Any suggestions or advice are very welcome!
          >>>>>>Thanks,
          >>>>>>Mark
          >>>>>>
          >>>>>>
          >>>>>
          >>>>>
          >>>>>
          >>>>
          >>>>
          >>>
          >>
          >
          

Similar Messages

  • JSP PRECOMPILER IS NOT WORKING WITH WEBLOGIC 6.1 SERVICE PACK 5

              When i compile JSPs using JSP PreCompiler in weblogic 6.1
              ( Service Pack 4 ) , compilation is perfect.
              But when i precompile the same JSPs with weblogic 6.1 (Service Pack 5 )
              , i get compilation error.
              Variable Not Found error comes in service pack 5. But the same code works
              well with service pack 4.
              Could anyone help me ?
              [java] C:\CVSMessageRouter\platform-apps\2notify\webapp\consoleapp\.\web\WE
              NF\classes\jsp_servlet\_secure\__confirmation.java:280: cannot resolve symbol
              [java] symbol : variable yesLinkPageText
              [java] location: class jsp_servlet._secure.__confirmation
              [java] htmllink0.setPage(yesLinkPageText); //[ /secure/co
              rmation.jsp; Line: 32]
              [java] ^
              [java] C:\CVSMessageRouter\platform-apps\2notify\webapp\consoleapp\.\web\WE
              NF\classes\jsp_servlet\_secure\__confirmation.java:378: cannot resolve symbol
              [java] symbol : variable noLinkPageText
              [java] location: class jsp_servlet._secure.__confirmation
              [java] htmllink0.setPage(noLinkPageText); //[ /secure/con
              mation.jsp; Line: 37]
              [java] Error: compilation of jsp file /secure/confirmation.jsp (java file C
              VSMessageRouter\platform-apps\2notify\webapp\consoleapp\.\web\WEB-INF\classes
              p_servlet\_secure\__confirmation.java failed):
              [java] ^
              [java] null
              [java] 2 errors
              [java] Error: [jspc]: 1 file(s) failed:
              [java] /secure/confirmation.jsp
              [java] java.io.IOException: Compiler failed executable.exec(java.lang.String
              

    Can you post the jsp page or a example which doesnt compile in sp5. It seems
              difficult to guage what the problem could be from looking at the error.
              --Nagesh
              "george vargeese" <[email protected]> wrote in message
              news:40c56502$1@mktnews1...
              >
              > When i compile JSPs using JSP PreCompiler in weblogic 6.1
              > ( Service Pack 4 ) , compilation is perfect.
              >
              > But when i precompile the same JSPs with weblogic 6.1 (Service Pack
              5 )
              > , i get compilation error.
              >
              > Variable Not Found error comes in service pack 5. But the same code
              works
              > well with service pack 4.
              >
              > Could anyone help me ?
              >
              >
              > [java]
              C:\CVSMessageRouter\platform-apps\2notify\webapp\consoleapp\.\web\WE
              > NF\classes\jsp_servlet\_secure\__confirmation.java:280: cannot resolve
              symbol
              >
              > [java] symbol : variable yesLinkPageText
              > [java] location: class jsp_servlet._secure.__confirmation
              > [java] htmllink0.setPage(yesLinkPageText); //[
              /secure/co
              > rmation.jsp; Line: 32]
              > [java] ^
              > [java]
              C:\CVSMessageRouter\platform-apps\2notify\webapp\consoleapp\.\web\WE
              > NF\classes\jsp_servlet\_secure\__confirmation.java:378: cannot resolve
              symbol
              >
              > [java] symbol : variable noLinkPageText
              > [java] location: class jsp_servlet._secure.__confirmation
              > [java] htmllink0.setPage(noLinkPageText); //[
              /secure/con
              > mation.jsp; Line: 37]
              > [java] Error: compilation of jsp file /secure/confirmation.jsp (java
              file C
              >
              VSMessageRouter\platform-apps\2notify\webapp\consoleapp\.\web\WEB-INF\classe
              s
              > p_servlet\_secure\__confirmation.java failed):
              > [java] ^
              > [java] null
              > [java] 2 errors
              > [java] Error: [jspc]: 1 file(s) failed:
              > [java] /secure/confirmation.jsp
              > [java] java.io.IOException: Compiler failed
              executable.exec(java.lang.String
              >
              >
              

  • How come script for cursor doesnt work in jsp pg?

    it works in an html pg but it doesnt work in a jsp page when i put in a javascript for an animated cursor btw the body tags:
    <script>blah</script>
    WHY? thanks

    WHY?Because it doesn't like you.
    View source on the generated JSP page.
    Compare it to the html page.
    Save the source as a static html file.
    Find what is causing the problem - maybe a javascript error on the page that prevents your code running?
    If you have IE, Tools:options: advanced tab, and uncheck "disable script debugging" so you can see the error messages - or get a browzer with a decent javascript debugger.
    Good luck,
    evnafets

  • Jdveloper, Debugging JSP doesnt  work

    Hi,
    i am using jdeveloper 9.0.4.2.0 , jdk 1.4.2_03
    Until yesterday it was possible to set breakpoints in a JSP-Site (let us call it myJSP.jsp). The debugger stopped erverytime at a breakpoint when archiving it.
    But now it doesnt work any more, that means, the debugger even doenst jumps into the JSP-Site-Sourcecode, instead it jumps to the stub-file belonging to the JSP-Site ( _myJSP.JAVA).
    What have i to do to get the former behavior of the debugger?
    please help
    bye

    Is the debug param set to true?

  • Jsp precompile - does it work?

              Part of a weblogic.xml file. Now, it sets the precompile option to true, but if I deploy the app. or touch the redeploy the .jsp arent't precompiled. They are always compiled the first time they load. (And this often gives me a ClassCastException, that why I want to precompile them!!!)
              <.....snip.....>
              <jsp-descriptor>
              <jsp-param>
              <param-name>pageCheckSeconds</param-name>
              <param-value>-1</param-value>
              </jsp-param>
              <jsp-param>
              <param-name>precompile</param-name>
              <param-value>true</param-value>
              </jsp-param>
              <jsp-param>
              <param-name>verbose</param-name>
              <param-value>true</param-value>
              </jsp-param>
              <jsp-param>
              <param-name>keepgenerated</param-name>
              <param-value>true</param-value>
              </jsp-param>
              </jsp-descriptor>
              <.....snip.....>
              

    Hi.
              I have the same problem.
              I am using the default Application and have put the context parameter tag in
              the web.xml file as follows:
              <context-param>
              <param-name>weblogic.jsp.precompile</param-name>
              <param-value>true</param-value>
              </context-param>
              Still no good :( ..... Is BEA listening ???
              -Sandeep
              "Merg" <[email protected]> wrote in message
              news:3a766611$[email protected]..
              >
              > Part of a weblogic.xml file. Now, it sets the precompile option to true,
              but if I deploy the app. or touch the redeploy the .jsp arent't precompiled.
              They are always compiled the first time they load. (And this often gives me
              a ClassCastException, that why I want to precompile them!!!)
              >
              > <.....snip.....>
              > <jsp-descriptor>
              > <jsp-param>
              > <param-name>pageCheckSeconds</param-name>
              > <param-value>-1</param-value>
              > </jsp-param>
              > <jsp-param>
              > <param-name>precompile</param-name>
              > <param-value>true</param-value>
              > </jsp-param>
              > <jsp-param>
              > <param-name>verbose</param-name>
              > <param-value>true</param-value>
              > </jsp-param>
              > <jsp-param>
              > <param-name>keepgenerated</param-name>
              > <param-value>true</param-value>
              > </jsp-param>
              > </jsp-descriptor>
              > <.....snip.....>
              >
              

  • Jsp sriplets not working in properly in ojsp

    Hi every one i have this ADF application develped in jdevelper 11.1.1.0.2 and deployed in to weblogic server version 10.3.0 and it worked fine.plese note i have used
    ADF for the presentaion layer.We had to migrate in to weblogic server version 10.3.2.for this i used jdevelper version 11.1.1.2.0 and open the project from this and i click yes for the migration.
    then i have deployed the new war file in to the new server.but the thing is it doesnt work the expected way.for my knowldge the issue is something to do with ojsp.when it tries to read jsp scriplets in the jsp page it throws an error.it is as followes
    **JspServlet error: Servlet unable to dispatch to the following requested page: The following exception occurred:oracle.jsp.parse.JavaCodeException:  Line # 13, oracle.jsp.parse.JspParseTagScriptlet@3f673160***
    **Error: Java code in jsp source files is not allowed in ojsp.next mode.>**
    any solution to this.????can i disable the ojsp compiler and go to normal jsp compliser?if so how to do it?
    thanks in advance every one :)
    Umesh

    Extracted from Note 1067696.1:
    You need to either adapt your code to remove the scriptlets in your JSP page,
    or you can use the following Java option to disable OJSP:
    -Dadfvdt.disableOjspDeployment=true
    You can add this option -Dadfvdt.disableOjspDeployment=true in your file "ide.conf" in the directory "<Middleware_Home>\jdeveloper\ide\bin"
    For your Production environment, you can have your Managed WLS ignoring the OJSP mode by adding the Java Option -Dadfvdt.disableOjspDeployment=true
    * in the "startManagedWebLogic" (if you want to limit it to a specific Managed Server)
    * or "setDomainEnv" (for all managed servers in a domain).

  • Opendoc : to pass  variable doesnt work

    hy,
    i want pass variable from one report to another
    i use this formula :
    "<a href='http://myserver:8080/businessobjects/enterprise115/desktoplaunch/opendoc/openDocument.jsp?sIDType=CUID&iDocID=Ad6ICMdlQV9ElilBHmITZpg&lsSpays=u201D[Pays]u201D&sRefresh=Y&sWindow=New'>detail</a>"
    pays is a prompt
    [pays] is my query object in a table
    when i clic on detail i want open detail report with prompt pays=value  line
    it's doesnt work my prompt is nul
    thank's
    Edited by: PHILIPPE REMIS on Oct 20, 2009 5:34 PM

    it's ok now

  • Command Link with Datatable doesnt work

    I had read the previosu posts stating that commandLink with the datatable will be corrected with the new version of Jsf- 1_1_01 .I installed the new version and the commandLink doesnt work inside a datatable still

    try initialising the List attached to the dataTable
    in the constructor or use an outputLink
    -DevioutputLink is similar to <href in jsp.It cannot implement the actionListener and action parameters which a commandLink does. Using a constructor for initializing is fine but when i want it to implement certain method then it creates a problem.

  • Sun Studio Creator JSP completition dont work...

    why JSP completition dont work in Sun Stidio Creator for the taglibs like jsf core/ html etc... when taglibs are imported... but JSP completition work for standart HTML
    I meen this :
    http://j0ke.coconia.net/JSPCompletior.JPG

    Hi,
    There are certain things that happen when a JSF component is added using the drag and drop facility. As you might have noticed Creator makes use of a page backing bean Page1.java. When the JSF component is dragged and dropped
    1. Corresponding code is added in the JSP source
    2. The component declaration is added to the page backing bean
    3. The getter and setter methods are added to the page backing bean.
    If we were to add jsp code in the JSP source this would leave the page backing bean unattended. So for a developer it is lot more easier to add the components in the visual designer by making use of the drag and drop facility. This is my understanding as to why the auto completion doesnt work in JSP source.
    I hope this helps
    Cheers
    Giri :-)
    Creator Team

  • Satellite C850-A797 webcam doesnt work

    I have Toshiba Satellite C850-A797 and my webcam doesnt work
    I think it is because of Windows update and *the new software interrupt every time i download it,*
    It is problem of the server of toshiba as i think
    PLEASE HELP!!!!!!!!!

    Hi
    Question 1)
    What system do you have? As Im no mistaken the Satellite C850-A797 was preinstalled with Windows 7 64bit.
    The webcam drivers as well as other drivers for Satellite C850 series can be downloaded here:
    http://www.toshiba.eu/innovation/download_drivers_bios.jsp
    I actually downloaded the webcam driver for the above page and it worked properly.
    Check this [webcam driver v 2.0.3.39 for Windows 7 |http://www.toshiba.eu/innovation/download_driver_details.jsp?service=EU&selCategory =2&selFamily=2&selSeries=312&selProduct=7499&selSh ortMod=null&language=13&selOS=30&selType=315&yearu pload=&monthupload=&dayupload=&useDate=null&mode=a llMachines&search=&action=search&macId=&country=al l&selectedLanguage=13&type=315&page=1&ID=88046&OSI D=30&driverLanguage=42]

  • Why EPCM.donavigate doesnt work for Iview with isolation type embedded

    I am using EPCM.donavigate in JavaScript  in portal jspdynpage to navigate to different page. This works fine when my iView  isolation method is URL but it doesnt work when it is embedded. Am I missing something here? some import?
    Regards,
    Nitesh

    Hi,
    In Javacript of Portal jsp page, we are calling EPCM.doNavigate method  as below:
       function callfunc(obj,externalLink,rid,portalPageURL,InvalidLink)
                   return EPCM.doNavigate('ROLES://' + obj)     
    Final URL look something like this...
    portal_content/com.sap.pct/com.sap.prod_fld/com.sap.roles/com.sap.rol_career/com.sap.wks_1_1/Folder_2/com.sap.pag_1_1_2
    This Code works only for Iviews with URL Isolation but doesnt work with Embedded Iviews as my Page which contains this Iviews is also Embedded and Desktop is also embedded.

  • How does precompile option work?

              Regarding JSP Precompilation when a server is started Documentation for
              weblogic.xml says:
              If set to true, all JSP files in the Web Application are pre-compiled
              when WebLogic Server starts up. If set to false, JSP files are compiled
              when they are first requested.
              But precompile doesn't seem to work.
              We tried deploying a testwebapp(by deploying the war file) which has
              just two pages a.jsp and b.jsp and checked whether these two pages are
              precompiled after the server is started. But this doesn't seem to
              happen. The JSP's are compiled when we hit them for the first time.
              BTW here is the output when server is started:
              <Mar 10, 2001 5:09:38 PM PST> <Info> <HTTP>
              <[WebAppServletContext(8072953,testw
              ebapp)] registering JSPServlet with initArgs '[JspConfig:
              verbose=true,packagePr
              efix=jsp_servlet,-compiler=/bea/jdk130/bin/javac,compileFlags=,workingDir=/weblo
              gic/classfiles,pageCheckSeconds=1,superclass=null,keepgenerated=true,encoding=nu
              ll,defaultfilename=index.jsp,noTryBlocks=false]'>
              Though we added the following lines in \WEB-INF\weblogic.xml looks like
              they are ignored:
              <jsp-param>
              <param-name>
              precompile
              </param-name>
              <param-value>
              true
              </param-value>
              </jsp-param>
              Note: We are using weblogic6sp1
              Thanks,
              Kumar.
              [att1.html]
              

              Here is the message I get:
              WebLogic Server Build: 6.0 Service Pack 1 03/04/2001 22:05:05 #101616
              WebLogic XML Module: 6.0 Service Pack 1 03/04/2001 22:16:50 #101616
              BTW its no longer T3Admin in 6.0. You need to use weblogic.Admin
              java weblogic.Admin -url t3://mymachine:7001 -username system -password XXXXXXXX VERSION
              I guess this message says I am on SP1.
              Thanks,
              Kumar.
              Mike Reiche wrote:
              > Can you please check?
              >
              > Mettu Kumar <[email protected]> wrote:
              > >I am on SP1. As I used SP1 installation.
              > >
              > >Mike Reiche wrote:
              > >
              > >> This would have been broken before sp1 - issue 41729.
              > >> http://e-docs.bea.com/wls/docs60/notes/bugfixes2.html#1073617
              > >>
              > >> Doublecheck that your sp1 is getting picked up...
              > >>
              > >> java weblogic.T3Admin t3:/<yourserver>:port VERSION
              > >>
              > >> Mike
              > >>
              > >> "Mike Reiche" <[email protected]> wrote:
              > >> >
              > >> >Can you send me the link for that documentation? I
              > >cant'
              > >> >find it.
              > >> >
              > >> >I did find this for 5.1 - and it does work.
              > >> >
              > >> >In web.xml, add the lines...
              > >> >
              > >> ><context-param>
              > >> ><param-name>weblogic.jsp.precompile</param-name>
              > >> ><param-value>true</param-value>
              > >> ></context-param>
              > >> >
              > >> >Mike
              > >> >
              > >> >
              > >> >Mettu Kumar <[email protected]> wrote:
              > >> >>
              > >> >>
              > >> >>
              > >> >>
              > >> >>Regarding JSP Precompilation when a server is started
              > >> >>Documentation for
              > >> >>weblogic.xml says:
              > >> >>If set to true, all JSP files in the Web Application
              > >> >are
              > >> >>pre-compiled
              > >> >>when WebLogic Server starts up. If set to false, JSP
              > >> >files
              > >> >>are compiled
              > >> >>when they are first requested.
              > >> >>
              > >> >>
              > >> >>But precompile doesn't seem to work.
              > >> >>We tried deploying a testwebapp(by deploying the war
              > >> >file)
              > >> >>which has
              > >> >>just two pages a.jsp and b.jsp and checked whether
              > >these
              > >> >>two pages are
              > >> >>precompiled after the server is started. But this
              > >doesn't
              > >> >>seem to
              > >> >>happen. The JSP's are compiled when we hit them for
              > >the
              > >> >>first time.
              > >> >>
              > >> >>BTW here is the output when server is started:
              > >> >>
              > >> >><Mar 10, 2001 5:09:38 PM PST> <Info> <HTTP>
              > >> >><[WebAppServletContext(8072953,testw
              > >> >>ebapp)] registering JSPServlet with initArgs '[JspConfig:
              > >> >>verbose=true,packagePr
              > >> >>efix=jsp_servlet,-compiler=/bea/jdk130/bin/javac,compileFlags=,workingDir=/weblo
              > >> >>
              > >> >>gic/classfiles,pageCheckSeconds=1,superclass=null,keepgenerated=true,encoding=nu
              > >> >>
              > >> >>ll,defaultfilename=index.jsp,noTryBlocks=false]'>
              > >> >>
              > >> >>Though we added the following lines in \WEB-INF\weblogic.xml
              > >> >>looks like
              > >> >>they are ignored:
              > >> >> <jsp-param>
              > >> >> <param-name>
              > >> >> precompile
              > >> >> </param-name>
              > >> >> <param-value>
              > >> >> true
              > >> >> </param-value>
              > >> >> </jsp-param>
              > >> >>
              > >> >>
              > >> >>Note: We are using weblogic6sp1
              > >> >>
              > >> >>
              > >> >>Thanks,
              > >> >>Kumar.
              > >> >>
              > >> >>
              > >> >><!doctype html public "-//w3c//dtd html 4.0 transitional//en">
              > >> >><html>
              > >> >>
              > >> >><p>Regarding JSP Precompilation when a server is started
              > >> >>Documentation
              > >> >>for weblogic.xml says:
              > >> >><br><i>If set to true, all JSP files in the Web Application
              > >> >>are pre-compiled
              > >> >>when WebLogic Server starts up. If set to false, JSP
              > >> >files
              > >> >>are compiled
              > >> >>when they are first requested.</i>
              > >> >><br>
              > >> >><p>But precompile doesn't seem to work.
              > >> >><br>We tried deploying a testwebapp(by deploying the
              > >> >war
              > >> >>file) which has
              > >> >>just two pages a.jsp and b.jsp and checked whether
              > >these
              > >> >>two pages are
              > >> >>precompiled after the server is started. But this
              > >doesn't
              > >> >>seem to happen.
              > >> >>The JSP's are compiled when we hit them for the first
              > >> >>time.
              > >> >><p>BTW here is the output when server is started:
              > >> >><p><Mar 10, 2001 5:09:38 PM PST> <Info> <HTTP>
              > >> >><[WebAppServletContext(8072953,testw
              > >> >><br>ebapp)] registering JSPServlet with initArgs '[JspConfig:
              > >> >>verbose=true,packagePr
              > >> >><br>efix=jsp_servlet,-compiler=/bea/jdk130/bin/javac,compileFlags=,workingDir=/weblo
              > >> >><br>gic/classfiles,pageCheckSeconds=1,superclass=null,keepgenerated=true,encoding=nu
              > >> >><br>ll,defaultfilename=index.jsp,noTryBlocks=false]'>
              > >> >><p>Though we added the following lines in \WEB-INF\weblogic.xml
              > >> >>looks like
              > >> >>they are ignored:
              > >> >><br> <jsp-param>
              > >> >><br>
              > >> >><param-name>
              > >> >><br>
              > >> >>precompile
              > >> >><br>
              > >> >></param-name>
              > >> >><br>
              > >> >><param-value>
              > >> >><br>
              > >> >>true
              > >> >><br>
              > >> >></param-value>
              > >> >><br> </jsp-param>
              > >> >><br>
              > >> >><p>Note: We are using weblogic6sp1
              > >> >><br>
              > >> >><p>Thanks,
              > >> >><br>Kumar.</html>
              > >> >>
              > >> >>
              > >> >
              > >
              

  • MSI GF4 Ti-4200 doesnt work with WindowsXP

    I can't get the MSI display tools to work - it crashes,
    the vbios.dll doesnt load, it also crashes.
    the tv in doesnt work ,it crashes
    the tv out doesnt work ,it crashes.
    all the supplied software also crashes "application has encountered an error and cannot continue. sorry for any inconvenience"
    the intervideo software (windvr, wincoder, winproducer) and MSI PVI software all crashes as well.
    what's the deal with this stuff?  ?(
    I have a Dual AMD athlon Tyan thunder k7 motherboard,
    MSI Ti-4200-VTD video card and MSI tv anywhere card.
    is there any resolution for this?

    I'm sorry gfilitti if I don't have my system listed, but I thought my question was pretty simple...
    Has ANYONE been able to make the InterVideo WinProducer 2 software, that comes with the retail version of the MSI G4Ti4200-VTD64 card, work successfully under the Windows XP Home or Pro operating system?
    If the answer is YES, then I will begin investigating why my system can't.
    If the answer is NO, then I only ask for other people's recommendations of what software WILL work in place of that. I NEED those functions to work. That's why I paid extra for the VIVO.
    All we've heard so far in this thread are NO votes. I would like to see just how widespread this is. If I can find ONE person who claims it works fine on his/her computer under Windows XP, then my NEXT question would be if they had to do anything different to make it run, or was it just a straight install? Did they add the program patch available from the MSI website? See where I'm going with this?
    If you would REALLY like my system details, here ya go...
    ========================================
    CASE - ANTEC SX1000II with 4 internal 8cm fans
    POWER SUPPLY - ANTEC 400W "True Power" w/dual fans
    MOTHERBOARD - MSI 645E MAX (MS-6547 Ver 2.0)
    BIOS - AMI Ver 3.2 (10/21/02)
    PROCESSOR - PENTIUM 4 2.0aGHz (Rev/Step 2/4(9) )
    MEMORY - 1 Corsair 512MB DDR RAM (Winbond chips)
    DISABLED IN CMOS - FLOPPY Controller, AUDIO Device, MODEM Device, Serial Port B, MIDI Port, and GAME Port
    AGP SLOT - MSI G4Ti4200-VTD64 - IRQ 16
      DRIVER: MSI 31.00
      CAPTURE DRIVER -  nVidia 1.08
    SLOT 1 - Creative SB0090 Audigy Sound Blaster - IRQ 17
      DRIVER - Creative 3.0.0.18 9/20/02
    SLOT 1 - Creative SB1394 FireWire Controller - IRQ 18
      DRIVER - MS 5.1.2535.0 7/1/01
    SLOT 2 - NIC #1 D-Link DFE-530TX Ethernet - IRQ 18 (LAN)
      DRIVER - REALTEK RTL8139 5.396.0530.2001
    SLOT 3 - Adaptec 29160N Ultra160 SCSI Controller - IRQ 19
      DRIVER - Adaptec 6.2.0.0 3/19/2002
    SLOT 4 - EMPTY
    SLOT 5 - MSI SYSTEM D-Bracket
    SLOT 6 - NIC #2 NetGear FA312 Ethernet - IRQ 18
      DRIVER - Windows XP Pro native driver
    NOTE:
    NIC #1 is for home LAN
    NIC #2 is for Alcatel SpeedTouch External DSL modem
    SCSI DRIVES:
    ID 0 - COMPAQ (Seagate) ST318451LW, 18GB, 15K RPM
    ID 1 - QUANTUM Typhoon Atlas II, 18GB, 10K RPM
    ID 2 - Seagate ST39103LW, 9G, 10K RPM
    ID 3 - Plextor CD-RW PX-W1219S
    ID 4 - Toshiba DVD-ROM SD-M1201
    ID 5 - EPSON Perfection 1640SU Flatbed Scanner
    ATA/ATAPI DRIVES:
    Primary Master - No Connection
    Primary Slave - No Connection
    Secondary Master - MATSHITA LS-120 Ver F523
    Secondary Slave - No Connection
    USB DEVICES:
    DIAMOND SupraMAX 56K V.92 Model:SUP2920
    Generic Flash Memory programmer and other assorted USB devices on occasion.
    MONITOR - HITACHI SuperScan Pro 21 w/5-BNC input
    ========================================
    BTW, I would think when investigating a program's FLAT refusal to run, that the MOST important things aren't listed in these signature files. It has to do with what ELSE is running at the same time. Which services are running and which are NOT? What memory resident programs are loaded at boot-up? Any service packs installed? How about any security patches from Microsoft? Which anti-virus software (if any)? Which DirectX version? Personal firewall? Etc., etc.
    Granted, the hardware DOES have a factor, but I feel all of these are MORE important factors than the speed or brand of a persons hardware. I look at the signitures more as bragging rights than anything else.
    Now, this is just my opinion and may not reflect the feelings of the more sane people around me.  
    Cheers!

  • Macbook pro 15" mid 2010 i spilled water on keyboard now it wont power on if the battery is connected and the keys on keyboard doesnt work it works fine with no battery and external keyboard if i order a battery and new keyboard will every else work again

    macbook pro 15" mid 2010 i spilled water on keyboard now it wont power on if the battery is connected and the keys on keyboard doesnt work it works fine with no battery and external keyboard if i order a battery and new keyboard will every else work again lik it did before

    If you have records that show that you've taken your MacBook Pro in for a year to fix the machine, I would escalate the problem to Apple Customer Relations - unfortunately I don't have a number for Spain.
    It would only seem logical to me that if you've been trying to have the machine repaired during the time that the 'recall' was in effect that you should be eligible for a new logic board. But only customer relations will be able to make that call.
    Good luck - take the issue as high up the food chain as you can and see what happens.
    Clinton

  • On Safari, ipad connects to the internet.  But when in applications such as Keynote, I try to e-mail presentattion it doesnt work.

    I am a teacher and have my own iPad with a data plan.  We also have a router in teh classroom for wifi, and it has a very strong signal.  On Safari, the ipads can connect to the internet.  But when in applications such as Keynote and HTML Egg, I try to e-mail presentat. or post website to web, it doesnt work.  I tried re-setting the proxies and the router, no luck.  Please Help!  I am a teacher and want my students to be able to post their websites on to the web, and e-mail themselves and their parents their Keynote Presentations.

    Try this. Turn your iPad Off. Then disconnect the power going to the router for 30 seconds or longer. Then replug the power to the router (allow it to initialize) and turn On the iPad. Hopefully everything will connect. If not, see below.
    iOS: Unable to send or receive email
    http://support.apple.com/kb/TS3899
    Can’t Send Emails on iPad – Troubleshooting Steps
    http://ipadhelp.com/ipad-help/ipad-cant-send-emails-troubleshooting-steps/
    Setting up and troubleshooting Mail
    http://www.apple.com/support/ipad/assistant/mail/
    iPad Mail
    http://www.apple.com/support/ipad/mail/
    Try this first - Reset the iPad by holding down on the Sleep and Home buttons at the same time for about 10-15 seconds until the Apple Logo appears - ignore the red slider - let go of the buttons. (This is equivalent to rebooting your computer.)
    Or this - Delete the account in Mail and then set it up again. Settings->Mail, Contacts, Calendars -> Accounts   Tap on the Account, then on the red button that says Remove Account.
     Cheers, Tom

Maybe you are looking for

  • Interesting Battery rehab Suggestion from a Genius Bar guy

    I have a 2003-vintage PB17 a friend gave me when he upgraded. I believe the battery is original, and it shows 87% health and 106 cycles--not bad for an old machine. Still it shuts down at between 60 and 70 percent. If I start to charge it, its level

  • 6280, 6230 and Nokia PC Suite - no calendat sync

    I am using version 6.81.13.0 of PC Suite on a late-model Dell 9300 notebook. I connect using a Nokia CA-53 USB cable supplied with my 6280 phone. The PC is running Windows XP Professional SP2 with all available Microsoft patches. Until recently, I wa

  • Adding symbols to the pulldown menu in FrameMaker 7 and 8

    I am attempting to add a Section symbol to the pulldown menu. This symbol does not seem to be listed in the menus.cfg file, but I found the "\xa4" definition in the Character Sets PDF file that comes with FrameMaker. <br /><br />This is the procedure

  • My fox tabs are gone. How do i get them back?

    I work on my computer using many sites, so the fox tab was a great help for me. i had organised my mostly used sites into tabs, but one day they just got lost and all i see is a blue screen. on the bottom left, there are some features that i used to

  • Runtime Error after trying to END Contact

    Hi guys On our QA environment for winclient, Ive confirmed a BP and created an activity. Transaction was saved, but saved with error " ENTER AN ORG UNIT ( SALES) When I try to END CONTACT I get the below error The following syntax error occurred in p