Re: JSP - CORBA

2000-11-02 Thread Raghu Duggirala
Hi, you can write an interface for client side CORBA code, which will return an proxy object in JSP. you can call the object operations in your JSP. cheers, --- Chen Shirley [EMAIL PROTECTED] wrote: Hi everyone, I am working on retriving a string array from other application(which gets the

tomcat3.1 bate and apache 1.3.12 conf file

2000-04-01 Thread Raghu Duggirala
Hi, I am using tomcat3.1 beta and apache 1.3.12, By editing the httpd.conf file for setting the path of /tomcat/conf/tomcat.conf file, we need to give tomcat-apache.conf file instead of tomcat.conf, I used both ways, the second way(tomcat-apache.conf) is working, for more clarifications U R

Re: Tomcat bean path question

2000-03-30 Thread Raghu Duggirala
Dear freinds, I am feeling very good with the latest techology help from all of you, I am working on JSP and J2EE tool(tomcat), I am testing my JSP pages in tomcat(standalone) then using them (with inserted EJB code) in J2EE deployment tool. When I test with tomcat there are no errors, After