Jboss integration with tomcat

hi working on jboss4.0 with tomcat 5.0 now inclined to chnge the default tomcat version to tomcat 5.5
how to do this
thanxs

Udhay,
best you post this question in the JDeveloper forum.
Discussion Forums » Developer Tools » JDeveloper
Cheers,
Mick.

Similar Messages

  • JDev9i  integration with tomcat

    Hi All,
    Is there any way to integrate tomcat with Jdev9i. Actually I am interested to set a
    JDev9i default web server as a tomcat instated of OC4J.
    If Any one having such a experiance pls let me know.
    Thanks in advance

    We actually have an extension that allows you to point to your Tomcat install location.
    It's still being worked on. We hope to place it on OTN in the next month or so..
    You could also just use Tomcat anyway without (righ-click run support etc).
    For example you could generate/edit your JSPs in JDev and then let Tomcat be your JSPengine.
    In this case you could create a project in JDev which maps to one
    of the Webapps in Tomcat.

  • JBOSS integration with Jdeveloper

    Hi
    i created connection for JBOSS but when i trying to access the the server it shows the following error
    Exception::javax.naming.NoInitialContextException: Cannot instantiate class: org.jnp.interfaces.NamingContextFactory [Root exception is java.lang.ClassNotFoundException: org.jnp.interfaces.NamingContextFactory]
    can u help me
    thanks
    udhay

    Udhay,
    best you post this question in the JDeveloper forum.
    Discussion Forums » Developer Tools » JDeveloper
    Cheers,
    Mick.

  • Integrating Apache with Tomcat?

    Anyone have a guide to integrating Apache with Tomcat using mod_jk?
    I followed some guides online, but they all seem really dated with some obscure references. This seems like it should be on the top of the list....

    Hi Alan.
    I've discovered the exact same problem.... 0.0.0.0 instead of 127.0.0.1
    You've obviously not had any replys here, but di you end up working it out on your own?

  • Urgent!!!!!,  JBOSS with Tomcat

    Hi everybody,
    can anyone give me the advantages and disadvantages of JBOSS with Tomcat server. we are doing project in JSP's and servlets and we are not using EJB stuff. Is it still JBOSS is better one? and what will be the performance issues?
    advance thanks.
    regards,
    venu chanda.

    This may be the wrong place to post this message and I appologize if that's the case. If so, can you direct me to the correct location to post this message, thanks.
    Hello everyone,
    I've been banging my head against the wall trying to figure out how to use a JBoss Application Server for my server runtime and EAR deployment within RAD 6.0 instead of using IBM's WebSphere Application Server. If I've read all the documention correctly in order to develop J2EE 1.4 apps and Web Services from within RAD 6.0 my server must be J2EE 1.4 compliant, which I believe JBoss AS 4.0 is. Does anyone have any experience using RAD 6.0 with JBoss?
    Thanks in advance,
    Larry

  • Tiles 2 and JSF integration in tomcat 5.5.25

    hi all,
    "Tiles 2" is a new project extracted from Struts and is now integrated with various frameworks...
    I'm wondering if anyone here succeed to run Tiles 2 with JSF on tomcat 5.5.25.
    I'd downloaded a test from maven: (The test application is not working in my environment... i'll be happy to hear about any success from one of you...
    http://repo1.maven.org/maven2/org/apache/tiles/tiles-test/2.0.5/
    File name: tiles-test-2.0.5.war
    This test application should work on java 5.0.
    I will be glad to here some advice,
    thanks
    Edited by: buz_word on Nov 19, 2007 6:50 PM

    Are you sure that a new session is being created in step 6? Tomcat can be configured to persist sessions between restarts. Maybe check getCreationTime() on the session?
    --Jon                                                                                                                                                                                                                                                                                                                                                               

  • Apache with Tomcat cluster

    Hi, I integrated Apache with Tomcat Cluster on Windows 2000. I instalated mod_jk2.dll, created workers2.properties and configurated server.xml in Tomcat instances. If I try to reach my .jsp file, e.g. http://localhost/root/main.jsp, I get follow message from Tomcat: source root/main.jsp is not available. What�s wrong? Can anybody help me? Apache version: 2.0.47, Tomcat: 1.4.27

    Well, the first order of business is to determine exactly where main.jsp is located. If it is at <CATALINA_HOME>/webapps/main.jsp, then it should be at http://localhost:8080/main.jsp. Bypass Apache and verify that you can get to the Tomcat specific pages first.
    Basically, we're trying to determine a) the correct URL and b) whether the problem is with Tomcat itself, or with the connections between Apache and Tomcat.
    Essentially, we can't tell you where your configuration is incorrect until you tell us what your configuration is. :)

  • Integration with Websphere 5.0 (EJB 2.0) problems

    Hello all,
    Although a bit new to JDO, I have been trying to integrate Kodo 2.4 with
    Websphere 5.0 (using EJB 2.0).
    I have been basically binding a PersistenceManagerFactory into JNDI via
    start-up servlet, however got the exception bellow when I tried to create
    PersistenceManagerFactory (in setSessionContext of the EJB).
    <i>JDOFatalInternalException: Could not perform automatic lookup of EJB
    container's javax.transaction.TransactionManager implementation. Please ensure
    that you are running the application from within an <b>EJB 1.1</b> compliant
    EJB container, and then set the
    com.solarmetric.kodo.ee.ManagedRuntimeProperties property to the appropriate
    value to obtain the TransactionManager.</i>
    The reference to EJB 1.1 actually scared me a bit. Does this imply that
    Kodo (2.4) does not support J2EE 1.3?
    Would you know how to set the
    com.solarmetric.kodo.ee.ManagedRuntimeProperties to make it work with WSAD
    5.0?
    Thank you,
    Petr

    Petr-
    Is the integration with Websphere 5.0 application server officially
    supported? Has anobody (that you know of) done it successfully yet?Yes, we do have reports of people using Kodo successfully from within
    Websphere. However, it should be noted that it is not as rigorously
    tested internally at SolarMetric as some other application servers (E.g.,
    JBoss and WebLogic). In short, integration is known to work, but it
    might be a little more rough around the edges than for other application
    servers (as shown in our misspelling of Websphere's TransactionManager
    implementation name).
    How do I tell Kodo to use existing Datasource managed by app server?You can have Kodo use a named DataSource by specifying the
    javax.jdo.option.ConnectionFactoryName property (see
    http://www.solarmetric.com/docs/2.4.0/docs/manual.html#javax.jdo.option.ConnectionFactoryName).
    This is often more appropriate for applications server usage, since it
    allows you to configure pooling and other information from within the
    application server's centralized configuration.
    javax.jdo.option.ConnectionDriverName=COM.ibm.db2.jdbc.app.DB2Driver
    javax.jdo.option.ConnectionURL=jdbc:db2:snetWhat kind of driver is COM.ibm.db2.jdbc.app.DB2Driver? The DB2
    configuration we use for testing with IBM's drivers is:
    javax.jdo.option.ConnectionDriverName=COM.ibm.db2.jdbc.net.DB2Driver
    javax.jdo.option.ConnectionURL=jdbc:db2://SERVER_NAME/DATABASE_NAME
    They shouldn't behave differently (I am guessing that the app driver is
    a type 2 driver or something), but it might be worth a shot to try using
    the net driver. If this fixes the problem, please let us know, because
    it will indicate that Kodo has a deficiency with one of IBM's drivers
    that we should look into resolving.
    Since I have been trying to integrate with App server, this is the
    initialization code that I use to bind PersistenceManagerFactory to JNDI.
    You may find some funny stuff there.The binding code looks fine, and you are obviously able to retrive the
    PM and start persistence operations. Note that you should also be able
    to deploy Kodo as a Resource Adapter (which allows Kodo configuration
    through the centralized Websphere configuration interface). However, I
    doubt this is part of the issue.
    So, in short, I recommend trying the following things:
    1. Using the ConnectionFactoryName to use the DataSource defined for the
    appserver, on the off chance this will fix it.
    2. Using the net driver instead of the app driver.
    3. Seeing if it will work with javax.jdo.option.Optimistic set to false
    If none of these work, please let us know, and we will continue to
    investigate other possible solutions.
    In article <[email protected]>, Petr Bulanek wrote:
    Hello Marc,
    Very good guess. Pretty much the same code worked well without App server.
    In that case, there obviously was no magic related to
    TransactionManagerFactory initialization (see bellow).
    Is the integration with Websphere 5.0 application server officially
    supported? Has anobody (that you know of) done it successfully yet?
    How do I tell Kodo to use existing Datasource managed by app server?
    Here is the basic configuration (URL, class, etc):
    javax.jdo.PersistenceManagerFactoryClass=com.solarmetric.kodo.impl.jdbc.JDBCPersistenceManagerFactory
    javax.jdo.option.ConnectionDriverName=COM.ibm.db2.jdbc.app.DB2Driver
    javax.jdo.option.ConnectionURL=jdbc:db2:snet
    javax.jdo.option.Optimistic=true
    javax.jdo.option.RetainValues=true
    javax.jdo.option.NontransactionalRead=true
    We use DB2 Version 7.2/Version 7.1 FixPak 3 for Windows, in case it helps.
    Since I have been trying to integrate with App server, this is the
    initialization code that I use to bind PersistenceManagerFactory to JNDI.
    You may find some funny stuff there.
    The new EESimpleConfiguration(true) construct seems to (by default) read
    the kodo.properties file that is part of the project.
    EEConfiguration conf = new EESimpleConfiguration(true);
    conf.setManagedRuntimeProperties(\"TransactionManagerMethod=com.ibm.ejs.jts.jta.TransactionManagerFactory.getTransactionManager\");
    conf.setManagedRuntimeClass(\"com.solarmetric.kodo.ee.InvocationManagedRuntime\");
    EEPersistenceManagerFactory pmf =
                        new EEPersistenceManagerFactory(conf);
    InitialContext ic = new InitialContext();
    ic.rebind(\"KodoPMF\", pmf);
    Thank you,
    Petr
    Marc Prud\'hommeaux wrote:
    Petr-
    It looks like DB2 doesn\'t like our attempt to close the connection
    without a rollback or commit. This is odd, since we have never
    seen this happen in our stand-alone DB2 tests. Can you let us know
    the connection details (driver, connectionURL, etc)?
    In the meantime, one possible workaround may be to turn off
    optimistic transactions (since this will cause the PM to
    only use a single Connection); can you try to specify:
    javax.jdo.option.Optimistic=false
    Also, have you tried to run this code in a non-managed environment
    (e.g., outside the application server)? I would be interested
    to know if it is related to running within an appserver.
    In article <[email protected]>, Petr Bulanek wrote:
    Hi Abe,
    Thank you for a speedo reply. You guys really are on the ball!!!
    As you suggested, the
    \\\'com.ibm.ejs.jts.jta.TransactionManagerFactory.getTransactionManager\\\'
    did the job (for others, please note that the proper package name should
    contain \\\'jts.jta\\\', not \\\'jts.jts\\\').
    Unfortunately, I got another problem. When running a method containing
    query (code bellow),
    I get SQLException complaining about \\\'Invalid transaction state\\\'.
    The method that executes the query is a stateless transactional Session
    bean.
    Thank you for your help,
    Petr
    --------------------------- DB2 - transaction state description
    CLI0116E Invalid transaction state.
    Explanation: There was a transaction in progress when SQLDisconnect was
    called.
    User Response: Call SQLTransact before calling SQLDisconnect.
    --------------------------- Exception ------------------------------------
    [2/01/03 16:34:19:050 EST] 563ddb8a SQL I
    com.solarmetric.kodo.impl.jdbc.SQL [ C:336042896; T:1446894474;
    D:118283149 ] preparing statement <369367952>: SELECT DISTINCT
    PARENTX.JDOCLASSX FROM PARENTX
    [2/01/03 16:34:19:050 EST] 563ddb8a SQL I
    com.solarmetric.kodo.impl.jdbc.SQL [ C:336042896; T:1446894474;
    D:118283149 ] executing statement <369367952>: [reused=1;params={}]
    [2/01/03 16:34:19:061 EST] 563ddb8a JDBC I
    com.solarmetric.kodo.impl.jdbc.JDBC [ C:336042896; T:1446894474;
    D:118283149 ] close:
    com.solarmetric.datasource.PoolConnection@14079b90[[requests=6;size=6;max=70;hits=0;created=6;redundant=0;overflow=0;new=6;leaked=0;unavailable=0]]
    [2/01/03 16:34:19:061 EST] 563ddb8a JDBC I
    com.solarmetric.kodo.impl.jdbc.JDBC [ C:336042896; T:1446894474;
    D:118283149 ] close connection
    [2/01/03 16:34:19:061 EST] 563ddb8a JDBC W
    com.solarmetric.kodo.impl.jdbc.JDBC [ C:null; T:1446894474; D:118283149 ]
    exception when closing connection
    [2/01/03 16:34:19:541 EST] 563ddb8a JDBC W
    com.solarmetric.kodo.impl.jdbc.JDBC TRAS0014I: The following exception
    was logged COM.ibm.db2.jdbc.DB2Exception: [IBM][CLI Driver] CLI0116E
    Invalid transaction state. SQLSTATE=25000
    atcom.solarmetric.datasource.ConnectionWrapper.close(ConnectionWrapper.java:243)
    atcom.solarmetric.datasource.DataSourceImpl$AbstractPool.close(DataSourceImpl.java:690)
    atcom.solarmetric.datasource.DataSourceImpl.close(DataSourceImpl.java:373)
    atcom.solarmetric.datasource.DataSourceImpl.close(DataSourceImpl.java:347)
    at com.solarmetric.datasource.PoolConnection.close(PoolConnection.java:70)
    atcom.solarmetric.kodo.impl.jdbc.SQLExecutionManagerImpl.close(SQLExecutionManagerImpl.java:885)
    atcom.solarmetric.kodo.impl.jdbc.runtime.JDBCStoreManager.release(JDBCStoreManager.java:654)
    atcom.solarmetric.kodo.impl.jdbc.ormapping.SubclassProviderImpl.getSubclasses(SubclassProviderImpl.java:274)
    atcom.solarmetric.kodo.impl.jdbc.ormapping.ClassMapping.addSubclassConditions(ClassMapping.java:1239)
    atcom.solarmetric.kodo.impl.jdbc.ormapping.ClassMapping.selectPrimaryMappings(ClassMapping.java:1218)
    atcom.solarmetric.kodo.impl.jdbc.runtime.JDBCStoreManager.executeQuery(JDBCStoreManager.java:717)
    atcom.solarmetric.kodo.impl.jdbc.runtime.JDBCQuery.executeQuery(JDBCQuery.java:92)
    at com.solarmetric.kodo.query.QueryImpl.executeWithMap(QueryImpl.java:792)
    atcom.solarmetric.kodo.query.QueryImpl.executeWithArray(QueryImpl.java:668)
    at com.solarmetric.kodo.query.QueryImpl.execute(QueryImpl.java:609)
    at com.testkodo.ejb.ControllerBean.observeHumans(ControllerBean.java:66)
    --------------------------- Failing code sample
    try {
                   PersistenceManager pm = factory.getPersistenceManager();
                   Extent ex = pm.getExtent(Parent.class, false);
                   Query q = pm.newQuery(ex, \\\"name==parName\\\");
                   q.declareParameters(\\\"String parName\\\");
                   Collection col = (Collection) q.execute(\\\"James\\\");
                   Iterator iter = col.iterator();
                   Parent pp;
                   Collection ch;
                   while (iter.hasNext()) {
                        pp = (Parent) iter.next();
                        System.out.println(pp);
                        ch = pp.getChildren();
                        Iterator it= ch.iterator();
                        while (it.hasNext()) {
                             System.out.println(it.next());
                   q.closeAll();
                   pm.close();
              } catch (Exception e) {
                   System.out.println(e);
                   throw new EJBException(e);
    Abe White wrote:
    The reference to EJB 1.1 actually scared me a bit. Does this imply that
    Kodo (2.4) does not support J2EE 1.3?
    EJB 2.0 is also supported. Sorry for the confusing error message.
    Would you know how to set the
    com.solarmetric.kodo.ee.ManagedRuntimeProperties to make it work with
    WSAD
    5.0?
    Try these settings:
    com.solarmetric.kodo.ee.ManagedRuntimeClass=\\\\
         com.solarmetric.kodo.ee.InvocationManagedRuntime
    com.solarmetric.kodo.ee.ManagedRuntimeProperties=\\\\
         TransactionManagerMethod=\\\\
         com.ibm.ejs.jts.jts.TransactionManagerFactory.getTransactionManager
    Marc Prud\'hommeaux [email protected]
    SolarMetric Inc. http://www.solarmetric.com

  • SAP Portal Integration with InfoView

    Hi Experts,
    I have successfully configured SAP Portal Integration with InfoView using the following steps provided by Ingo:
    - set the system that you want to be authenticated against as the DEFAULT system in the options of the SAP authentication.
    - go to the webapps folder of your app server and navigate to the InfOView folder
    For the Java version of InfoView (Windows environment) you need to edit the file web.xml, which is located (assuming Tomcat as application server) in the directory \Program Files\Business Objects\Tomcat55\webapps\InfoViewApp\WEB-INF for the actual deployment.
    In addition you can make the change to the file in the folder <INSTALLDIR>\BusinessObjects Enterprise12.0\warfiles\WebApps\InfoViewApp\WEB-INF. The files in the second locations are being used when you redeploy the web applications with a tool like wdeploy. You need to change the following values
    authentication.default = secSAPR3
    siteminder.enabled = False
    sso.enabled = True
    Then I have created URLiView to InfoView login page, when the user click on the link, BOBJ will use the DEFAULT system to authenticate user.
    However, there is a new requirement for users who exist in another SAP system to SSO into InfoView too. My question is whether we can specify in URLiView url or other configuration to select which SAP System to authenticate user on?
    I would like to create Role A and Role B in Portal and each will display different URLiView that will authenticate user against different SAP System if possible.
    Appreciate your advise.
    Regards,
    Medy

    Hi Ingo,
    Thank you for your reply.
    We are trying to create an URLiView to the logon page of InfoView: http://<BOBJ Server>/InfoViewApp/logon.jsp that will bring the user to InfoView home if SSO passed instead of OpenDocument URL.
    I have tried to add URL parameters to the URLiView (http://<BOBJ Server>//InfoViewApp/logon.jsp?SAP_SYSID=DCD&SAP_CLIENT=200), but InfoView is still using the default system in CMC to authenticate user.
    Please advise.
    Best Regards,
    Medy
    Edited by: Medy henry on Apr 29, 2010 4:00 AM

  • Getting started with tomcat 4

    Lets say I wanted to setup a workstation and a server to develop JSP and servlets.
    would this configuration work:
    workstation - J2SE java servlet sdk
    server - J2SE & Tomcat
    or do i also need J2EE ?

    if you only need servlets and JSP, no need for EJB, you're fine with tomcat and j2se on the server side.
    there is a free EJB container : http://www.jboss.org that can work together with tomcat.
    raphaele

  • RichFaces: no reRender with tomcat 6

    When I redeploy an application in tomcat 6, reRender doesn't work at all. I've monitored through Firebug and request / post / response happen correctly, but no reRender. After some time the application starts working fine and it goes until I redeploy it. This reRender bug propagates to all RichFaces applications on the server. The applications work fine with glassfish and locally with tomcat.
    I have even copied server's tomcat to my work station and works fine. Something is messed up with the server.
    Any help is appreciated. I'm trying to solve this since yesterday morning, it's driving me crazy!
    Thanks,
    Help

    [http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4205508]

  • OIM integration with Blaze Advisor

    Here we are integrating Oracle Identity Manager with Fair Isaac Blaze Advisor.
    Any document which talk about Blaze Advisor integration with Oracle Identity manager would be really helpful

    Funny, I never thought I would see those two products together! I've been meaning to write a blog about our experience with OIM and JBoss Drools but I haven't gotten around to it (stay tuned) What are you trying to do with Blaze?
    --deb (OIM AND Blaze Advisor expert)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

  • Has anyone tested ResilientDemo with Tomcat 5.5.9?

    I have followed the Technical Note #007.htm to the letter and still could not get the demo working. Here is what I did:
    1. Start Tomcat
    2. Modify ant.cmd to configure AXIS_HOME and ANT_HOME. (I am using ant-1.6.5 and axis-1_2_1)
    3. Copy the class directory to TOMCAT_HOME/webapps/axis/WEB-INF (I create the axis/WEB-INF directory)
    4. run ant.cmd.
    Here is the error I got:
    Buildfile: build.xml
    deployRatingService:
    [axis-admin] - Unable to find required classes (javax.activation.DataHandler and
    javax.mail.internet.MimeMultipart). Attachment support is disabled.
    [axis-admin] Processing file C:\Oracle\BPM\10.1.2\integration\orabpel\samples\de
    mos\ResilientDemo\AxisServices\deployRatingService.wsdd
    [axis-admin] AxisFault
    [axis-admin] faultCode: {http://xml.apache.org/axis/}HTTP
    [axis-admin] faultSubcode:
    [axis-admin] faultString: (404)/axis/services/AdminService
    [axis-admin] faultActor:
    [axis-admin] faultNode:
    [axis-admin] faultDetail:
    [axis-admin] {}:return code: 404
    Has anyone tested the ResilientDemo with Tomcat 5.5.9? Where can I find the missing classes? Thanks.

    They haven't removed these classes (DataHandelr & MimeMultipart) bacause I have them inside activation.jar and mail.jar, which are located at ${tomcat.home}\webapps\axis\WEB-INF\lib, and I get the same error with another example. Where is the trouble? I extracted activation.jar from jaf-1_0_2-upd2.zip, mail.jar from the javamail-1_4.zip (I think both are the latest releases) and use Tomcat 5.5.12. Thanks.

  • Orcale with Tomcat

    Hi All,
    I am new to Oracle. My application server is Tomcat. But I came to know Oracle is working with its server. Can we integrate Oracle with Tomcat server...? Please come up with a solution. Its very urgent.Any reply will be appreciated..

    Oracle has an integrated PL/SQL appliction server inside the core database. Simplistically, you can call a PL/SQL stored procedure (with parameters) from your web browser. You can upload files directly by calling a PL/SQL stored procedure.
    Even better, with Oracle 10G you do not need a web server like Apache. The httpd daemon resides inside the database.
    This means less software layers. Less hardware needed (like a separate application server platform). Less moving parts that results in less complexity, fewer bugs and exponentially faster development times. (and no, the application server does not scale the data tier - so scalability is also not an issue)
    Or you can use a web-based IDE and run-time system from Oracle using this technology, called Oracle Application Express. It is free. It supports Oracle 9.2 and 10G. It can run on anything from Oracle XE (Express Edition) to Oracle Enterprise RAC (Real Application Clusters).
    I can pretty much guarantee that not knowing Oracle, you can and likely will make a mess of using Oracle from an application tier like Tomcat. There are numerous issues, especially around bind variables and locking and maximizing SQL (and PL/SQL) and minimizing app tier data processing code. I have lost count of how many poorly design and even poorer performing "high-end" commercial web-based applications I have run into for Oracle. Some of these costing serious money (and utterly lacking in peformance and scalability, requiring me to implement hacks on the back-end to work around their flaws)
    Fact: to effectively use Oracle (in any architecture), you need somewhere someone that has solid Oracle experience to ensure that the fundamental Oracle principles are adhered to.
    Using something like Oracle Application Express does a lot of these for you automatically. It handles state, optimistic locking, bind variables, etc. Allowing the developer to simply focus on the web application page design and the processing flow of the application. Very little PL/SQL or Oracle expertise required compared to using another app tier like Tomcat.
    I would suggest that you give serious consideration to using Oracle's Application Express or moving your app tier into PL./SQL (and out of JSP, Java, PHP, Perl, etc).

  • OIM 9.1.0 Integration with Active Directory 2008 R2

    Hi,
    My customer is running Root/Child AD structure based on windows 2003 w/SP2, OIM 9.1.0 deployed under one of the child domains, and integrated with child domains controllers which runs windows server 2003 as well.
    My customer has decided to upgrade his AD to Windows Server 2008 R2 domain controllers across the entire AD Forest and still wants to integrate the current OIM v9.1.0 with AD for all of his Users provisioning and password synchronizations.
    Am not sure if current OIM version of OIM 9.1.0 is compatible and supported by OIM v9.1.0 under active directory version 2008 / R2, and not sure if it can be integrated with such AD version.
    Any guidance is really appreciated.
    Also I was thinking of such scenario but also not sure of its support ability and if OIM will keep working on such scenario, the scenario is to upgrade only the AD root domain to Windows 2008 R2 while keeping the child domain holding the OIM 9.1.0 at Windows 2003 version.
    Is this a working and supported scenario by OIM v9.1.0 ?

    I believe you question should be if the connector supports this architecture. Check out the versions supported for the connector you are using and you should be good.
    -Bikash

Maybe you are looking for

  • How do I transfer photos from my phone to PC?

    I am having trouble transferring photos from my iphone 4G to my PC.  When I plug in my phone,it's not being recognized on my computer. I obviously don't do this often enough. 

  • Err 3253 Network Connection was reset - Detailed description

    I have iTunes 12.1.0.71. I am using Windows 7 on a PC. For the past 3 days I have tried re-downloading several items from iTunes Store. Apps, music, etc. While doing so, I am able to get a few but then all of the sudden I get the error 3253 - Your ne

  • WebUtil release 1.0.6 and Forms 9i (9.0.2)

    Hi: According to the WebUtil documentation, the currently available release of WebUtil works only with Forms 10g (9.0.4 or after) and has not been certified to work with any other version. Does anyone know if the currently available WebUtil will work

  • Regarding documents with .docx extension

    we have a fully functional knowledge repository .my requirement is when i upload a document of extension .docx and when i try opening it the portal is not supporting the format . (same with pptx). i have tried creating a new mime type under content m

  • How to insert h1 tags in muse

    I have tried to insert h1 tags in a muse site and then uploaded. When I come to test the site in SEO Analysis software it says there are no h1 tags! Any ideas? Thanks