karthik aswin

Greenhorn
+ Follow
since Jun 10, 2009
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 karthik aswin

Hi guyz,

I am karthik from chennai, working in a canada based IT company for the past 3 years. I wish to prepare for entrance exam for Management studies (CAT in india).

I wanna know whether any one with 3 year experience in IT will do MBA in top tier institutions in India. Or is it advisable to opt for Executive MBA after 5 years of work exp. If the former is ok, i will opt for giving a wild shot at CAT this year and prepare rigorously for next year exam.

At this juncture i could not decide whether my career should be in IT or else where. So my options would be,

1. Switch over to another IT company with a higher package, work for 2 more years, get a executive MBA, progress in IT.

OR

2. Give a shot @ 2011 CAT in spite of low confidence, switch over to some other company, without concentrating on tech career, prepare for 2012 entrance exams, crack it. Get a good b-school, move up the career ladder.

Please help guyz ! I dont have anyone to give professional advice. So please be kind to help !! Thanks !!
12 years ago
Hello friends. Here s what i need. I have to web applications hosted in jboss. My constraint is to set the http request header in one application and retrieve it in another. How can i achieve. In tomcat tried it with crossContext true but with no success. How can i achieve it in jboss. Render your help !!
13 years ago
JSP
No reply ! I am struck help me outta thiss
13 years ago

Jaikiran Pai wrote:Where exactly is hello.jsp placed?



Inside WebContent folder of the app named Spring_MVC
13 years ago

Ulf Dittmer wrote:Have you tried setting the crossContext attribute of the web app from which you want to forward? That's how I read the docs.



Done. here s what my server.xml looks like

<Context path="/Spring_MVC" docBase="Spring_MVC" debug="0" crossContext="true"
reloadable="true">
</context>


<Context path="/Orbeon-Test" docBase="Orbeon-Test" debug="0" crossContext="true"
reloadable="true">
</context>

But still getting the same error. Help !
13 years ago
Thanks for the prompt reply !!!



Devaka Cooray wrote:Remove the forward slash (/) from docBase




Tried it. But still getting the same error

13 years ago
JSP

Devaka Cooray wrote:Have you properly set the path attribute of the Context for Spring_MVC ?



Here is the context attribute i mentioned in server.xml

<Context path="/Spring_MVC" docBase="/Spring_MVC" debug="0" crossContext="true"
reloadable="true">
</context>


Is this right?


13 years ago
JSP

Ulf Dittmer wrote:Since we're talking about Tomcat here, it is, in fact, possible. It is achieved by setting the crossContext attribute of the Context to true. See http://tomcat.apache.org/tomcat-6.0-doc/config/context.html for details.



I tried it but could not get it to work. When i try to access the jsp file of another web app i get the following error HTTP Status 404 - /hello.jsp requested resource not available.

I call the jsp from another application using the following lines

ServletContext ctx=application.getContext("/Spring_MVC");
RequestDispatcher rd =ctx.getRequestDispatcher("/hello.jsp");
rd.forward(request,response);

Am i doing anything wrong here ??
13 years ago

Devaka Cooray wrote:

karthik aswin wrote:because i do not want to lose the request header....... Is there a way to do it?


No way to transfer the request object to another web application. But you can wrap those headers into a SOAP message and send to the other web application through a web service.

Devaka



But i heard that If i get the request dispatcher from context, i can pass my request across the application.
13 years ago
Hi all,

Here s my constraint. I have to use request dispatch from one web app to another. I cant use sendRedirect because i do not want to lose the request header. i am using Tomcat 6 as my server. Is there a way to do it?
13 years ago
I am a newbie to this forum. I have to create a new JSP page with tabs . It should also have a create new tab button ( similar to a browser ). Please help me out guys. I am weak in javascript also . help me out...
This is the situation.

1. I am a Computer science engineer finished my degree in MAY 2009
2. I am without a job now. tried for many companies and ultimately failed.
3. I am strong in CORE JAVA , PLANNING TO WRITE SCJP in November.

My situation is I didnt get a job for 4 months. I am losing patience. The only ray of hope is I WILL FINISH SCJP THIS NOVEMBER. I am not aware of J2EE.

My question is
1. IS SCJP certification enough to find a job as a fresher. or is J2EE skills needed.
2. I got an cheap offer from a private institute from my place to study J2ee. Its a good institute. Should i join there.
3. Or should i concentrate on SCJP and patiently waiting for job offers in next 3 months. Will i get any( I am a first class distinction holder throughout my academic career) ??

Please help me out SENIORS. I am completely broken down. I am at worst of my moods right now. I will probably become more upset mentally if i dont get a job in next 1-2 months
14 years ago

James Ward wrote:Do you have to hand over your original Certificates to the company?
In other words, will they be keeping it with them?



The company has asked me to visit the final round on 21 september( I think its just a formal round) . And thanks for all your replies. Please assure me that you guys will again come back on monday to track changes. Again, i will let you know all the details on monday. Please CHECK BACK ON MONDAY

I NEVER THOUGHT I COULD GET CAREER GUIDANCE FROM JAVARANCH. HATS OFF
14 years ago

Ninad Kulkarni wrote:Hi Karthik,
I think you should join the company.


The only dilemma i am having is people say IT will boom within a year. If that happens i cant apply for any other job. And please justify your answer. SENIOR GUYS LIKE YOU SHOULD HELP JUNIOR GUYS LIKE ME .. Please
14 years ago

Campbell Ritchie wrote:Please note we prohibit naming companies like that: I have changed your posting to remove the names (original in our deleted forum).

I hope you don't mind, Mark, Nitesh and Henry Wong



Sorry for that.. Wont do that again.
14 years ago