Weblogic 6.0 servlet redeployment

Hi all.
          I am running Weblogic 6.0 evaluation copy with sp1 at Solaris. I had made a
          Web application and deployed it using "Exploded directory". My servlets I
          had placed into the WEB-INF/classes subdirectory. They are in package, so I
          placed it in WEB-INF/classes/packageName subdirectory.
          I had set the Reload Period: for my application to "0".
          I expected that the server would reload the servlet class if it was changed
          each time when it it accessed to by user. But the server always uses an old
          class and I can't figure out, how to make it to use the new one.
          Anybody has an idea, what I'm doing wrong? Trying the same way to redeploy
          JSP files I had found that for them is enough to touch each JSP and each
          class it goes to subsequently, and after that is enough to tuuch REDEPLOY
          file in META-INF subdirectory. How to do the same with servlet?
          Any help appreciated.
          Vik.
          

in 6.0 sp1 servlets redeploy fine. I do not specify a servlet reseploy timeout
          attribute at all in my web.xml. Try removing the attribute all together, by
          default the servlet should redeploy when it is recompiled. Check to be sure
          the file is being updated when you recompile. Hope this helps.
          Vik wrote:
          > After 1 day fighting against Weblogic server, I had found one way to
          > redeploy servlets and classes they invoke.
          >
          > WLS 6.0 do it if you delete your application from config.xml and restart
          > server.
          >
          > But this way is cruel and inconvenint. there must be another way. I have no
          > idea more.
          >
          > Thanks.
          >
          > Vik.
          

Similar Messages

  • Ignoring Http basic authentication header in wls 7.0.sp2 web service servlet (weblogic.webservice.server.servlet.WebServiceServlet)

    Hi!
    We need to implement authentication using our own methods, and the authentication
    information is provided to the web service implementation in a basic authentication
    header. The problem is, that the servlet
    weblogic.webservice.server.servlet.WebServiceServlet, which handles web services
    in
    wls 7.0.sp2, always attempts to perform authentication, if the header is present.
    Is there any way to circumvent this, because we want to implement authentication
    on our own?
    I already know two workarounds:
    The best would of course be to implement a custom security realm for our own
    authentication system. This is not an option, implementing an own security
    realm is overkill for this specific web service.
    The other way would be to route the requests by way of a custom servlet, which
    would
    remove the basic authentication header, and put the authentication info in custom
    headers, such as x-auth: <user:password>, or smthng similar, and after successful
    authentication, make a call to bea's servlet weblogic.webservice.server.servlet.WebServiceServlet.
    But still, I'd like to know if there is any way to tell bea's servlet to ignore
    the basic
    authentication header?
    Oh yeah, by the way, this is URGENT, as always. (really!! ;)
    Toni Nykanen

    Currently there is no option to turn off security check.
    I think you can use a servlet filter mapped to the URL
    of your service, instead of a proxy servlet?
    Regards,
    -manoj
    http://manojc.com
    "Toni Nykanen" <[email protected]> wrote in message
    news:3ef1577b$[email protected]..
    >
    Hi!
    We need to implement authentication using our own methods, and theauthentication
    information is provided to the web service implementation in a basicauthentication
    header. The problem is, that the servlet
    weblogic.webservice.server.servlet.WebServiceServlet, which handles webservices
    in
    wls 7.0.sp2, always attempts to perform authentication, if the header ispresent.
    Is there any way to circumvent this, because we want to implementauthentication
    on our own?
    I already know two workarounds:
    The best would of course be to implement a custom security realm for ourown
    authentication system. This is not an option, implementing an own security
    realm is overkill for this specific web service.
    The other way would be to route the requests by way of a custom servlet,which
    would
    remove the basic authentication header, and put the authentication info incustom
    headers, such as x-auth: <user:password>, or smthng similar, and aftersuccessful
    authentication, make a call to bea's servletweblogic.webservice.server.servlet.WebServiceServlet.
    >
    But still, I'd like to know if there is any way to tell bea's servlet toignore
    the basic
    authentication header?
    Oh yeah, by the way, this is URGENT, as always. (really!! ;)
    Toni Nykanen

  • How to terminate the "process" running in weblogic server by servlet

    hi all !!
    i have executed a external command from servlet but i am not getting the output untill i logoff the weblogic server.
    now i want to kill the process running in my server by servlet code.how could i do this? here is my code ,it is executing the command but not giving output untill i logoff the server.
                     Runtime rt = Runtime.getRuntime();
                     Process proc = rt.exec("var.bat");
                     proc.wait(60);
                     proc.destroy();Thanks and Regards
    Allwyn

    hey !
    anybody is here?????

  • How to use java security in a servelt with weblogic as a servlet engine?

    Hi,
    i want to use standard java security with a user defined permission in
    servlet with wls 5.1 (Win nt) as a servelt engine.
    WL-Home: f:\weblogic
    Server: f:\weblogic\elan
    Servlet: f:\weblogic\elan\elan\ServletGropsTest.class
    The Servlet is registered in weblogic.properties:
    weblogic.httpd.register.elan.ServletGropsTest=elan.ServletGropsTest
    i've added this to the weblogic.policy:
    grant codebase "file:f:/weblogic/elan/elan/" {
    permission java.security.AllPermission;
    The servlet code is:
    SecurityManager m = System.getSecurityManager();
    if (m != null) m.checkPermission(new AndisPermission("x","y"));
    WLS throws the permission-exception:
    Do Jul 18 11:54:54 GMT+02:00 2002:<E> <ServletContext-General> Servlet
    failed with Exception
    java.security.AccessControlException: access denied
    (elan.AndisPermission x y)
    at java.security.AccessControlContext.checkPermission(AccessControlContext.java,
    Compiled Code)
    at java.lang.Exception.<init>(Exception.java, Compiled Code)
    at java.lang.RuntimeException.<init>(RuntimeException.java,
    Compiled Cod
    at elan.ServletGropsTest.doGet(ServletGropsTest.java, Compiled
    Code)
    can anyone help?
    regards
    Andy

    ran_t wrote:
    ...I am using java 1.3.Why are you using an utterly obsolete version of Java?
    My program using log4j jar.
    When i put the log4j.jar in a path that include spaces like "c:\Program files\",Try it as c:\Program%20files\

  • About weblogic proxy call weblogic cluster's servlet error

              I use weblogic server 5.1, configruation tow weblogic cluster server and a weblogic
              web server, through weblogic web server received browser's http request only,
              weblogic cluster server do with jsp and servlet, now html&jsp is ok but servlet
              can not do with, if through weblogic cluster server do with jsp and servlet direct,
              it's ok.
              this is my weblogic.properties section:
              weblogic.httpd.register.*.html=\
              weblogic.servlet.internal.HttpClusterServlet
              weblogic.httpd.initArgs.*.html=\
              defaultServers=132.147.35.221:7001|132.147.35.222:7001
              weblogic.httpd.register.*.jsp=\
              weblogic.servlet.internal.HttpClusterServlet
              weblogic.httpd.initArgs.*.jsp=\
              defaultServers=132.147.35.221:7001|132.147.35.222:7001
              weblogic.httpd.register.*.servlet=\
              weblogic.servlet.internal.HttpClusterServlet
              weblogic.httpd.initArgs.*.servlet=\
              defaultServers=132.147.35.221:7001|132.147.35.222:7001
              these are weblogic server as proxy webserver errors:
              &#26143;&#26399;&#19968; &#20843;&#26376; 20 17:42:38 GMT+08:00 2001:<I> <ServletContext-General>
              helloWorld: init
              &#26143;&#26399;&#19968; &#20843;&#26376; 20 17:42:38 GMT+08:00 2001:<E> <ServletContext-General>
              Servlet failed with Exception
              java.lang.NullPointerException
              at weblogic.servlet.internal.HttpClusterServlet.init(HttpClusterServlet.java:99)
              at weblogic.servlet.internal.ServletStubImpl.createServlet(ServletStubImpl.java:499)
              at weblogic.servlet.internal.ServletStubImpl.createInstances(ServletStubImpl.java,
              Compiled Code)
              at weblogic.servlet.internal.ServletStubImpl.prepareServlet(ServletStubImpl.java:442)
              at weblogic.servlet.internal.ServletStubImpl.getServlet(ServletStubImpl.java:200)
              at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:115)
              at weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletContextImpl.java:922)
              at weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletContextImpl.java:886)
              at weblogic.servlet.internal.ServletContextManager.invokeServlet(ServletContextManager.java:269)
              at weblogic.socket.MuxableSocketHTTP.invokeServlet(MuxableSocketHTTP.java:380)
              at weblogic.socket.MuxableSocketHTTP.execute(MuxableSocketHTTP.java:268)
              at weblogic.kernel.ExecuteThread.run(ExecuteThread.java, Compiled Code)
              tell me a right configuration please ,thanks.
              

    ############### Cluster Proxy Configuration ########################
              weblogic.httpd.register.cluster=weblogic.servlet.internal.HttpClusterServlet
              weblogic.httpd.initArgs.cluster=defaultServers=132.147.35.221:7001|132.147.3
              5.222:7001
              weblogic.httpd.defaultServlet=cluster
              weblogic.allow.execute.weblogic.clustler=everyone
              "chris" <[email protected]> wrote in message
              news:[email protected]...
              >
              > I use weblogic server 5.1, configruation tow weblogic cluster server and
              a weblogic
              > web server, through weblogic web server received browser's http request
              only,
              > weblogic cluster server do with jsp and servlet, now html&jsp is ok but
              servlet
              > can not do with, if through weblogic cluster server do with jsp and
              servlet direct,
              > it's ok.
              >
              > this is my weblogic.properties section:
              > -----------------------------------------------------------------
              > weblogic.httpd.register.*.html=\
              > weblogic.servlet.internal.HttpClusterServlet
              > weblogic.httpd.initArgs.*.html=\
              > defaultServers=132.147.35.221:7001|132.147.35.222:7001
              > weblogic.httpd.register.*.jsp=\
              > weblogic.servlet.internal.HttpClusterServlet
              > weblogic.httpd.initArgs.*.jsp=\
              > defaultServers=132.147.35.221:7001|132.147.35.222:7001
              > weblogic.httpd.register.*.servlet=\
              > weblogic.servlet.internal.HttpClusterServlet
              > weblogic.httpd.initArgs.*.servlet=\
              > defaultServers=132.147.35.221:7001|132.147.35.222:7001
              > -----------------------------------------------------------------
              >
              >
              >
              > these are weblogic server as proxy webserver errors:
              > -----------------------------------------------------------------
              > &#26143;&#26399;&#19968; &#20843;&#26376; 20 17:42:38 GMT+08:00 2001:<I>
              <ServletContext-General>
              > helloWorld: init
              > &#26143;&#26399;&#19968; &#20843;&#26376; 20 17:42:38 GMT+08:00 2001:<E>
              <ServletContext-General>
              > Servlet failed with Exception
              > java.lang.NullPointerException
              > at
              weblogic.servlet.internal.HttpClusterServlet.init(HttpClusterServlet.java:99
              > at
              weblogic.servlet.internal.ServletStubImpl.createServlet(ServletStubImpl.java
              :499)
              > at
              weblogic.servlet.internal.ServletStubImpl.createInstances(ServletStubImpl.ja
              va,
              > Compiled Code)
              > at
              weblogic.servlet.internal.ServletStubImpl.prepareServlet(ServletStubImpl.jav
              a:442)
              > at
              weblogic.servlet.internal.ServletStubImpl.getServlet(ServletStubImpl.java:20
              0)
              > at
              weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java
              :115)
              > at
              weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletContextImp
              l.java:922)
              > at
              weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletContextImp
              l.java:886)
              > at
              weblogic.servlet.internal.ServletContextManager.invokeServlet(ServletContext
              Manager.java:269)
              > at
              weblogic.socket.MuxableSocketHTTP.invokeServlet(MuxableSocketHTTP.java:380)
              > at
              weblogic.socket.MuxableSocketHTTP.execute(MuxableSocketHTTP.java:268)
              > at weblogic.kernel.ExecuteThread.run(ExecuteThread.java, Compiled
              Code)
              > -----------------------------------------------------------------
              >
              > tell me a right configuration please ,thanks.
              

  • Weblogic 7.0 servlets deployment and clustering

              I am unable to deploy servlet application in WL 7.0 cluster configuration. I am
              using Iplanet NES 4.0 as my web server. I have deployed the weblogic proxy successfully
              in iplanet.
              The servlet application has class files in exploded form and are present under
              bin/applications/DefaultWebApp/WEB-INF/classes folder
              web.xml also exists in the above folder.
              I receive the following exception.
              <Apr 23, 2003 2:26:44 PM EDT> <Error> <socket> <000405> <Uncaught Throwable in
              processSockets
              java.lang.NullPointerException
              java.lang.NullPointerException
              at weblogic.servlet.internal.ServletResponseImpl.writeHeaders(ServletResponseImpl.java:968)
              at weblogic.servlet.internal.ServletOutputStreamImpl.sendHeaders(ServletOutputStreamImpl.java:239)
              at weblogic.servlet.internal.ServletOutputStreamImpl.flush(ServletOutputStreamImpl.java:121)
              at weblogic.servlet.internal.ServletOutputStreamImpl.commit(ServletOutputStreamImpl.java:481)
              at weblogic.servlet.internal.ChunkOutput.commit(ChunkOutput.java:259)
              at weblogic.servlet.internal.ChunkOutputWrapper.write(ChunkOutputWrapper.java:91)
              at weblogic.servlet.internal.ChunkWriter.write(ChunkWriter.java:37)
              at java.io.Writer.write(Writer.java:148)
              at java.io.PrintWriter.write(PrintWriter.java:208)
              Please help.
              

    This might be a known bug, please contact support and reference CR100572 to
              see if it is also a bug in WLS7.0
              sree
              "Manju" <[email protected]> wrote in message
              news:[email protected]...
              >
              > I am unable to deploy servlet application in WL 7.0 cluster configuration.
              I am
              > using Iplanet NES 4.0 as my web server. I have deployed the weblogic proxy
              successfully
              > in iplanet.
              > The servlet application has class files in exploded form and are present
              under
              > bin/applications/DefaultWebApp/WEB-INF/classes folder
              > web.xml also exists in the above folder.
              > I receive the following exception.
              > <Apr 23, 2003 2:26:44 PM EDT> <Error> <socket> <000405> <Uncaught
              Throwable in
              > processSockets
              > java.lang.NullPointerException
              > java.lang.NullPointerException
              > at
              weblogic.servlet.internal.ServletResponseImpl.writeHeaders(ServletResponseIm
              pl.java:968)
              > at
              weblogic.servlet.internal.ServletOutputStreamImpl.sendHeaders(ServletOutputS
              treamImpl.java:239)
              > at
              weblogic.servlet.internal.ServletOutputStreamImpl.flush(ServletOutputStreamI
              mpl.java:121)
              > at
              weblogic.servlet.internal.ServletOutputStreamImpl.commit(ServletOutputStream
              Impl.java:481)
              > at
              weblogic.servlet.internal.ChunkOutput.commit(ChunkOutput.java:259)
              > at
              weblogic.servlet.internal.ChunkOutputWrapper.write(ChunkOutputWrapper.java:9
              1)
              > at
              weblogic.servlet.internal.ChunkWriter.write(ChunkWriter.java:37)
              > at java.io.Writer.write(Writer.java:148)
              > at java.io.PrintWriter.write(PrintWriter.java:208)
              >
              >
              > Please help.
              >
              

  • Does weblogic server have Servlet chaining concept?

    I saw JRun which has the servlet chaining function. Does anyone know how to
              do it in the weblogic server?
              Thank you.
              li
              

    WLS does not support Servlet Chaining
              Kumar
              li wrote:
              > I saw JRun which has the servlet chaining function. Does anyone know how to
              > do it in the weblogic server?
              >
              > Thank you.
              >
              > li
              

  • Weblogic 7 web app redeployment

    I have weblogic 7 sp2 running on win2000. Application is EAR portal
    application with web application.
    I am trying to redeploy only web application. It works from console
    but recompilation of classes or touching REDEPOY file doe not work.
    To make it more interesting, if I touch REDEPLOY in META-INF directory
    of the EAR weblogic redeploy entire application....
    Could you give me any suggestions? Thanks.
    D.

    There is an on-going discussion within BEA about partial redeployment of an EAR.
    I would call 888.232.7878 (BEA support) and ask them for the latest efforts in
    this area.
    Hope this helps,
    pat
    [email protected] (Du) wrote:
    I have weblogic 7 sp2 running on win2000. Application is EAR portal
    application with web application.
    I am trying to redeploy only web application. It works from console
    but recompilation of classes or touching REDEPOY file doe not work.
    To make it more interesting, if I touch REDEPLOY in META-INF directory
    of the EAR weblogic redeploy entire application....
    Could you give me any suggestions? Thanks.
    D.

  • Weblogic.Admin - get Servlet Runtimes

    Hi!
    I want to grab with an application the servlet runtimes of my web application. I know that I have to use the weblogic.Admin utility (Am I right???). Also, I try to find the syntax to access to the property of the runtimes.
    For example: I want to know the "Execution Time Average" of the servlet path "/jsp/app/buyer/defaults.jsp/". My Application is "Maxtest". How can I invoke weblogic.Admin to get the value of the property?
    Thanks a lot!
    Yann

    can't understand why, but a reinstall solved my problem :((
    Joseph

  • Weblogic and XSQL Servlet

    Has anyone configured the XSQL Servlet to run with Weblogic? Is so, could you explain the set-up?

    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by Brent Gardner:
    Has anyone configured the XSQL Servlet to run with Weblogic? Is so, could you explain the set-up?<HR></BLOCKQUOTE>
    I4m still having problems with this, but maybe it4s not weblogic.
    However, at least you need to modify the web.xml file for your web applicaition, as to register the servlet.
    null

  • Weblogic/forms 11g servlet and webforms app menu error

    Help!
    I have OWLS 11gR1 (10.3.3) and FWM, FormsReports (11.1.1.3) installed on Windows 2008-64bit.
    I also have OWLS 11gR1 (10.3.3) and FWM, FormsReports (11.1.1.3) installed on Windows XP (32-bit).
    I've compiled my app in each environment, respectively, and I'm getting different results: FRM-41068 on 64bit; No errors on 32bit.
    Here's the scenario:
    I have a custom menu with parent and menu items built from the database (cursor fetches in menu start up code and placed using set_menu_item_property built-in). Based on the user's privs, the menu is built dynamically.
    After I log into my 64bit version, I immediately get error "FRM-41068: Error in Set_Menu_Item_Property."
    Once I "OK" my way through the messages, my form is displayed with the attached menu, however, my menu placeholders display "<New Item>", as though the cursors failed on the fetch to the database and did not return my menu item names. If I click on one of the "<New Item>" menu items, I again "OK" my way through the messages... just as mentioned above.
    I don't have this problem in my 32bit XP environment (This also was not an issue with 10g AS (10.1.2.3, 32bit)).
    Also, to add, when I turn on session tracing for the session getting the FRM-41068, the errors go away, the forms and menus load correctly.
    Is there a Weblogic setting I'm missing somewhere (forms/ohs1/webcache)?
    [Forms 11g - Windows 2008 64bit - FRM-41068 - Menu Issues]
    Thanks for your help!

    Why wouldn't you post in the proper forum, i.e the Forms forum

  • Servlet redeploy with wls 5.1, sp9

    Hi,
              the "reload servlet" command doesn't seem to work from the console in
              wls 5.1: After pressing the corresponding button in the console, I get
              the message:
              <ServletContext-General> GatewayServlet: destroy
              ...but init(ServletConfig config) gets called only once: when the
              servlet is first loaded. After the destroy() call, the servlet is still
              able to process requests, but the init() method doesn't get called
              again...
              Any ideas?
              Javier
              

    [att1.html]
              

  • Weblogic Integration Application - Redeploy

    While using Weblogic Integration 7,is redeploy possible for the "Weblogic Integration"
    Application or of components within it. I have a war and a jar file inside this
    application, and running in Development mode iam able to redeploy the WAR, but
    while i redeploy the JAR i have the face the exception that say "bean already
    undeployed". But the deployment status for the JAR reads "Deployed" as true.
    Any information on this would be appreciated
    Thanks
    Raja

    If the application is worklist not sure you can deploy it through console. you can deploy using
    weblogic.Deployer -adminurl t3://<HOST>:7001 -username weblogic -password weblogic -deploy -name WorklistTest -source WorklistTest.ear ?upload

  • How to configure IIS webserver with weblogic so that I can invoke servlets without the .wlforward extension

    How to configure IIS webserver with weblogic so that I can
    invoke servlets without the .wlforward extension
    As per the documentation iisforward.dll is registered as a filter and .wlforward
    has also been
    included as a special file type. However this requires me to key-in ".wlforward"
    after my servlet name.
    What I want is something like this
    http://iis/MyServlet
    Please help me find a solution to this
    Thanks,
    Rishi

    I am able to invoke the servlet without the wlforward extension now.
    However, now I am required to add /weblogic before the servlet
    name otherwise it does not execute the pathtrim property.
    I have tried with the pathprepend thing also.
    Can we get rid of the /weblogic part also. I just want to execute
    my servlet as http://iis/myServlet.
    Your help in this regard is greatly appreciated...
    Thanks..
    "Rishi" <[email protected]> wrote:
    >
    Thanks for the reply Kumar.
    I did follow the instructions as given in the Weblogic documentation
    The documentation said to add iisforward.dll as a filter service
    and register .wlforward as a special
    file type to be handled by iisproxy.dll. For this,
    while configuring the IIS server in the Home Directory tab
    I added an extension ".wlforward" and the executable as
    iisproxy.dll. Is this the way it should have been done...
    I also modified the iisproxy.ini file as per the documentation.
    I have added the WLForwardPath property and set it to /weblogic.
    My server works fine when I give the url as
    http://iis/myServlet.wlforward
    but it does not work for
    http://iis/myServlet and this is the way i'd want it to work.
    Please tell me if I am missing something on the configuration part
    and if there is something special that needs to be done. I shall
    be grateful to you.
    Kumar Allamraju <[email protected]> wrote:
    http://e-docs.bea.com/wls/docs61/adminguide/isapi.html#101184
    Rishi wrote:
    How to configure IIS webserver with weblogic so that I can
    invoke servlets without the .wlforward extension
    As per the documentation iisforward.dll is registered as a filter
    and
    .wlforward
    has also been
    included as a special file type. However this requires me to key-in".wlforward"
    after my servlet name.
    What I want is something like this
    http://iis/MyServlet
    Please help me find a solution to this
    Thanks,
    Rishi

  • How to deploy a servlet in a cluster

              Hi,
              Could you please tell me what the exact procedure for doing this is?
              It seems to be that you have to restart all the servers in the cluster, including
              the admin server for the new servlet to be taken into account...
              Sometimes, a recompiled servlet that is placed in `\applications\examplesWebApp\WEB-INF\classes\servlet'
              (when using the examples server) is not taken into account (automatic reloading
              doesn't work)...
              Regards,
              Frank Olsen
              Stonesoft
              

              Frank Olsen wrote:
              > "Kumar Allamraju" <[email protected]> wrote:
              > >When you say "new servlet" , do you mean,
              > >
              > >1 )an updated servlet class or
              > >2) altogether a new class that doesn't exists before.
              > >
              > >If 1) You need to make sure webapps' reload Period is set via console.
              > >By
              > >default this value
              > >is set to 1 sec.
              > >
              > >Here's an excerpt from our docs
              > >Servlets are redeployed based on the setting of the Reload Period attribute
              > >that you define in the Administration Console. Set this attribute by
              > >selecting your Web Application and then selecting the Configuration/Files
              > >tab. The attribute defines the time interval at which WebLogic Server
              > >checks
              > >servlet classes to see if they have been modified. If set to 0, servlet
              > >classes are checked on every request.
              > >If set to -1, WebLogic Server does not check to see if the classes have
              > >been
              > >modified.
              > >
              > >If 2) When you add a new servlet to a webapp (i mean configuring a servlet
              > >in web.xml),
              > >you have to re-deploy the webapp. You don't need to re-start the servers.
              > >
              > >If this is not working for you, then it could be a bug.
              > >BTW, did you observed this behaviour with SP1?
              > >
              >
              > It doesn't seem to work, at least when adding a totally new servlet -- I had to
              > restart the servers, including the admin server. For redeployment, I'm pretty
              > sure that I had to restart it as well, but maybe not in all cases (when it works
              > you tend not to notice that much ;-).
              >
              > This was with 6.0SP1 on Windows NT 4.0SP6.
              >
              when you add a new servlet, you have to redeploy your webapp. Don't expect it to get
              re-loaded by
              "reloadCheckSecs" property.
              For redeployment, you don't have to restart the server. You need to re-deploy your
              webapp. See our docs.
              PS: I tested the above scenario with SP1 and it works fine for me.
              Kumar
              >
              > >--
              > >Kumar
              > >
              > >
              > >"Frank Olsen" <[email protected]> wrote in message
              > >news:[email protected]...
              > >>
              > >> Hi,
              > >>
              > >> Could you please tell me what the exact procedure for doing this is?
              > >>
              > >> It seems to be that you have to restart all the servers in the cluster,
              > >including
              > >> the admin server for the new servlet to be taken into account...
              > >>
              > >> Sometimes, a recompiled servlet that is placed in
              > >`\applications\examplesWebApp\WEB-INF\classes\servlet'
              > >> (when using the examples server) is not taken into account (automatic
              > >reloading
              > >> doesn't work)...
              > >>
              > >> Regards,
              > >> Frank Olsen
              > >> Stonesoft
              > >>
              > >
              > >
              

Maybe you are looking for

  • HP Officejet Pro 8100 ePrinter - N811a/N811d

    While in properties, test print comes out in color, when i try to print a document, it wont print in color.  I have appied grayscale to Off, output to black/color and still does not print in color.  What am i doing wrong? This question was solved. Vi

  • [SOLVED] X11 hid support broken on fresh macbook install

    Hi! The solution was elementary indeed, I was missing xf86-input-keyboard and xf86-input-mouse. (looooooooooool) What bugs me though, is how this could happen to an already working system. From what I remember I didn't touch those drivers on my previ

  • How can I get iTunes to synch libraries on all 3 of my PCs

    [My setup is: iTunes (latest), iPhone (new), Windows XP/7, MsOutlook2003] Hi I have an iPhone (3GS) and like many people, I have 3 PCs: a) Work PC b) Home PC c) Laptop How the heck can I get all my music (mostly not downloaded) synchronised onto iTun

  • Export PDF with TOC

    If I didn't miss something important, it is currently impossible to add a table of contents (TOC) to the exported PDF that will show up in the sidebar of the Preview application. IMO Pages would be a great tool for publishing manuals and other docume

  • Configuring mail in GP

    Friends, I am using EP 7.0 . I am trying to send mail from GP . There ther are three options to send a mail such as Notification mail,Background mail and Send a mail.Here Send a mail is not working .When i try to send mail thru this option i shows so