Link to home
Start Free TrialLog in
Avatar of radhnki
radhnki

asked on

weblogic war

Hi,
    I created a web application. it works properly in tomcat, so made a war file and tried to deploy in weblogic thru admin console. it was deloyed successfully. But there is a error while starting a login.jsp page. it says
compilation of jsp file 'jsp/login/login.jsp failed'

login.jsp 5:18 package com.documentum.fc.client doesnot exist.
<%@ import="com.documentum.fc.client.*"  >

I guess jar files are not reffered. How to set class path to weblogic to load the jar file.
in both weblogic solaris and windows.

Any help is highly appreciated

Avatar of parul11183
parul11183

I would try adding the required jar files of documentum in

<your_bea_installed_location>\user_projects\domains\<your_domain>\lib

Basically whatever you place under lib directory would be picked by weblogic and added to the classpath.


Avatar of radhnki

ASKER

Hi Rajesh,
         I copied and tried, but still the error presents? any other alternative way to proceed?
If you know how to modify war files, best way is to include them in /WEB-INF directory of the war and redeploy it.
Avatar of radhnki

ASKER

Hi,  
    I created a war file from eclipse. it includes web-inf and all the folders..

Even i deployed in my local weblogic server it works properly. but it is not working in another weblogic server.. i dont know y
Avatar of Rsulliv1
Where is your dfc.jar? It needs to be in your WEB-INF/lib dir. That's standard location for a webapp's jars.

Look at webtop.jar or any of the other dctm jar files to see what they have in their lib directories.

Note that creating a war file from eclipse doesn't mean anything on its own. you still need to ensure you're packing the correct dependencies within your webapp.
ASKER CERTIFIED SOLUTION
Avatar of radhnki
radhnki

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
radhnki,

Please detail how you resolved your problem as to support any similar issues in the future.

We want to make sure we add value to the system.