Hi!
I am working over example
http://www.jollem.com/orion-cmp-primer/ Please let me know what the exact syntax of <application> path in
orion/config under win98 . I am using
path="file:c:/.../addressbook/build/addressbook.ear"
Orion directory c:\orion.
My autoexec.bat is:
...
PATH C:\WINDOWS;C:\WINDOWS\COMMAND;C:\j2sdkee1.3\bin;C:\ANT\BIN;C:\MSSQL7\BINN;C:\TOMCAT\BIN;C:\ORION
SET TOMCAT_HOME=c:\tomcat
SET JAVA_HOME=C:\jdk1.3.0_02
SET J2EE_HOME=C:\j2sdkee1.3
SET ANT_HOME=C:\ant
SET ORION_HOME=c:\orion
SET PATH=%PATH%;C:\GRAVIS\PCGPPro
REM - By Windows Setup - SET SNDSCAPE=C:\WINDOWS
SET SNDSCAPE=C:\WINDOWS
Set
CLASSPATH=.;C:\tomcat\lib\servlet.jar;C:\tomcat\lib\jasper.jar;C:\jdk1.3.0_02\ib\tools.jar;C:\orion\ejb.jar;C:\j2sdkee1.3\lib\j2ee.jar
I included C:\orion\ejb.jar to classpath becouse I had a problem to
compile without it.
Whether i need to change something?
Thanks
Thanks