J2ee sapdb on linux

Hi,
I try to install a J2EE on a linux with sapdb, but it crash on the last
phase -> Start J2EE engine.
It appear this message:
saposcol already running
Running /usr/sap/J2E/SYS/exe/run/startj2eedb
Trying to start database ...
Log file: /home/j2eadm/startj2eedb.log
Database already running
/usr/sap/J2E/SYS/exe/run/startj2eedb completed successfully
Starting SAP Instance JC00
Startup-Log is written to /home/j2eadm/startsap_JC00.log
Startup of Instance failed
See /home/j2eadm/startsap_JC00.log for details
ERROR 2005-12-18 01:50:01
CJSlibModule::writeError_impl()
CJS-20022 Could not start instance 'JC00' of SAP system J2E.
If I see the J2EE/cluster directory I cannot see the cluster/dispatcher
directories.
any idea?
david

ok
see this thread:
Can't load VM shared library on dev_bootstrap
thanks in advance,
david

Similar Messages

  • Installing J2EE SDK on Linux

    Hello I am trying to install J2EE SDK on Fedora from command line.
    I downloaded J2EE 1.4 SDK 2005Q1 UR1(j2eesdk-1_4_01_2005Q1-linux.bin) and typed ./j2eesdk-1_4_01_2005Q1-linux.bin -console
    I keep on getting an error. Am I missing someting? Here are the results:
    Checking available disk space...
    Checking Java(TM) 2 Runtime Environment...
    Extracting Java(TM) 2 Runtime Environment files...
    Extracting installation files...
    Launching Java(TM) 2 Runtime Environment...
    java.lang.UnsatisfiedLinkError: /tmp/j2eesl3hyHA/package/jre/lib/i386/libawt.so: libXp.so.6: cannot open shared object file: No such file or directory
    at java.lang.ClassLoader$NativeLibrary.load(Native Method)
    at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1586)
    at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1503)
    at java.lang.Runtime.loadLibrary0(Runtime.java:788)
    at java.lang.System.loadLibrary(System.java:834)
    at sun.security.action.LoadLibraryAction.run(LoadLibraryAction.java:50)
    at java.security.AccessController.doPrivileged(Native Method)
    at sun.awt.NativeLibLoader.loadLibraries(NativeLibLoader.java:38)
    at sun.awt.DebugHelper.<clinit>(DebugHelper.java:29)
    at java.awt.Component.<clinit>(Component.java:506)
    at com.sun.wizards.core.WizardTreeManager.createWizardPanel(WizardTreeManager.java:897)
    at com.sun.wizards.core.WizardTreeManager.<init>(WizardTreeManager.java:332)
    at com.sun.wizards.core.CommandLineConsole.run(CommandLineConsole.java:78)
    at java.lang.Thread.run(Thread.java:534)
    InvocationTargetException in ArchiveReader constructornull
    java.lang.reflect.InvocationTargetException
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
    at java.lang.reflect.Constructor.newInstance(Constructor.java:274)
    at appserv.instantiateArchiveReader(ArchiveClassLoader.java:203)
    at appserv.<init>(ArchiveClassLoader.java:143)
    at appserv.main(ArchiveClassLoader.java:1271)
    Caused by: java.lang.NoClassDefFoundError: com.sun.wizards.core.WizardComponent
    at com.sun.install.tasks.InstallCommandLineTask.processLocales(InstallCommandLineTask.java:592)
    at com.sun.install.tasks.InstallCommandLineTask.processCommandLineArguments(InstallCommandLineTask.java:540)
    at com.sun.install.tasks.InstallCommandLineTask.initialize(InstallCommandLineTask.java:55)
    at com.sun.wizards.core.Sequence.initialize(Sequence.java:173)
    at com.sun.wizards.core.GenericWizardState.setWizardState(GenericWizardState.java:1874)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:324)
    at com.sun.wizards.core.ArchiveReader.callObjectMethod(ArchiveReader.java:1404)
    at com.sun.wizards.core.ArchiveReader.<init>(ArchiveReader.java:287)
    ... 7 more
    Target Exception Trace:
    java.lang.NoClassDefFoundError: com.sun.wizards.core.WizardComponent
    at com.sun.install.tasks.InstallCommandLineTask.processLocales(InstallCommandLineTask.java:592)
    at com.sun.install.tasks.InstallCommandLineTask.processCommandLineArguments(InstallCommandLineTask.java:540)
    at com.sun.install.tasks.InstallCommandLineTask.initialize(InstallCommandLineTask.java:55)
    at com.sun.wizards.core.Sequence.initialize(Sequence.java:173)
    at com.sun.wizards.core.GenericWizardState.setWizardState(GenericWizardState.java:1874)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:324)
    at com.sun.wizards.core.ArchiveReader.callObjectMethod(ArchiveReader.java:1404)
    at com.sun.wizards.core.ArchiveReader.<init>(ArchiveReader.java:287)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
    at java.lang.reflect.Constructor.newInstance(Constructor.java:274)
    at appserv.instantiateArchiveReader(ArchiveClassLoader.java:203)
    at appserv.<init>(ArchiveClassLoader.java:143)
    at appserv.main(ArchiveClassLoader.java:1271)
    Deleting temporary files...
    Thanks for your help in advance

    This is probably similar to the problem described in this thread:
    http://forum.java.sun.com/thread.jspa?forumID=136&threadID=526086
    (i.e. headless AWT mode which is used to run J2EE installer in console mode is broken in J2SE 1.4.x).
    One thing you can try, provided that J2SE issue got fixed, is to separately download and install JRE 1.5.x on this system and run installer as:
    ./j2eesdk-1_4_01_2005Q1-linux.bin -console -javahome <jre 1.5 install dir>

  • Problem About J2EE RI and PetStore Demo

    Hello ^^
    I have a problem about j2ee & petstore.
    I trird to set up sun j2ee RI 1.3.1 + pet store on win2000 or redhat.
    Everything run ok. But when I changed web port 8000 to any port (included
    80),
    j2ee ri server showed the error message below :
    java.net.ConnectException: Connection refused: connect
    java.security.PrivilegedActionException: javax.servlet.ServletException:
    An error occurred while evaluating custom action attribute "items" with
    value "${catalog.categories.list}": An error occurred while getting
    property "categories" from an instance of class
    com.sun.j2ee.blueprints.catalog.client.CatalogHelper
    I used root to start j2ee & cloudscape on linux,
    and changed database to postgresql, too.
    but the error is the same.
    How to solve this problem ??
    Thank you ~~
    Jovi

    Hi,
    I dont know how useful my reply would be since the question was posted about 2 yrs back, but just wanted to reply in case somebody faces the same problem.
    If you change the web port to some other port (other than 8000) then please check the sun-j2ee-ri.xml files. Actually the CatalogDAOSQL.xml is read using a url which includes the port you are running the server on. So, you need to change the port even in the sun-j2ee-ri.xml file.
    One of the sun-j2ee-ri.xml files, where you need to make the change is in the $PETSTORE_HOME/src/apps/petstore/src/sun-j2ee-ri.xml file.
    Other one is in $PETSTORE_HOME/src/apps/supplier/src/sun-j2ee-ri.xml file.
    Look for other sun-j2ee-ri.xml files where the url is hardcoded. (I think the two sun-j2ee-ri.xml files mentioned above, are the only places you need to make the change, but still look for other files in case i have missed)
    Change those urls and redeploy the ears.
    Hope this solves the problem.
    Regards,
    Archit

  • Error starting j2ee and cleanup

    I'm install the following at my Red Hat Linux 7.1 machine:
    JDK 1.2.2 -- "jdk-1_2_2_008-linux-i386[1].tar.gz"
    Tomcat 3.3a -- "jakarta-tomcat-3.3a.tar.gz"
    J2EE -- "j2sdkee-1_3_01-linux[1].tar.gz"
    Ant 1.3 -- "jakarta-ant-1.3-bin.tar.gz"
    And I had set the following in the /etc/profile file:
    JAVA_HOME=/usr/local/jdk
    export JAVA_HOME
    J2EE_HOME=/usr/local/j2sdkee1.3
    export J2EE_HOME
    ANT_HOME=/usr/local/jakarta-ant-1.3
    export ANT_HOME
    CLASSPATH=/usr/local/jdk/lib:/usr/local/jre/lib:/usr/local/j2sdkee1.3/lib:/usr/local/jakarta-ant-1.3/lib
    export CLASSPATH
    PATH=$PATH:/usr/local/jdk/bin:/usr/local/jre/bin:/usr/local/j2sdkee1.3/bin:/usr/local/jakarta-ant-1.3/bin
    If I using "j2ee -verbose" to start the J2EE Server the following will come out:
    Exception in thread "main" java.lang.NoClassDefFoundError: javax/naming/Context
    at com.sun.enterprise.server.J2EEServer.<clinit>(J2EEServer.java:59)
    If I execute the cleanup script, the following will message will come out:
    Exception in thread "main" java.lang.NoClassDefFoundError: javax/naming/Context
    at com.sun.enterprise.util.J2EECleanup.<init>(J2EECleanup.java:31)
    at com.sun.enterprise.util.J2EECleanup.main(J2EECleanup.java:45)
    Can anybody give me suggestion to solve it?

    Did you ever solve it because i get exactly the same errors on a windows NT machine.
    Thanks

  • Use of MaxDB on Solaris 10

    Hi,
    For many years i use SapDB with Linux, this month i migrate to MaxDB 7.6.2.10 running on Linux x86_64, because of new features on Solaris 10 i like to migrate the O.S. too, then i want to know if anyone wish to share with us the experiences, troubles or tips of running MaxDB with Solaris 10 in an AMD64 server?
    thanks
    Clóvis

    I don´t get your question...
    Solaris has it´s own virtualization layer called "Zones" or "Containers" - see here:
    http://docs.sun.com/app/docs/doc/817-1592
    We also use LInux but at the time of deciding, which way to go, XEN was not supported officially.
    I got the software from the service marketplace since we´re a SAP customer.
    Markus

  • Binary characters in server.log

    Hi Everybody,
    I am working on a j2ee app on linux box. I am seeing binary characters at the beginning of server.log Binary characters are like @ and ~. If I do page down, it's fine. All the information is getting printed.
    Does anybody has idea why it's printing weird chars in server.log
    Thanks,

    I am working on a j2ee app on linux box. I am seeing
    binary characters at the beginning of server.log
    Binary characters are like @ and ~. If I do page
    down, it's fine. All the information is getting
    printed.
    Does anybody has idea why it's printing weird chars
    in server.logMaybe you told it so? Maybe the server simply does it for some reason? Maybe the logger does it? Maybe you use the wrong codepage? Many causes, almost none in the scope of this forum.
    You didn't even say which logger or server you use.

  • Error in dependencyCheck java.util.zip.ZipException: invalid entry CRC

    Hi,
    While running java/j2ee project in Linux, i got error like dependencyCheck, what is the problem for this error, how to slove??? If i run this project in windows operating system its working fine..
    The error is like...
    dependencyCheck
    java.util.zip.ZipException: invalid entry CRC (expected 0x0 but got 0x6cdda3aa)
    at java.util.zip.ZipInputStream.read(ZipInputStream.java:171)
    at java.util.jar.JarInputStream.read(JarInputStream.java:177)
    at java.io.BufferedInputStream.read1(BufferedInputStream.java:256)
    at java.io.BufferedInputStream.read(BufferedInputStream.java:317)
    at java.util.jar.JarInputStream.getBytes(JarInputStream.java:88)
    at java.util.jar.JarInputStream.<init>(JarInputStream.java:65)
    at java.util.jar.JarInputStream.<init>(JarInputStream.java:43)
    at org.apache.catalina.util.ExtensionValidator.getManifest(ExtensionValidator.java:373)
    at org.apache.catalina.util.ExtensionValidator.validateApplication(ExtensionValidator.java:184)
    at org.apache.catalina.core.StandardContext.start(StandardContext.java:4064)
    at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1014)
    at org.apache.catalina.core.StandardHost.start(StandardHost.java:736)
    at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1014)
    at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:443)
    at org.apache.catalina.core.StandardService.start(StandardService.java:448)
    at org.apache.catalina.core.StandardServer.start(StandardServer.java:700)
    at org.apache.catalina.startup.Catalina.start(Catalina.java:552)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:295)
    at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:433)

    Hello,
    we `re facing a similar or the same problem.
    While upgrading our machines from 1.5.0_10 t9 1.5.0_13 (JDK) we got this error:
    +19.11.2007 14:24:13 org.apache.catalina.core.StandardContext start+
    SCHWERWIEGEND: Error in dependencyCheck
    java.util.zip.ZipException: invalid entry CRC (expected 0x0 but got 0xfc0d5d73)
    +     at java.util.zip.ZipInputStream.read(Unknown Source)+
    Workaround:
    We unzip the war-file and recommpress these files with 7-zip (or else) to bla.war - the new war file is deployable.
    But:
    Has anyone an idea the changes from *.10 to *.13 which provoke this error OR
    has war files to be created in another way as "jar cvf filename.war *" in *.13..?

  • Incorrect file name when downloading an attachment on MSIE 6.0

    Hi guys,
    Need some help, please,
    In a web application on a user request a CVS file is generated with a servlet.
    The problem is that when the user press the download button in the file dialog appears an incorrect file name ( instead of the right one, the name of the struts-action ), this is happening only in MSIE, with Firefox is working ok.
    Here is the snippet:
    response.setContentType("application/download");
    response.setHeader("Pragma","");
    response.setHeader("Cache-Control","");
    String externNo = "some_file_name";
    response.setHeader("Content-Disposition", "attachment; filename=\""
    + externNo + ".csv\"");
    ... setting the content ...
    I've found lots of topics about this subject, and try different settings for servlet header ( Cache-Control - public,etc), but still without success.
    Can this be from a server setting?? We have 2 j2ee serversone on linux and one on windows. And the problem is only for the linux server, which I'm not sure if it have the same configuration.
    Thank You
    A nice day!
    Bogdan

    Hi,
    In the file dialog should be "some_file_name.csv" but is "saveorderincsv".
    Here is the code from jsp:
       function savePressed() {
           top.location.href = '/b2b/saveorderincsv.do';
           return true;
    <input
         class="green" type="button"
            onclick="savePressed()"> .....
    config.xml:
    <action path="/b2b/saveorderincsv"
         type="com.moeller.isa.action.salesdocs.SaveOrderToCSVAction">
                   <forward name="success" path="/b2b/saveorder" />
         </action>...
    web.xml:
    <servlet>
      <servlet-name>SaveOrderToCVSServlet</servlet-name>
    <servlet-class>com.moeller.isa.servlets.Z_SaveOrderSimulateServlet</servlet-class>
         </servlet>
    <servlet-mapping>
              <servlet-name>SaveOrderToCVSServlet</servlet-name>
              <url-pattern>b2b/saveorder</url-pattern>
         </servlet-mapping>
    ....I've also try with "application/x-download" and without quotes, but still the same error.
    10x
    Bogdan

  • Error in dependencyCheck

    Hi,
    While running java/j2ee project in Linux, i got error like dependencyCheck, what is the problem for this error, how to slove??? If i run this project in windows operating system its working fine..
    The error is like...
    dependencyCheck
    java.util.zip.ZipException: invalid entry CRC (expected 0x0 but got 0x6cdda3aa)
    at java.util.zip.ZipInputStream.read(ZipInputStream.java:171)
    at java.util.jar.JarInputStream.read(JarInputStream.java:177)
    at java.io.BufferedInputStream.read1(BufferedInputStream.java:256)
    at java.io.BufferedInputStream.read(BufferedInputStream.java:317)
    at java.util.jar.JarInputStream.getBytes(JarInputStream.java:88)
    at java.util.jar.JarInputStream.<init>(JarInputStream.java:65)
    at java.util.jar.JarInputStream.<init>(JarInputStream.java:43)
    at org.apache.catalina.util.ExtensionValidator.getManifest(ExtensionValidator.java:373)
    at org.apache.catalina.util.ExtensionValidator.validateApplication(ExtensionValidator.java:184)
    at org.apache.catalina.core.StandardContext.start(StandardContext.java:4064)
    at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1014)
    at org.apache.catalina.core.StandardHost.start(StandardHost.java:736)
    at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1014)
    at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:443)
    at org.apache.catalina.core.StandardService.start(StandardService.java:448)
    at org.apache.catalina.core.StandardServer.start(StandardServer.java:700)
    at org.apache.catalina.startup.Catalina.start(Catalina.java:552)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:295)
    at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:433)

    Is the "dependencyCheck" error followed by anything indicating a ZIP problem? Check that the WAR file, and any JAR files within that, aren't corrupted.

  • Tomcat plugin for CF Builder?

    I've been scouring the internet trying to find ANYthing about integrating Tomcat Apache into CF Builder for the purpose of running a CF application that normally deploys as a J2EE .war file.  In the J2EE version of Eclipse on Linux there is a plugin that is included for running CF applications in a Tomcat container.  I'm new to this kind of application deployment so I may be mis-describing things here. I'm also new to CF Builder and want to be able to run the CF apps our company produces in CF Builder on Windows instead of in the (J2EE) Eclipse on Linux. Any references/pointers on this would be greatly appreciated!!

    Hi
    On which os is this happening?
    If its mac, for uninstalling please run the script from terminal.
    Thanks
    Evelin

  • Deploy issue

    Hi I have deployed a j2ee application on linux through
    command interface using application server webphere 6.0
    I have a sepearte java project in form of jar file that need
    to be deployed on same linux system
    facing problem becuase it is command base .no user interface
    or no ide on that system otherwise windows no issue at all
    1)Now if I keep java project in any folder on linux can i
    use the jre inside websphere or should i use the sepearte
    jre(jdk) installed in different folder
    2)or should I deploy this jar file on websphere application
    server.if yes how to do it.means in which folder I should
    keep this jar file.
    I wont prefer this option as this jar contains some jar file
    which are also presnt in websphere lib and both may
    contradict or corrupt the whole system
    regards

    Cross posted by someone who knows better.
    http://forum.java.sun.com/thread.jspa?threadID=769301

  • How can i start my learning Java?

    i am new to Java,and my platform is Linux.
    how shall i begin my learning Java?
    I think first i shall install J2ee on my Linux,
    but what is the second and which editor is best
    for write Java source code?

    >
    and as editor: use one with syntax highlighting like
    nedit or Emacs/XEmacs and there are several free IDE
    available like http://eclipse.org which include an
    editorDon't use an IDE for at least 3 months use a simple text editor such as;-
    http://welcome.to/metapad/

  • Error: org.omg.CORBA.Marshal

    I installed the j2ee server on linux computers, and the deploytool on Windows computer.
    if I try too deployment, wars I always these errors:
    Error notifiying deployer of web component deployment org.omg.CORBA.Marshal

    Hi Barbara,
    i remember me, that i have problems with org.omg.CORBA.Marshal. I don't know, what you will do, but my problem was, that i use a deploytool from ibm (with ibm jdk) and want deploy the application under the sun jdk. It was (and is) not possible, why i use the ORB and this implementation is not the same in the jdks. I have experience with a client for ejb's over iiop.
    Hope this help
    Kuno

  • Several questions on JavaFX Script

    Hi!
    It's been a few days since I learning JavaFX language and I have several questions :
    - I tried to use Reflection through FXContext but there are some methods which are not documented. For example I used FXContext.mirrorOf() to create a FXValue from a String but I do not understand what "mirrorOf" means in JavaFX context
    - Is it possible to do "on replace" trigger through JavaFx Reflection ?
    - Is it possible to unbind or rebind ? If not, what are workarounds to handle this ?
    - I do not understand why they are so few event handlers in JavaFX UI classes (AFAIK there is not resize, unload or init event). Is it intentional ? Do you suggest using binding/trigger instead ?
    PS : Happy new Year to everyone :)

    Maybe you could first look <a href="http://www.sap.com/solutions/netweaver/webappserver/index.asp">here</a> then come back and ask a few questions or maybe even look <a href="https://www.sdn.sap.com/sdn/developerareas/was.sdn?node=linkDnode6">here</a> as well then ask?
    Most of your questions are answered very directly in the documentation.
    As for ITS on Unix or Linux, we have and ITS server running on Linux now. As well as a WebAS server 620 (ABA and Basis installed) with J2EE engine on Linux. We previously had a 610 running on a window server. Our ITS runs separatly from the WAS but the WAS like any SAP R/3 System can then link to it or it to them. As for the future of ITS I read somewhere from SAP that it was delimited so I would not expect much more from it. Perhaps searching the Documentation about the ITS (Netweaver website) you might find more details about it'S future.
    A WAS is a <b>W</b>eb <b>A</b>pplication <b>S</b>erver, and from SAP that means ABAP and J2EE or with Netweaver you can install it with ABAP, with J2EE or with Both.
    As for more details please look [url=https://www.sdn.sap.com/sdn/developerareas/was.sdn?page=getstart_webAS_Java.htm]here[/url]

  • Several questions on WAS

    Good afternoon,
    Please find several questions on the WAS :
    1- What means having a WAS :
         Is it having J2EE + ABAP together ?
           or/and
         Is it also having a J2EE alone ? (like the portal:
            having j2EE 620 for the portal means having a  
            WAS).
         Could it be also having an ABAP environment only ?
    2- Having a was(abap) 610 and a J2EE 620, what is the version of the WAS if was means J2EE + ABAP ? 
    3- Regarding ITS integration, is ITS integrated in the WAS 640 ?
       If then, do we still need an NT server and for what ?
       If the wgate service interated under unix ?
       If ITS is available on unix, would it be separated or
        included in the kernel or integrated in the was abap ?
       Will we have an ITS 640 includd in the WAS 640 ?
       Will it be possible to have an ITS 640 outside the WAS
         640 ?
    Thanks in advance for your clarification & rgds
    Isabelle Bodet
    4- what is the definition of the WAS ? : a list of component linked with  OR or AND (ITS and/or JAVA and/or ABAp) ?
    5-

    Maybe you could first look <a href="http://www.sap.com/solutions/netweaver/webappserver/index.asp">here</a> then come back and ask a few questions or maybe even look <a href="https://www.sdn.sap.com/sdn/developerareas/was.sdn?node=linkDnode6">here</a> as well then ask?
    Most of your questions are answered very directly in the documentation.
    As for ITS on Unix or Linux, we have and ITS server running on Linux now. As well as a WebAS server 620 (ABA and Basis installed) with J2EE engine on Linux. We previously had a 610 running on a window server. Our ITS runs separatly from the WAS but the WAS like any SAP R/3 System can then link to it or it to them. As for the future of ITS I read somewhere from SAP that it was delimited so I would not expect much more from it. Perhaps searching the Documentation about the ITS (Netweaver website) you might find more details about it'S future.
    A WAS is a <b>W</b>eb <b>A</b>pplication <b>S</b>erver, and from SAP that means ABAP and J2EE or with Netweaver you can install it with ABAP, with J2EE or with Both.
    As for more details please look [url=https://www.sdn.sap.com/sdn/developerareas/was.sdn?page=getstart_webAS_Java.htm]here[/url]

Maybe you are looking for

  • [Q] duplicating movieclip with loaded external jpg file

    Hi, Im trying to make thumbnail and enlarged picture by duplication. What i tried was using duplication of thumbnail movieclip which jpg image is loaded However it seems not working as i intended,so I had to make empty movieclip and loaded image agai

  • INF driver install problem

    I just tried to upgrade intel INF drivers 6.0.1.1002 and now the computer has problems loading XP , have to load in save mode. Is it my motherboard? Can anyone help thanks Steven Grant

  • Not able to build kst (kde plotting application from AUR) [SOLVED]

    I am getting following error on running command makepkg -s : Starting build()... -- 3rd party libs for plugins-------------------- -- Not found: Getdata, GETDATA_DIR -- Found Gsl: -- includes : /usr/include/gsl;/usr/include/gsl/.. -- libraries: /usr/

  • Saving session state

    Hi Everyone! We are looking for an easy-to-use solution for saving the session state in whole. (We are aware that it is possible to save the sesion state for a single item.) Our goal is to get a single commando which restores an whole session to anot

  • Nested XML data set

    Hi there, I have a problem with displaying some nested XML data. I've tried quite a lot of different approachey to this, but just can't get it working properly. So here's the deal: I have an XML file (which is dynamically created from a servlet) of t