Vijendra Runwal

Ranch Hand
+ Follow
since Apr 17, 2006
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 Vijendra Runwal

I got the solution, I was trying to configure log4j , which was causing the prob...
16 years ago
When JBOSS server is started, we generally get a message saying 'server started in some secs', I use to get this message everytime I started the server. After deploying a new ear in JBOSS, final 'server started' message disappeared,although the newly deployed ear didn't gave any error. I browsed the application which worked well and the logs are still getting reflected, can anyone tell me what can be problem with JBOSS Console not showing the final server started message?
16 years ago
Thanks Jaikiran ..
16 years ago
6 hrs...more than enough..
16 years ago
Can anyone please explain why do I get the following message on JBoss console when I start the JBoss server. It says.. :
--- Packages waiting for a deployer ---
org.jboss.deployment.DeploymentInfo@ec708d9a { url=file:/C:/jboss-4.0.5.GA/server/default/deploy/struts-blank-1.3.8/ }
deployer: null
status: null
state: INIT_WAITING_DEPLOYER
watch: file:/C:/jboss-4.0.5.GA/server/default/deploy/struts-blank-1.3.8/
altDD: null
lastDeployed: 1181989685984
lastModified: 1180478160570
mbeans:

--- Incompletely deployed packages ---
org.jboss.deployment.DeploymentInfo@ec708d9a { url=file:/C:/jboss-4.0.5.GA/server/default/deploy/struts-blank-1.3.8/ }
deployer: null
status: null
state: INIT_WAITING_DEPLOYER
watch: file:/C:/jboss-4.0.5.GA/server/default/deploy/struts-blank-1.3.8/
altDD: null
lastDeployed: 1181989685984
lastModified: 1180478160570
mbeans:


how can I remove these messages?
and the significance of mbeans?


Thanks in advance...
Vijendra
16 years ago
Can anyone help me in finding solution for the following problem :

I have to pass Arraylist from JSP to java action class.I am using strutsframework. I tried setting it using hidden variables but that doesn't work..it gives error for arraylist..

can anyone please give code snippet for the same....

Thanks in Advance..
Vijendra
16 years ago
Can any one please tell me which versions of JBOSS are compatible with jdk1.4?

I know that JBOSS 4.2.0GA is not compatible with 1.4...

Thanks in Advance..
-Vijendra
16 years ago
Thank you all for your support and help..

Keep up the good work..

Vijendra
16 years ago
The file needs to be printed at Client side.

Let me make it simple.
Instead of zip files let's consider a single simple .txt or .doc file. On a JSP page I have name of the file say a.txt(it's a hyperlink, on clicking the link it downloads the file from server location). Now when user clicks on a.txt it's downloded. I want to implement additional functionality which can print the file directly(instead of downloading and then printing separately).

It can be like this, we can have a print button on the page, clicking on print will print the a.txt file contents directly.

Can we implement this functionality.

If yes, is it possible to implement it for multiple files.

Thanks...
17 years ago
JSP
I need to extract and print some files present on a page on a click of button.

Has anyone tried this ever...

I am using JBoss server, JSP and a struts framework..
I only have download links to individual files present on page..


Please let me know if additional info required..

Thanks...
17 years ago
JSP
Finally i have passed SCJP 310-035(1.4)(with a score of 83%..not too bad).Thanks to Kathy Sierra's book, it's a fantastic book..initially i was struggling(was referring some other book),but reading K&S gave me much needed confidence.

K&S made it really easy...

Thanks K&S...
17 years ago
Hi All,
Can anyone help me out with this.
I want to disable all the buttons on a jsp page after checking the value of a flag on the jsp page.

can i have small change on the jsp page for the same, cause i have to do it on many jsp pages.i am using the same pages for submit action in one case and i have to freeze the page(i.e. read only) in other case.

Thanks in advance.
basically the error is object not found error when i try to run it on https but the same code runs well on http.I just want to know the difference between loading applet on http and that on https.It's problem with SSL i think so. What i need to do for running/loading the applet on https(i.e on a secured site).


-Vijendra
17 years ago
Problem with Applets running on a browser with SSL.Applets run fine on http but have the problem while running on https gives an error. What might be the problem?
Any Solution?

-Vijendra
17 years ago