Right Java tools for J2EE, Web Service, Grid and more
|Home | Products | Documents | Downloads | Purchase | Support | Company | Partners | Contact |

FAQ For SuperArch

 


How can I find out when the Super was started and when it was shutdown?

Read the output file. Search for words "starting", "shutdown", "exit" and "quit". It may be recorded even you press Control-c. But if the computer was powered off, there would be no chance to record anything.

How do I specify the version of Java to run Super from the shortcut?

You need to modify run.bat (under installed directory) and specify the path.

Example: you need to change text in blue color, from the original:

@echo off
REM DO NOT MODIFY THIS FILE!!!
@setlocal
C:
cd \st\websphere60
call setEnvironment.bat
java %JAVA_OPTIONS% %* 
@endlocal

to:

@echo off
REM DO NOT MODIFY THIS FILE!!!
@setlocal
C:
cd \st\websphere60
call setEnvironment.bat
C:\WebSphere60\AppServer\java\bin\java %JAVA_OPTIONS% %* 
@endlocal

 


   © Copyright 1999-2008 Acelet Corporation. All rights reserved.