Ajinkya Parakh

Greenhorn
+ Follow
since Sep 06, 2010
Merit badge: grant badges
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by Ajinkya Parakh

Thank you Walter and Paul
13 years ago
First of all thank you all for your help (I hardly posted anything here but I am a regular visitor of coderanch). Coderanch really helped me a lot whenever my mind got flooded with questions/confusions.
To get good score in OCPJP (Its my personal opinion)
1. Decide a timeline (Otherwise you will spend months in preparation)
2. Stick to K&B and get good grip of basics
3. Do some mock tests (Do not bother about score)
4. Give a second look to K&B which will help you to identify area which need improvement.
5. In between try tons of mad,messy,nonsense code it will really help you a lot.
6. And keep visiting Coderanch whenever you are free
Hope it will help you. All the very best !

PS: Please correct me if I am making any wrong assumption

~Ajinkya.
13 years ago
I created my web service using Eclipse and Apache axis (Using this link http://www.softwareagility.gr/index.php?q=node/21). When I tested it on my local machine with Eclipse and Apchache tomcat it worked fine.
Then I deployed my web service on another machine,using files generated by eclipse. I copied the folder created under to Jboss's
When I tried to access my service it gives me following exception.


Here is my small web service (excluding biz logic)


Am I missing something ?

~Ajinkya.
13 years ago
Thanks David I got it done. This was my first post on Javaranch
and really pleased by your prompt reply.
14 years ago

David Newton wrote:Welcome to JavaRanch! Please UseCodeTags when posting code or configuration. Unformatted code and configuration is unnecessarily difficult to read. You can edit your post by using the button.



Thanks David. I have added the code tag. :)
14 years ago
"System.out.println(labName);" in LoginAction is not executed.
14 years ago
Hello All,
Now I am trying my hands on struts. I have wriiten simple application in struts and it is yet to be complete.
Whenever I pass ajax request in struts it give me error "SEVERE: Invalid path /pages/login was requested".
I know I am making blunder somewhere please help me to figure it out.

1) web.xml file


2) struts-config.xml file


3) LoginAction.java file ( Action class )

4) index.jsp

Regards-
Ajinkya Parakh.
14 years ago