Hi Rajiv,
        I hope u are using weblogic 4.5x if thats so this is the procedure.
 
        go to ur root/welogic/bin directory ...
        Hopefully u should find a file called t3config.exe
        Lets say u decide to put ur java source and class files in c:\jspbeans
        then run t3config with the following syntax
       
        t3config -classpath c:\jspbeans
 
        this should set ur user classes path for weblogic and put all ur java src and class files in jspbeans dir.
        any package name should be taken care of as req.
 
        This worked for me feel should be useful to u
 
        Bye,
        Chandrasekaran.v
       
       
 
----- Original Message -----
Sent: Saturday, November 06, 1999 5:22 PM
Subject: How to run a JSP File using Beans in WebLogic Application Server?

Hi Friends,
 
I have basic doubt in executing JSP file in WebLogic Application Server.Can any one working on WebLogic Application Server on Windows NT. I know how to execute simple JSP file but if I use Beans in JSP file then where I have to put Bean class file in WebLogic Server
 
Thanks in Advance
Rajiv

Reply via email to