deepesh shah

Greenhorn
+ Follow
since Feb 04, 2002
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 deepesh shah

Hi,

I have done the 288 questions and I also got to have 75% in most of the mock exam after my 3 months of study, If one can suggest me that now mastering these 288 question or any specific mock test is enough to consider my self to go for the exam, pls specify if these 288 question or any exam is very similar to original SCEA Part I.

thanks in advance.
hi,
pls help me out, i wanna set the security provider in java.security file, pls tell me where exactly i can modify in which file in tomcat 4.1.
i already have a java client running the same security provider added in my c:\jdk1.3.1\jre\lib\security file and its working fine as i have the following properties in it..
security.provider.1=sun.security.provider.Sun
security.provider.2=com.sun.net.ssl.internal.ssl.Provider
security.provider.3=com.sun.rsajca.Provider
now when i try to run the same java client within jsp page the following error is produced at tomcat...
RESULT=-31&RESPMSG=The certificate chain did not validate, no local certificate
found, Modify java.security file to add security provider

pls help me out asap.
regards,
deep.
20 years ago
Dear friends,
I am using weblogic 7.0 version as my app server in linux platform.I am not able to login thru console with the userid=system and pwd=weblogic which I have in my startWebLogic.sh file.My admin server is staring properly but I cannot be able to login thru console(web console).It's giving me the following error.

Authentication Denied
The username or password has been refused by WebLogic Server. Please try again.
20 years ago
Hi Friends,
need help in a strange problem of handling multiple sessions, i have a main which contains session object where i have stored a role.
now there is a link on the page over whichi i am opening another page in pop up, now the problem is i wanna have a new role session object with newly opened page with different role and over closing the page i want to retain my last session object with same role as previously, do suggest me how to handle this asap.
with regards
deep.
[ January 16, 2004: Message edited by: Bear Bibeault ]
20 years ago
JSP
hi friends,
i am new to struts , can anyone giveme the URl to a good tutorial or pdf.
thanx in advance
with regards,
deep.
20 years ago
Dear friend,
pls someone give me any url where i can take a mock test of my ejb knowledge.
thanx in advance.
deep.
hi ,
well i m new to xml , looking for an efficient way to read an xml file change/update certain node's value, or attribute and saving the same xml file, if possible this should happen while reading the file itself with xml reader, any help.!
deep deepeshshah@hotmail.com
Hi all,
i am facing a typical problem, see it is something like when i request a page when the page load somtimes i found repeatation of form componenets like more than one combo or table inspite of proper code because of multiple processing of the request and it turns out horrible all the images and other component shatters around the page, so can anyone help me out stopping this to happen. well if there is any code in JSP or javascript that can help out to load a refresh page, pls send me. i think it has something to do with flushing the out.print pls help me out.
thanx in adv..
regards.
22 years ago
JSP
ADGU2008E: The Administration Client failed to connect to the Administration Server. Start the local or remote Administration Server service before launching the Administration Client.
can anyone help me in solving this problem, i m facing this as soon as i start my server
deep
22 years ago
hi, see corba com is realted with binding problem only, therefore make sure that first u should start persistance name server, and after it is started then only you have to start your ejb servers , make sure that persistance name server is started b4 you go start u'r ejb server, then after you run ejb server wait til in console gives 'Eserver ready for business', if still then close server and name server and redo the operation, u have to be passionate for this, and if still problem persist just restart entire VAJ, or even machine , check whether ports are available for that or not, with netstat commmand on cmd prompt also check " E Server open for business." in name server also b4 u start request , ... good luck!
22 years ago
hi kishor,
i was facing the same problem, but i found the solution , in a way that you first follow the instruction carefully by Mayyappan and but then you have to be wait for EJB server Configuration , in a sense that even thow the server show you running and enabled with run icon, but actaully it takes a bit time before it really starts, meanwhile , if u send a request you may get Corba.com error, so the best way to assure that the server is started is open click th Console window, select the server in all program tab, and check in output tab, you have to wait till the output in console ends with last line as "EJServer E Server open for business.", wait for the same if you have number of servers, then you can start the client request, if still the problem is there let me know...
22 years ago
Hi All,
i am using an applet for which the classfiles are in a directory named "classes" and i m using the folling code to get excess to applet class :
<applet width="567" height="336" codebase="classes" code="TreeApplet.class" name="MyTree" MAYSCRIPT> & it works.
but when i have created a .jar for all the classes named as "deep.jar" and given the following code it is not loading the applet with an error "load: class TreeApplet.class not found" code as follows:
<applet width="567" height="336" codebase="deep.jar" code="TreeApplet.class" name="MyTree" MAYSCRIPT>
can anyone help me put in solving this
[ February 05, 2002: Message edited by: deepesh shah ]
[ February 05, 2002: Message edited by: deepesh shah ]
22 years ago
JSP
Thanks satya for response,and also for updation of name,
well,i m using websphere 4.01 which is JSP1.2 complient.i have come to know that we can configure something with server, but all i wanna know is whethere is it possible for using the same via JSP code also what if i wanna add certain customized message to it, that has to be displayed with Error 404 page.

with regards,
deep.
22 years ago
JSP
hi all,
I m facing a problem while error handling for it can't catch error 404 or error 500, any help pls,
22 years ago
JSP