How to run an iPhone non-GUI application in background

Hi All,
While looking into the web fouond that only one application can be run at a time in iPhone. So is there any way or work around to run a non-GUI app in iPhone in Background.
This app will continuously query certain requests to iPhone regardign some internal iPhone events.
Thanks in advance.
Regards.
Amit

No.

Similar Messages

  • I tried to set up a remote desktop between my macmini and my work computer.  I hit cancel and now the Remote Desktop will not close.  I cannot shut down my computer either.  How do you close a non-responsive application.  I have tried everything!

    I tried to set up a remote desktop connection between my MacMini and my work computer.  It was not working so I hit cancel, but then the big black screen of death came up and will not go a way.  I cannot close my computer nor quit the remote desktop connection.  How do you close a non-responsive application?  By the way, I am new to Mac and it is not as simple as hitting the Control, Alt, Delete.  Please help.

    virginiafromphoenix wrote:
    .......How do you close a non-responsive application?.......
    Try ( alt + cmd + esc ).  Gives you a menu of running applications, and a chance to "Force Quit".

  • Javafx for console (non-gui) applications?

    Hi,
    I am interested in using the JavaFX scripting language as a general purpose language to create console (non-gui) applications. But even running the following simple program seems to initiate some sort of GUI that quickly appears and disappears. Is there anyway to run a JavaFX script in "console-only" mode?
    function run(args : String[]) {
      println("hello")
    }Thanks.

    Hi,
    Yeah, that is pretty much exactly what I did.
    I am running on Mac OS X 10.5.6, with Java 1.6.0_07 and JavaFX 1.1.0.
    When I execute the program from Terminal, everything works, however a new application appears in the menu bar while the program is executing in the console. For example, if I add a java.lang.Thread.sleep(5000) invocation to the program mentioned earlier, you will see the application in the menu bar for 5 seconds. This is not the way a normal console-based java application typically works... there should be no application in the menu bar.
    Thanks.

  • How to run ear file in java application server

    i want how to run .ear file in java application server
    1. i m created ear file
    2. i m created jar file (bean,home,remote)
    3.i m created war file(in the form of jsp)
    but till now i couldnt run ear file
    how to run
    please hel me

    You must create :
    1.Jar file
    2.War file
    And then put them into an ear file
    Exemple : myapp.ear contains
    myappEJB.jar
    myappWEB.war
    META-INF/application.xml
    and application.xml looks like this :
    <application xmlns="http://java.sun.com/xml/ns/j2ee" version="1.4"
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xsi:schemaLocation="http://java.sun.com /xml/ns/j2ee
                            http://java.sun.com/xml/ns/j2ee/application_1_4.xsd">
        <display-name>myapp</display-name>
        <description>Demo application</description>
        <module>
            <ejb>myappEJB.jar</ejb>
        </module>
        <module>
          <web>
             <web-uri>myappWAR.war</web-uri>
             <context-root>/myapp</context-root>
          </web>
        </module>
    </application>Good luck

  • How To run Currency translation for Consolidation Application in BPC NW

    In "How To do Currency Translation for Financial Application in BPC 7 NW", the author mention that there is another "How To run Currency translation for Consolidation Application in BPC NW", anybody know where to get it?

    Hi...
    Check if the below links are useful to you.....
    http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/6052a57b-8c64-2c10-b3a5-b0378ff21243&overridelayout=true
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/c0ea1fd8-d6d3-2a10-c1ab-e8164dd98316
    You can find all How-to docs in the below link
    http://wiki.sdn.sap.com/wiki/display/BPX/EnterprisePerformanceManagement%28EPM%29How-to+Guides

  • How to run notepad from a web application

    hi
    can any body know,how to run notepad from a web application under tomcat

    You already asked this question:
    http://forum.java.sun.com/thread.jspa?threadID=5150005&messageID=9561597
    Obviously running notepad on the clients PC is not possible (ignoring active x)

  • How can run one JSF 1.1 application in Glassfish v2?

    Hello
    How can run one JSF 1.1 application in Glassfish v2?
    I need deploy one JSF 1.1 application in Glassfish v2. It's possible?
    Paulo

    in Glassfish v2 I have the messege error:
    java.lang.RuntimeException: WEB5002: Exception in handleBeforeEvent.
         at com.sun.web.server.J2EEInstanceListener.handleBeforeEvent(J2EEInstanceListener.java:250)
         at com.sun.web.server.J2EEInstanceListener.instanceEvent(J2EEInstanceListener.java:106)
    [#|2007-08-14T10:49:16.438-0300|SEVERE|sun-appserver9.1|javax.enterprise.system.container.web|_ThreadID=21;_ThreadName=httpSSLWorkerThread-8080-0;_RequestID=416049de-0564-4eb6-8d07-ac8f65f5f7fa;|ApplicationDispatcher[/lilya2] PWC1225: Allocate exception for servlet FacesServlet
    java.lang.RuntimeException: WEB5003: Exception in handleAfterEvent.
         at com.sun.web.server.J2EEInstanceListener.handleAfterEvent(J2EEInstanceListener.java:320)
    but in Tomcat 5.5 it work without problems.

  • How to run a Java EE client application ?

    Greetings,
    I have a Java EE Application Project created with Eclipse (OEPE) and I don't know how to run it ? I asked the question on the OEPE forum but didn't manage to have any pertinent answer. I have also looked at Developing Java EE Application Clients (Thin Clients) in the Programming Stand-alone Clients book and tried to use commands as weblogic.clientDeployer and weblogic.j2eeclient.Main but haven't been able to get them working. And anyway, they are not done to be used in Eclipse as I didn't find any ant tasks for them.
    Many thanks in advance for any help.
    Nicolas

    I have an ear with the following content:
    0 Thu Apr 23 12:20:52 CEST 2009 APP-INF/
    0 Thu Apr 23 12:20:52 CEST 2009 APP-INF/classes/
    0 Thu Apr 23 12:20:52 CEST 2009 APP-INF/lib/
    6843 Thu Apr 23 12:20:52 CEST 2009 APP-INF/lib/ww204-jpa.jar
    0 Thu Apr 23 12:20:52 CEST 2009 META-INF/
    542 Thu Apr 23 12:19:44 CEST 2009 META-INF/application.xml
    25 Thu Apr 23 12:20:52 CEST 2009 META-INF/MANIFEST.MF
    659 Mon Apr 20 18:37:56 CEST 2009 META-INF/weblogic-application.xml
    1220 Thu Apr 23 12:20:52 CEST 2009 ww204-client.jar
    4040 Thu Apr 23 12:20:52 CEST 2009 ww204-ejb.jar
    I'm running the following command:
    java -classpath C:\bea\wlserver_10.3\server\lib\weblogic.jar weblogic.ClientDeployer ww204.ear ww204-client
    This creates the jar with the following content:
    764 Thu Apr 23 12:04:42 CEST 2009 Main.class
    0 Thu Apr 23 12:20:52 CEST 2009 META-INF/
    351 Thu Apr 23 12:10:08 CEST 2009 META-INF/application-client.xml
    43 Thu Apr 23 12:02:26 CEST 2009 META-INF/MANIFEST.MF
    And of course, when I try to run the client using the command:
    C:\Users\nicolas>java -classpath C:\bea\wlserver_10.3\server\lib\weblogic.jar weblogic.j2eeclient.Main ww204-client t3://localhost:7001
    it raises the following exception:
    java.lang.Exception: Stack trace
         at java.lang.Thread.dumpStack(Thread.java:1206)
         at weblogic.j2eeclient.Main.run(Main.java:194)
         at weblogic.j2eeclient.Main.main(Main.java:926)
    java.lang.Exception: Stack trace
         at java.lang.Thread.dumpStack(Thread.java:1206)
         at weblogic.j2eeclient.Main.run(Main.java:196)
         at weblogic.j2eeclient.Main.main(Main.java:926)
    Exception in thread "Main Thread" java.lang.reflect.InvocationTargetException
         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 weblogic.j2eeclient.Main.run(Main.java:201)
         at weblogic.j2eeclient.Main.main(Main.java:926)
    Caused by: java.lang.NoClassDefFoundError: fr/simplex_software/slsb/FacadeRemote
         at Main.main(Main.java:10)
         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 weblogic.j2eeclient.Main.run(Main.java:201)
         at weblogic.j2eeclient.Main.main(Main.java:928)
    The ww204-client.jar was created as an OEPE J2EE Application Project and it was extracted with weblogic.ClientDeployer from the ear exported by OEPE. But it doesn't contain the required classes.

  • How to Run the MDK Sample Example Application in SAP NWDS

    Hi all,
    As i go through the MDK 2.5 i have physically under gone with all option that are included in
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/21eba3a7-0601-0010-b982-92f1fca3258a
    this site and imported the Example 1 Application in nwds, but when try to run it,this application asking to mention some main Class option .
    tell me which class should i mention to run the example1 application.
    so please help me out of it ,
    thanks and Regards,
    Venu

    hi Venu Gopal,
    Welcome to the SDN and Mobile Community.
    Pl. check my weblog on this "Execute and Debug Applications from NWDS". /people/arunkumar.ravi/blog/2006/02/22/execute-debug-your-mi-code-from-nwds
    I've explained how to run the application from NWDS itself.
    Regards
    Arunkumar R

  • How do I download a non Mac Application?

    I am new to Macs and have looked in my systems preferences and security but cannot find anything that says I can download a non Mac application / programme.
    Can anyone help. Where do I find this setting. Right now all I can dowload is Mac stuff
    Thanks
    Jane

    OS X Mountain Lion has got Gatekeeper, that is set up to allow only Mac App Store apps and apps from identified developers. To change this, open System Preferences > Security &amp; Privacy > General, and choose "Never" under "Allow applications downloaded from"

  • Using NI controls in a DLL running from a non-MFC application

    Hello,
    I am developing a DLL library for use with a non-MFC third party application. The DLL I am currently working on displays a MFC dialog, and works fine from the third party app, as long as I don't add any NI Measurement Studio controls. When I add in a CNiGraph control, the dialog window can't be created.
    Does anyone have any suggestoins about this?
    Thanks,
    -Robert

    Hello Robert,
    The setup that you have here sounds perfectly valid and should have no errors. The firts thing to check is that you have enabled support for ActiveX in your MFC DLL. When you run the new project wizard one of the options is to enable ActiveX this adds some initialization code to enable the ActiveX container.
    You can test this by adding any other ActiveX control to your dll and give it a try. If you get the same error then most likely the ActiveX container is not properly initilized.
    Let me know how this goes.
    Regards,
    Juan Carlos
    N.I.

  • How can i make from a GUI application an Applet ?

    Hello, i have a gui appliction and i want to make an applet
    how can i do that, i read an article (i need to put away method main and write method init (must be same as a constructer , but my constructor is only public Grafika() ) but it doest help....
    Can you help me.. ?
    import javax.swing.JFrame;
    import java.awt.event.*;
    import java.util.*;
    import javax.swing.JPanel;
    import java.awt.*;
    import javax.swing.*;
    public class Grafika{
         JPanel canvas;
         public static boolean pause = true;
         public static int algoritmus = 0;
         public static String[] algoritmy={"V�ber Algoritmu","QuickSort","BubbleSort"};
         public static long sleeper = 600;       
         public void borders(JPanel canvas,int[] cisla,int left,int right){
              Graphics g = canvas.getGraphics();
              for(int i=0;i<cisla.length;i++){               
                   if(cisla==cisla[left]){
                        g.setColor(Color.lightGray);
                        g.drawLine(10, 20+i*4, 500,20+i*4 );
                   if(cisla[i]==cisla[right]){
                        g.setColor(Color.lightGray);
                        g.drawLine(10, 20+i*4+1, 500,20+i*4+1 );
                   else {
                        g.setColor(Color.white);
                        g.drawLine(10, 20+i*4-1, 500,20+i*4-1 );
              g.dispose();
              //repaint();          
         public void drawIt(JPanel canvas,int[] cisla,int pivot){
              Graphics g = canvas.getGraphics();
              for(int i=0;i<cisla.length;i++){     
                   if(cisla[i]==pivot){
                        g.setColor(Color.green);
                   else {
                        g.setColor(Color.red);
                   g.fillRect(10, 20+i*4, cisla[i], 2);
                   g.setColor(Color.white);
                   g.fillRect(9+cisla[i]+1,20+ i*4, 1000, 2);
              g.dispose();
              //repaint();          
              public static void main(String[] Args){
              JFrame f = new JFrame("Triediace Algoritmy");     
              JPanel canvas = new JPanel();
              canvas.setBackground(Color.white);
              JButton sort = new JButton("Faster");
              JButton cancel = new JButton("Slower");
              sort.addActionListener(new ButtonListener());
              cancel.addActionListener(new ButtonListener());
              JComboBox algChooser = new JComboBox(algoritmy);
              algChooser.addActionListener(new ComboListener());
              JPanel controlPanel = new JPanel(new FlowLayout());
              controlPanel.add(algChooser);
              controlPanel.add(sort);
              controlPanel.add(cancel);
              canvas.setPreferredSize(new Dimension(200,200));
              // canvas.setBorder(BorderFactory.createLineBorder(Color.black));
              JPanel contentPane = new JPanel(new BorderLayout());
              // contentPane.setBounds(1, 1, 200, 200);
              contentPane.add(canvas,BorderLayout.CENTER);
              contentPane.add(controlPanel,BorderLayout.PAGE_END);
              // contentPane.setBorder(BorderFactory.createLineBorder(Color.red));
         f.addWindowListener(new WindowAdapter() {
         public void windowClosing(WindowEvent e) {
         System.exit(0);
         f.add(contentPane);
         f.pack();
         f.setSize(800,375);
         f.setVisible(true);
         int[] cisla = fillArray(70);
    while (algoritmus == 0){
    try{
         Thread.sleep(1);
    }catch(InterruptedException ie){}
    if (algoritmus == 1){
    QuickSort qs = new QuickSort(canvas);
    qs.sort(cisla);
    if (algoritmus == 2){
    BubbleSort bs = new BubbleSort(canvas);
    bs.sort(cisla);
         public static int[] fillArray(int numbers){
              int temp=0;
              int[] arrayOfNumbers= new int[numbers];
              for (int i=0;i<numbers;i++){
                   arrayOfNumbers[i] = i;
              for (int i=0;i<numbers;i++){
                   Random generator = new Random();
                   int left =generator.nextInt(numbers);
                   int right =generator.nextInt(numbers);
                   temp=arrayOfNumbers[left];
                   arrayOfNumbers[left]=arrayOfNumbers[right];
                   arrayOfNumbers[right]=temp;
              return arrayOfNumbers;
    Thank you very much                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

    //  <applet code="GrafikaApplet" width="400" height="400"></applet>
    //  use: >appletviewer GrafikaApplet.java
    import java.awt.*;
    import java.awt.event.*;
    import java.util.Random;
    import javax.swing.*;
    public class GrafikaApplet extends JApplet {
        String[] algoritmy={"V�ber Algoritmu","QuickSort","BubbleSort"};
        int algoritmus = 0;
        boolean running = false;
        GrafikaPanel canvas;
        int[] cisla;
        public void init() {
            cisla = fillArray(70);
            canvas = new GrafikaPanel(cisla);
            canvas.setPreferredSize(new Dimension(200,200));
           resize(800,375);
            Container cp = getContentPane();
            cp.add(canvas, BorderLayout.CENTER);
            cp.add(getControlPanel(), BorderLayout.PAGE_END);
        private int[] fillArray(int numbers){
            Random generator = new Random();
            int temp=0;
            int[] arrayOfNumbers= new int[numbers];
            for (int i=0;i<numbers;i++){
                arrayOfNumbers[i] = i;
            for (int i=0;i<numbers;i++){
                int left = generator.nextInt(numbers);
                int right = generator.nextInt(numbers);
                temp=arrayOfNumbers[left];
                arrayOfNumbers[left]=arrayOfNumbers[right];
                arrayOfNumbers[right]=temp;
            return arrayOfNumbers;
        private void startAnimation() {
            Thread thread = new Thread(new Runnable() {
                public void run() {
                    switch(algoritmus) {
                        case 1:
                            new QuickSort2(canvas).sort(cisla);
                    running = false;
            thread.setPriority(Thread.NORM_PRIORITY);
            thread.start();
        class ButtonListener implements ActionListener {
            public void actionPerformed(ActionEvent e) {
                if(!running) {
                    running = true;
                    algoritmus = 1;
                    startAnimation();
        private JPanel getControlPanel(){
            JButton sort = new JButton("Faster");
            JButton cancel = new JButton("Slower");
            ButtonListener bl = new ButtonListener();
            sort.addActionListener(bl);
            cancel.addActionListener(bl);
            JComboBox algChooser = new JComboBox(algoritmy);
    //        algChooser.addActionListener(new ComboListener());
            JPanel controlPanel = new JPanel(new FlowLayout());
            System.out.println("default layout for JPanel = " +
                                new JPanel().getLayout().getClass().getName());
            controlPanel.add(algChooser);
            controlPanel.add(sort);
            controlPanel.add(cancel);
            return controlPanel;
    class GrafikaPanel extends JPanel {
       int[] cisla;
       int left;
       int right;
       int pivot;
        public GrafikaPanel(int[] cisla) {
            this.cisla = cisla;
        protected void paintComponent(Graphics g) {
            super.paintComponent(g);
            for(int i=0;i<cisla.length;i++){               
                if(cisla==cisla[left]){
    g.setColor(Color.lightGray);
    g.drawLine(10, 20+i*4, 500,20+i*4 );
    if(cisla[i]==cisla[right]){
    g.setColor(Color.lightGray);
    g.drawLine(10, 20+i*4+1, 500,20+i*4+1 );
    else {
    g.setColor(Color.white);
    g.drawLine(10, 20+i*4-1, 500,20+i*4-1 );
    for(int i=0;i<cisla.length;i++){     
    if(cisla[i]==pivot){
    g.setColor(Color.green);
    else {
    g.setColor(Color.red);
    g.fillRect(10, 20+i*4, cisla[i], 2);
    g.setColor(Color.white);
    g.fillRect(9+cisla[i]+1,20+ i*4, 1000, 2);
    public void drawIt(int[] cisla, int pivot){
    this.cisla = cisla;
    this.pivot = pivot;
    repaint();
    class QuickSort2{
    GrafikaPanel component;
    public QuickSort2(GrafikaPanel gp){
    component = gp;
    public void sort (int[] vstupnePole) {
    QSort(vstupnePole,0,vstupnePole.length-1);
    public void QSort(int[] array,int zac,int kon){
    int i = zac;
    int j = kon;
    int pivot = array[(i+j)/2];
    while(i<=j){
    try {
    Thread.sleep(100);
    component.drawIt(array,pivot);          
    }catch(InterruptedException ie){break;}
    while(pivot<array[j]){j--;}
    while(pivot>array[i]){i++;}
    if (i<=j){
    int temp = array[i];
    array[i] = array[j];
    array[j] = temp;
    i++;
    j--;
    if (zac<j){QSort(array,zac,j);}
    if (i<kon){QSort(array,i,kon);}

  • How to run a vi from Java application?

    I am passing data to a vi from my java swing application using data socket bean but I have to manually open and run the vi. How can I programatically open and run the vi from my java application without using ActiveX automation server?

    I don't know Java but if you can issue a shell command then you can run the VI with the command line:
    "\labview.exe" ""
    You have to set the VI to "Run when opened". The VI will run each time the command is issued, even if the VI is already opened.
    LabVIEW, C'est LabVIEW

  • How to Run a Hello World Java application on WIndows Mobile

    Hi!
    We have a sample Plug-in environment Java application downloaded from http://www-128.ibm.com/developerworks/library/os-ecl-ercp/index.html - IBM library.
    We have downloaded the source files org.eclipse.testworkbenchapp_1.0.0.jar and tried running the application on desktop PC, this worked fine.
    We are using Eclipse 3.2 to run this Java application on Desktop.
    Now, we are trying to run the same application on Intermec Windows Mobile 5.0 device.
    1. The device has IBM J9 ? WebSphere MicroEnvironment MIDP 2.0 for Windows Mobile2003 installed in it.
    2. On installing this on Windows Mobile, in Start ? Programs ? we find MIDlet HQ - on launching this, opens a window with Install button.
    3. On Click on Install button, another window opens which asks for URL to install.
    4. In the URL Edit box, I give file:////Org.Eclipse.testWorkbenchapp.feature_1.0.0.jar which is present in \MyDocuments\Update site folder copied from desktop workspace via Active sync ? As mentioned in the above IBM library site.
    5. I have also tried file:////MyDocuments\Updatesite\Org.Eclipse.testWorkbenchapp.feature_1.0.0.jar as input to URL.
    6. On click OK, I get an error titled AMS Error with description The application descriptor was missing the required MIDlet Name field.
    I am held up here and not able to move further.
    As mentioned in the above IBM library site I tried downloading the update site folder via Eclipse ? Software Updates ? Find and Install in Help menu.
    I selected Search for new features to install and browsed the Update site folder location present in my Eclipse workspace. This also does not work.
    Any help in this regard in greatly appreciated. Thanks in advance!

    I would ask such questions in the J2ME forums, or even better in a websphere forum, like here:
    http://www-128.ibm.com/developerworks/forums/wsdd_forums.jsp

  • How to Run Foms in 10g DS/Application sever

    Hi All Dears
    i need guidence for seting the environment for the 10g DS/application sever to run forms in client server environment because i am switching from 6i to 10g form and database both to run my project in browser environment
    home will provide me a solid guidence for such matters
    Thanks
    Qaiser Hassan Awan

    No sir i did not mean by client sever as u pick my prob is as under
    i am facing a prob that is i have installed 10g database / Developer suite ,
    now i created a form on DS which is running fine with in the environment on DS but now prob is
    when i run this form from Desktop its failed to run and generate an error with creating a .err file and give a message that is file not generated ,
    does any one can tell me what is the method of configuration for 10g forms to run it from clioent side ,
    now i have also installed its application server too but what should do now to run it in browser environment from client desktop
    wiating for Reply
    Qaiser Hassan Awan

Maybe you are looking for

  • Incorrect Transport Requests : SAP delivery version getting collected

    Hi, In our development system, when we try to include objects in a transport request, the entries in the transport request are getting saved as the SAP Delivery version rather than the active version. For example an ODS ( z object, newly created in d

  • Here we go again, problems with Email STILL/AGAIN.

    Now not only am I still having the same problem of the iPhone saving my deleted email, the iPhone is now deleting my email accounts ON ITS OWN. I went to bed last night with two distinct pop accounts and woke up with only one. I just can't believe th

  • Ipod shows black artwork while itunes shows correct picture

    Hi! I've pasted the artwork to several whole albums on my ipod and itunes shows them correctly when i click on "Get Info" but when I eject the ipod - the ipod shows somehow just black covers; I've tried different artworks but for those several albums

  • Upgrading from Aspect 3.4 to 4.0!

    I'm still using Aspect 3.4. Any particular reason to upgrade to 4.0?

  • Redirect outgoing SMTP traffic

    I have installed iPlanet Messaging Server 5.2 on single machine and I would like to redirect outgoing SMTP traffic (send via outgoing SMTP server or Messanger Express) trough smarthost. Any ideas, how to do this easiest way? Regards Matej