Prabha Enjeti

Greenhorn
+ Follow
since Oct 30, 2005
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Prabha Enjeti

Hi,

I have a similar task to convert a MS Word document to an XML.
The word document has images and graphs.Someone suggested me to use Apache POI Framework for this task.Can some one please suggest me how to go about it?

Thanks,
Prabha
I am trying to execute a perl scripts in Weblogic 8.1 using CGIServlet.
I have specified the right CGI Diretory and the perl executable in web.xml.
I am able to execute a simple Helloworld.pl program.But once I include Use DBI Header in the same Helloworld.pl the execution fails.
In the server log it says "CGIServlet failed to execute Helloworld.pl".
I added the library path which has DBI.pm in @INC.
I also added the PERL5LIB in .profile and setEnv.sh script is weblogic.
But still getting the same error.
Can someone please help me???
It's very urgent.

Thanks
18 years ago