Tuxedo and tomcat/weblogic

Hi all,
We developed a system that used tuxedo server to handle DB transactions at around 1997, that client now requests an upgrade to allow web based access to the DB.
There is one major concern about whether we should use Apache/Tomcat or Weblogic. Anyone knows about the interoperability between Tuxedo and Apache/Tomcat and Weblogic?
Moreover, since the installed Tuxedo is an old version, do we need to upgrade the Tuxedo server, what sort of impact to the existing system if we do that?
Thanks very much.
Joey

Hello Joey,
I would suggest that you use BEA WebLogic Server to provide a web interface to
your Tuxedo application. BEA has an API called "Jolt", which allows you to provide
a Java-based interface (via Servlets/JSP, etc.) to your Tuxedo application. I
am not familiar with how Tuxedo works with Apache/Tomcat, but I can assure you
that you will have a lot more support and features if you go with BEA's various
APIs and tools. Refer to the following links for more information:
http://dev2dev.bea.com/products/tuxedo/index.jsp
http://e-docs.bea.com/tuxedo/tux81/jdg/dvintro.htm
http://e-docs.bea.com/tuxedo/tux81/index.htm
Also, there is a newsgroup dedicated to BEA Tuxedo.
Best regards,
Ryan LeCompte
[email protected]
http://www.louisiana.edu/~rml7669
Joey <[email protected]> wrote:
Hi all,
We developed a system that used tuxedo server to handle DB transactions
at around 1997, that client now requests an upgrade to allow web based
access to the DB.
There is one major concern about whether we should use Apache/Tomcat
or Weblogic. Anyone knows about the interoperability between Tuxedo
and Apache/Tomcat and Weblogic?
Moreover, since the installed Tuxedo is an old version, do we need to
upgrade the Tuxedo server, what sort of impact to the existing system
if we do that?
Thanks very much.
Joey

Similar Messages

  • Single or Dual Processors for Tuxedo and/or weblogic 8.1?

    We run Tools 8.44 and 8.20 and double checking to see if either Weblogic (8.1) or Tuxedo (8.1) would utilize a dual processor environment? We run these on Windows 2003 Server.
    Appreciate inisght.

    Yep its all in the cache, and the L3 makes all the difference.
    I remember when I was shopping for my upgrade, Gigadesign had two different models of CPU's, the (brand new at the time) single and dual 7447's which went up to a dual 1.8 and the older pre-Freescale models (cant remember the model number maybe it was indeed the 7455B??) that maxed out with a dual 1.4..
    I remember reading benchmarks (and quite a bit at XLR8yourmac.com) about the older dual 1.4's being on about the same level as the dual 1.6 and 1.7 7447 cpus.. This was all down to the 1.4 having L3 cache on each cpu. The 7447 had double the L2 like the 7448 but no L3.. I didnt really care much since they were relatively the same benchmark, but I went with the dual 1.7 7447 anyways just because the numbers were higher..
    And funny enough, the CPU never ran stable at 1.7, my Mac would crash and kernel panic left and right. I couldnt get any response back from their tech support (I think it was one guy that ran the whole thing) about adjusting the voltage on it, so it spent its entire lifetime in my G4 as a dual 1.67. Not too big of a difference but I couldve saved some money just flat out buying a 1.6 instead of the 1.7, and wouldve saved even more had I just listened and bought the dual 1.4 with L3...
    John with a G4 - no problem at all hehe! Dont get me wrong I loved my G4 and it served me well for just about 10 years before it 'died' on me.. But after getting the late-2005 dual core G5 man oh man I wish I wouldve done it waaaaaaaaaay sooner!

  • ClarifyCRM  Tuxedo and Weblogic Integration

    Hi All
    ClarifyCRM 8.0 include Tuxedo transaction process engine(Tuxedo version 6.5). Is that possible to connect tuxedo service thought by WTC or Jolt on Weblogic server?
    Base on user manual. I know Tuxedo could integrate with Weblogic by WTC and Jolt. But I'm not sure the program for "Clarify CRM Tuxedo" and "Tuxedo" is the same!
    many thanks
    Andy Wu

    Hi
    I am trying to use WLST tool for configuring Weblogic domain in 9.1 OFFLINE.
    I have done with almost all except JTA configuration.
    Can you please give me smaples for the same.
    The following is part iof my script...
    readTemplate('F:/AuctionDoc/Installer/inDomain.jar')
    cd('/JDBCSystemResource/localNonTxPool/JdbcResource/localNonTxPool')
    create('myJdbcDataSourceParams','JDBCDataSourceParams')
    cd('JDBCDataSourceParams/NO_NAME_0')
    set('JNDIName', 'jdbc/NonTxDataSource')
    #JDBC settings and other JMS settings worked
    But the JTA settings dint work
    #=======================================================================================
    # Set JTA timeout
    #=======================================================================================
    cd("/JTA/inInstDomain")
    set("TimeoutSeconds", "1200")
    set("AbandonTimeoutSeconds", "1200")
    I have to do the above OFFLINE.
    I could not locate the JTA folder or any thing related with JTA configuration to do offline using WLST
    Can you please give an example of JTA settings
    Thanks
    Binu

  • What is the role of J2EE compared with WebLogic and Tomcat?

    Now that J2EE play the role of Web Services Container and Logic Services Container
    What does WebLogic do?and What does Tomcat do?
    Do they collided with each other?

    WebLogic (and WebSphere, JBoss, and Sun ONE) are all J2EE application servers. Each of them has an HTTP server and servlet/JSP engines built-in. They can handle HTML pages, JSPs, EJBs, messaging, transactions, two-phase commit to databases, etc.
    Tomcat is just a servlet/JSP engine with an HTTP server built in. It can handle HTML pages, servlets, and JSPs, but it can't run EJBs for you. If you want to stick EJBs into a servlet or JSP, you'll have to get them from a J2EE app server.
    No, WebLogic is a superset of Tomcat. It has an HTTP server and a servlet/JSP engine, so WebLogic can happily exist without Tomcat.
    If you'd like, you can have both Tomcat and WebLogic. Let Tomcat handle the servlet and JSP requests and leave the EJB enterprise stuff to WebLogic. You might use this arrangement when you'd like to have a Tomcat server running in a DMZ and a WebLogic app server inside the second firewall. Tomcat can then do authentication and forward requests back to WebLogic. - MOD

  • Forte, Tuxedo and ACMS

    All -
    Does Forte have an interface to Tuxedo and/or ACMS? Have any of you used it?
    I would appreciate any information I could get. Please respond to me
    directly, as I am not a regular member of the list.
    - Rick Greenwald

    Hello Joey,
    I would suggest that you use BEA WebLogic Server to provide a web interface to
    your Tuxedo application. BEA has an API called "Jolt", which allows you to provide
    a Java-based interface (via Servlets/JSP, etc.) to your Tuxedo application. I
    am not familiar with how Tuxedo works with Apache/Tomcat, but I can assure you
    that you will have a lot more support and features if you go with BEA's various
    APIs and tools. Refer to the following links for more information:
    http://dev2dev.bea.com/products/tuxedo/index.jsp
    http://e-docs.bea.com/tuxedo/tux81/jdg/dvintro.htm
    http://e-docs.bea.com/tuxedo/tux81/index.htm
    Also, there is a newsgroup dedicated to BEA Tuxedo.
    Best regards,
    Ryan LeCompte
    [email protected]
    http://www.louisiana.edu/~rml7669
    Joey <[email protected]> wrote:
    Hi all,
    We developed a system that used tuxedo server to handle DB transactions
    at around 1997, that client now requests an upgrade to allow web based
    access to the DB.
    There is one major concern about whether we should use Apache/Tomcat
    or Weblogic. Anyone knows about the interoperability between Tuxedo
    and Apache/Tomcat and Weblogic?
    Moreover, since the installed Tuxedo is an old version, do we need to
    upgrade the Tuxedo server, what sort of impact to the existing system
    if we do that?
    Thanks very much.
    Joey

  • Tuxedo and MC/ServiceGuard

    I am searching any kind of informations about the integration of Tuxedo in HP MC/ServiceGuard.
    Is it possible to run on the same physical machine differents LMIDs (with differents @IP) which are in differents packages MS/SG ?
    Thank you.

    Hello Joey,
    I would suggest that you use BEA WebLogic Server to provide a web interface to
    your Tuxedo application. BEA has an API called "Jolt", which allows you to provide
    a Java-based interface (via Servlets/JSP, etc.) to your Tuxedo application. I
    am not familiar with how Tuxedo works with Apache/Tomcat, but I can assure you
    that you will have a lot more support and features if you go with BEA's various
    APIs and tools. Refer to the following links for more information:
    http://dev2dev.bea.com/products/tuxedo/index.jsp
    http://e-docs.bea.com/tuxedo/tux81/jdg/dvintro.htm
    http://e-docs.bea.com/tuxedo/tux81/index.htm
    Also, there is a newsgroup dedicated to BEA Tuxedo.
    Best regards,
    Ryan LeCompte
    [email protected]
    http://www.louisiana.edu/~rml7669
    Joey <[email protected]> wrote:
    Hi all,
    We developed a system that used tuxedo server to handle DB transactions
    at around 1997, that client now requests an upgrade to allow web based
    access to the DB.
    There is one major concern about whether we should use Apache/Tomcat
    or Weblogic. Anyone knows about the interoperability between Tuxedo
    and Apache/Tomcat and Weblogic?
    Moreover, since the installed Tuxedo is an old version, do we need to
    upgrade the Tuxedo server, what sort of impact to the existing system
    if we do that?
    Thanks very much.
    Joey

  • Connecting Tuxedo/Q to Weblogic as a JMS Queue

    We are already using both Tuxedo and Weblogic Server. We are looking at integrating
    Messaging into our design and to do so looking at Tuxedo/Q.
    The question is: Can we use Tuxedo/Q for messaging and connect it as JMS Server so
    that we can use Message driven beans in WLS ?

    Yan,
    The WTC gateway that is provided as part of WLS provides a tBridge feature,
    which will map JMS queues in WLS onto /Q queues in Tuxedo. It sounds as if that
    should meet your needs.
    Take a look at http://e-docs.beasys.com/wls/docs70/wtc_admin/index.html and
    http://e-docs.beasys.com/wls/docs70/wtc_admin/tBridge.html#1113215
    Regards,
    Peter.
    Yan McNicoll wrote:
    We are already using both Tuxedo and Weblogic Server. We are looking at integrating
    Messaging into our design and to do so looking at Tuxedo/Q.
    The question is: Can we use Tuxedo/Q for messaging and connect it as JMS Server so
    that we can use Message driven beans in WLS ?

  • Oracle ifs and BEA weblogic

    Oracle ifs and BEA weblogic
    We have one application server with weblogic and and ifs 1.0.9 , and one db server with Oracle 8.1.7.
    with the following configuration:
    Web server
    appl server with weblogic 6.0 and ifs 1.1.9
    Oracle 8i Enterprise with interMedia text
    We need to use the iFS API call for our application.
    As I know, weblogic 6.0 support JDK1.3 but ifs 1.1.9 supports up to JDK1.2.
    Is this configuration possible?
    Any conflict if two version JDK co-exist inside same machine?
    Any suggestion?
    If I separate the appl. server into two machines, that is,
    one server installed with weblogic, the other one installed with ifs.
    How could I make use the ifs API call from appl. server?
    Is there any configuration guides for this setting?
    Thanks a lot.
    null

    <BLOCKQUOTE><font size="1" face="Verdana, Arial, Helvetica">quote:</font><HR>Originally posted by Luis:
    The iFS API is 100% pure Java. You can use it from any other Java application, be it JSP, EJB, or a standalone application.
    So it really comes down to the CLASSPATH. The iFS API is split among a set of .jar files, and some of the configuration information is stored in .properties files that are outside of these .jar files. All of this stuff needs to be in the CLASSPATH of whatever JVM is calling the iFS API.
    The iFS API uses the Oracle JDBC driver to communicate with the Oracle database. This is another requirement. You can't use another JDBC driver; you have to use ours.
    So again, it's all about configuration.<HR></BLOCKQUOTE>
    Would you mind to share more detail on configurating weblogic to integrate the iFS API?
    null

  • Communication problem between NetBeans and Tomcat

    hi!
    i got a quite mysterious problem. here is what happens:
    - i start NetBeans 5.5.1 (the first time)
    - i want to debug my JSF-Project, the Debugger starts
    - After a few seconds the debugger waits for tomcat (it sais: "Waiting for Tomcat...") and tomcat starts
    - Again after a few seconds the tomcat-debugger-output sais "Tomcat startet in 3333 ms".
    okay.
    when i enter http://localhost:8084/ in my browser i get the tomcat homepage, so the server has definitely started! But nothing happens in NetBeans and nothing happens with my project....
    In the lower-right corner i see this blue working-bar that sais "deploying project" but nothing happens. The Project-Debugger-Output still sais "Waiting for Tomcat..." but nothing happens...
    And after something around 3 minutes (i guess it's a timeout) i get the error "Starting of Tomcat failed." But is HAS started, i can login to the Administration-Area in my browser!
    so i guess there is a communication problem between netbeans an tomcat. Netbeans waits for a message from tomcat but tomcat doesn't send it..or netbeans doesn't understand it.
    But the story goes on:
    When i press the debug-button a second time it takes only a few seconds till i get the message: "Tomcat server port 8084 already in use". OF COURSE! Because Tomcat has already startet and can't be stoped by NetBeans.
    i'm trying to solve this problem for 4 days now, so i would be very happy if anyone has an idea where to start/continue the search...
    thanks,
    flo.
    some system-info:
    - windows vista business 32-bit
    - no firewall is running
    - AntiVir Personal Edition IS running
    - Yahoo Widgets Engine IS running
    - no other software is running
    and finally the tomcat-log:
    Using CATALINA_BASE: C:\Users\Administrator\.netbeans\5.5.1\apache-tomcat-5.5.17_base
    Using CATALINA_HOME: C:\Program Files\NetBeans\enterprise3\apache-tomcat-5.5.17
    Using CATALINA_TMPDIR: C:\Users\Administrator\.netbeans\5.5.1\apache-tomcat-5.5.17_base\temp
    Using JRE_HOME: C:\Program Files\Java\jdk1.5.0_12
    Listening for transport dt_shmem at address: tomcat_shared_memory_id
    21.09.2007 18:27:50 org.apache.catalina.core.AprLifecycleListener lifecycleEvent
    INFO: The Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: C:\Program Files\Java\jdk1.5.0_12\bin;.;C:\Windows\system32;C:\Windows;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Program Files\QuickTime\QTSystem\;C:\Program Files\ThinkPad\ConnectUtilities;C:\Program Files\Common Files\Teleca Shared;C:\Program Files\Common Files\Adobe\AGL;C:\Program Files\MySQL\MySQL Server 5.0\bin;C:\Program Files\cvsnt;
    21.09.2007 18:27:50 org.apache.coyote.http11.Http11BaseProtocol init
    INFO: Initializing Coyote HTTP/1.1 on http-8084
    21.09.2007 18:27:50 org.apache.catalina.startup.Catalina load
    INFO: Initialization processed in 1862 ms
    21.09.2007 18:27:50 org.apache.catalina.core.StandardService start
    INFO: Starting service Catalina
    21.09.2007 18:27:50 org.apache.catalina.core.StandardEngine start
    INFO: Starting Servlet Engine: Apache Tomcat/5.5.17
    21.09.2007 18:27:50 org.apache.catalina.core.StandardHost start
    INFO: XML validation disabled
    21.09.2007 18:27:53 org.apache.coyote.http11.Http11BaseProtocol start
    INFO: Starting Coyote HTTP/1.1 on http-8084
    21.09.2007 18:27:54 org.apache.jk.common.ChannelSocket init
    INFO: JK: ajp13 listening on /0.0.0.0:8009
    21.09.2007 18:27:54 org.apache.jk.server.JkMain start
    INFO: Jk running ID=0 time=0/31 config=null
    21.09.2007 18:27:54 org.apache.catalina.storeconfig.StoreLoader load
    INFO: Find registry server-registry.xml at classpath resource
    21.09.2007 18:27:54 org.apache.catalina.startup.Catalina start
    INFO: Server startup in 3626 ms

    As i wrote before, the same problem occured for me. I have found a solution which is : Go to tools menu and then select options . In the proxy info, select No Proxy.
    I hope this help you

  • Problem launching a jsp page with eclipse and tomcat

    Hi,
    I have just started using eclipse and tomcat for creating dynamic web pages. I tried to launch a jsp page after starting the tomcat server with the URL: http://locahost:8080/HelloWorld/, an error page was displayed as below:
    HTTP Status 404 -/
    type Status report
    message /_
    description The requested resource (-) is not available
    Apache Tomcat/5.5.17
    I didn't get any error at the console and when i just typed http://localhost, a pop up menu saying that the connection was refused when attempting to contact localhost.
    I'm not sure what is the problem here. Could it be the permssion to the localhost is not granted by the system as the eclipse IDE is running using linux?
    Hope someone can help.
    Thanks.

    http://www-128.ibm.com/developerworks/library/os-ectom/

  • Right problem with apache and tomcat

    Bonjour;
    I use a user login "apache" to stop/start Apache and tomcat. Because never launching apache et tomcat as root.
    But I have the following problem with apache (file error.log) :
    [Tue May  6 17:26:22 2003] [error] Connection "warpConnection" cannot connect
    [Tue May  6 17:26:22 2003] [error] Cannot open connection "warpConnection"
    [Tue May  6 17:27:01 2003] [error] Re-Trying to deploy connections
    As root the error msg does'nt exists (lost)
    Best regards;
    A+;

    Run it from the shell to see whats wrong:
    # httpd

  • Authentication problem with JWS and TOMCAT

    Hi everyone !
    I have a problem with Java Web Start (1.0.1) and Tomcat (4.0.4).
    I'm trying to call my application via Web server Tomcat with restricting access.
    My configuration is the following :
    The deployment descriptor web.xml is:
    <?xml version="1.0" encoding="ISO-8859-1"?>
    <!DOCTYPE web-app
    PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN"
    "http://java.sun.com/dtd/web-app_2_3.dtd">
    <web-app>
    <mime-mapping>
    <extension>jar</extension>
    <mime-type>application/java-archive</mime-type>
    </mime-mapping>
    <mime-mapping>
    <extension>java</extension>
    <mime-type>text/plain</mime-type>
    </mime-mapping>
    <mime-mapping>
    <extension>jnlp</extension>
    <mime-type>application/x-java-jnlp-file</mime-type>
    </mime-mapping>
    <mime-mapping>
    <extension>JNLP</extension>
    <mime-type>application/x-java-jnlp-file</mime-type>
    </mime-mapping>
    <!-- Define a Security Constraint on this Application -->
    <security-constraint>
    <web-resource-collection>
    <web-resource-name>Entire Application</web-resource-name>
    <url-pattern>/*</url-pattern>
    </web-resource-collection>
    <auth-constraint>
    <!-- NOTE: This role is not present in the default users file -->
    <role-name>standard</role-name>
    </auth-constraint>
    </security-constraint>
    <!-- Define the Login Configuration for this Application -->
    <login-config>
    <auth-method>BASIC</auth-method>
    <realm-name>MY APPL</realm-name>
    </login-config>
    </web-app>
    And jnlp File is:
    <jnlp
    spec="1.0+"
    codebase="http://host:8080/Official/"
    href="Application.jnlp">
    <information>
    <title>Application release 0.10</title>
    <vendor> XXXX </vendor>
    <homepage href="/"/>
    <description>Application</description>
    <description kind="short">My Application</description>
    <icon href="Icon.gif"/>
    </information>
    <security>
    <all-permissions/>
    </security>
    <resources>
    <j2se version="1.3"/>
    <jar href="Jar1.jar"/>
    <jar href="Jar2.jar"/>
    <jar href="Jar3.jar"/>
    <jar href="Jar4.jar"/>
    <jar href="Jar5.jar"/>
    <jar href="Jar6.jar"/>
    <jar href="Jar7.jar"/>
    <jar href="Jar8.jar"/>
    <jar href="Jar9.jar"/>
    <jar href="Jar10.jar"/>
    <jar href="MyApplication.jar"/>
    </resources>
    <application-desc main-class="com.xxxx.tool.cm.MyApplication"/>
    </jnlp>
    With the above configuration the Java Web Start not work.
    I'm expecting the message box for insert username and password instead it returns the messagge error :
    An error occurred while launching/running the application.
    Vendor: XXXX
    Category: Download Error
    Unable to load resource: http://host:8080/Official/Application.jnlp
    The Exception error is:
    JNLPException[category: Download Error : Exception: java.lang.NullPointerException : LaunchDesc: null ]
         at com.sun.javaws.cache.DownloadProtocol.doDownload(Unknown Source)
         at com.sun.javaws.cache.DownloadProtocol.isLaunchFileUpdateAvailable(Unknown Source)
         at com.sun.javaws.LaunchDownload.getUpdatedLaunchDesc(Unknown Source)
         at com.sun.javaws.Launcher.downloadResources(Unknown Source)
         at com.sun.javaws.Launcher.handleApplicationDesc(Unknown Source)
         at com.sun.javaws.Launcher.handleLaunchFile(Unknown Source)
         at com.sun.javaws.Launcher.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    I have tried to remove the restrict access in the deployment descriptor (web.xml) and java Web Start WORKS !!!!!!
    I'll appreciate any idea or hint!
    Thanks in advance

    Check this out
    http://forum.java.sun.com/thread.jsp?forum=38&thread=456250
    Mad Einstein

  • Why do I need to restart Apache and Tomcat every time a java file is change

    If a java file is changed and complied the changes are not reflected if Tomcat is not restarted.
    The settings in server.xml are as:
    <!-- Tomcat Manager Context -->
    <Context path="/manager" docBase="manager" debug="0" privileged="true"/>
         <Context path="/cf" docBase="cf" debug="0" reloadable="false"/>
    Here "cf" is my Application folder under webapps. The reloadable property when set to "true" for standalone Tomcat on Windows98 reflects the changes for compiled java files without restarting Tomcat. But on Linux 7.1 with Apache 1.3.19 and Tomcat 4.0.3 this is not working.
    Also tried out with Manager Application of tomcat-users.xml with reloadable="false" as well as reloadable="true",
    But when I reload the application using the command
    http://servername:8080/manager/reload?path=/appli.name
    It tells me that the application is reloaded but changes in the java file are still not reflected.
    Also when reloaded through Manager Servlet, Only my load-on-startup servlet is reloaded, but other java classes are not.
    Is it neccessary to execute this reload command from the server itself. I m executing it from a remote m/c. and have mapped the application with a domain name virtually.
    Is it the case with Tomcat on Linux with Apache. Or is something going wrong on my part.
    Can someone Help out plz.
    Regards,
    Rupali

    or you can "touch" your web.xml file.
    touch web.xmlor that command is for *nix systems, not sure what the Windows command is.  But basically, when you edit the web.xml, even if it means updating the last modified time, it will restart only your application and you should see the changes.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • NetBeans 5.0 and Tomcat 4.1

    Hello,
    I'm using NetBeans 5.0 and I have been using the Bundled Tomcat version 5.5.9 for my servlet container and everything's been great. Now that I'm ready to push my application up to a web host, I found that my host (lunarpages) runs with Tomcat 4.1 which uses version 2.3 of the servlet container. Tomcat 5.5 uses servlet container 2.4.
    So I downloaded Tomcat 4.1 (which has 2.3) and I don't know how to properly tell Netbeans to use it. When I open Server Manager and select 'Add Server', I can't just tell NetBeans to point to my Tomcat 4.1 directory. It wants me to select from a dropdown list of servers and Tomcat 4.1 isn't in the list.
    I tried to fake NetBeans out by selecting the 'Tomcat 5' server and pointing to my Tomcat 4.1 directory but I'm getting the following message when I try to run:
    FAIL - Unknown command /deploy
    C:\workspace\myApp\nbproject\build-impl.xml:425: Deployment error:
    Can anyone point me in the right direction on how to get Tomcat 4.1 running with NetBeans 5.0?
    Thanks,
    Eric

    I found that my host (lunarpages) runs with Tomcat 4.1 which uses version 2.3 of the servlet containerPlease read the post before answering, the reasoning is crystal clear.
    I don't have a concrete answer to this problem, but I do have a suggestion.
    1) You can add your own tomcat server to netbeans. Under the runtime tab you will find servers, if you right click this you can add a server. Use this to manually configure your own server
    2) as for the servlet spec problem, when creating a web project setting the java EE version to 1.3 might solve the problem... I can't tell this for sure because I've never done it.

  • How to install Java and Tomcat on my VPS

    Hello,
    I am new in Java.
    I would like to install Java and Tomcat on my VPS server.
    Do you know which doc or info i should read?
    Thanks a lot.
    Gil

    The free Perian will do it for you automatically.
    Additional free new machine setup stuff:
    Install and update your Flash here
    http://get.adobe.com/flashplayer/
    Install Perian (addiitonal Quicktime codecs)
    http://perian.org/
    Install the Unarchiver (uncompress software)
    http://wakaba.c3.cx/s/apps/unarchiver.html
    Flip for Mac (for Windows media in Quicktime)
    http://www.telestream.net/flip4mac-wmv/overview.htm
    VLC (plays anything just about)
    http://www.videolan.org/
    Easy Find (finds everything on a Mac)
    http://www.devon-technologies.com/download/index.html
    OnyX (maintenance, cleanup, repair utility)
    http://www.titanium.free.fr/

Maybe you are looking for