yegappan ramaiah

Greenhorn
+ Follow
since Dec 29, 2003
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by yegappan ramaiah

to my knowledge it should execute the toString method of the class. People correct me if I am wrong
Hi,

Can anyone help me in deploying my existing web application (WAR file) with SAP's NetWeaver IDE and also i need to know how to run it in the J2EE server of SAP
19 years ago
Hi,

I have a pop-up, if the user clicks on the 'X'(close) button of the pop-up, i need to fire certain validations. Based on the validation I decide whether to close the window or to keep it open, the problem I am facing is I am not able to hold back the window untill I give window.returnValue = "" But this again gives me a warning message box which I don't need, is there anyway to hold back the window without the warning message. This requirement is for IE 5.5 and above.

Thanks in advance,
Yegappan
Hi,

I have a requirement to have IIS 5.0 to interact with Sun ONE App Server 7. Everything works fine till I encounter a relative URL for HTML page. I have certain URLs stored in the DB that would be fetched based on the logged in worker and the corresponding HTML page has to be loaded. The problem that I am facing is that the App Server searches for the HTML page in the physical location of the context, but the HTML files are visible only to IIS. Please help at the earliest.
Thanx
Yegappan
19 years ago
Thanx a lot ppl, actually I have already started with the linked hash map. I just wanted to know if there is any other easy work around, anyways thanx for all you ppl's hlp.
19 years ago
Hi All,

I have a problem while using the HashMap, the requirement is to retrieve the keys in the order I put them, I know that HashMap does not guarantee me the order, but it is been used in too many places in my project, hence it is a scary change to use a different collection, does anyone know any workaround to get over this??? please help ASAP
19 years ago
hi steve,
thanx for the info, actually i compared my web.xml with a working web.xml, the problem in my web.xml is it doesnt recognize the <ejb-local-ref> tag... actually i want one of my servlet to lookup an ejb with local home and local interface, here is where iam struck up, i have checked all the xmi files, there are same as other working copy, but it doesnt recognize mine, kindly help me at the earliest, its an emergenc, thanx.....
yegappan
20 years ago
hi all,
iam trying to deploy my ear application into was 5.0, this results in the following exception, kindly help,
thanx in advance
yegappan
AppDeploymentException: []
com.ibm.etools.archive.exception.DeploymentDescriptorLoadException: WEB-INF/web.xml
at com.ibm.ws.management.application.client.AppInstallHelper.getModuleConfig(AppInstallHelper.java:266)
at com.ibm.websphere.management.application.client.ArchiveDeploymentInfo.createModuleConfig(ArchiveDeploymentInfo.java:116)
at com.ibm.websphere.management.application.client.AppDeploymentInfo.getModuleConfig(AppDeploymentInfo.java:214)
at com.ibm.ws.management.application.client.DefaultBindingHelper.getDefaultBindingInfo(DefaultBindingHelper.java:177)
at com.ibm.ws.management.application.client.DefaultBindingHelper.getDefaultBindingInfo(DefaultBindingHelper.java:90)
at com.ibm.ws.management.application.client.DefaultBindingHelper.getDefaultBindingInfo(DefaultBindingHelper.java:82)
at com.ibm.ws.console.appmanagement.action.UploadAction.formUpload(UploadAction.java:191)
at com.ibm.ws.console.appmanagement.action.UploadAction.perform(UploadAction.java:99)
at org.apache.struts.action.ActionServlet.processActionPerform(ActionServlet.java:1791)
at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1586)
at org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:510)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
at com.ibm.ws.webcontainer.servlet.StrictServletInstance.doService(StrictServletInstance.java:110)
at com.ibm.ws.webcontainer.servlet.StrictLifecycleServlet._service(StrictLifecycleServlet.java:174)
at com.ibm.ws.webcontainer.servlet.IdleServletState.service(StrictLifecycleServlet.java:313)
at com.ibm.ws.webcontainer.servlet.StrictLifecycleServlet.service(StrictLifecycleServlet.java:116)
at com.ibm.ws.webcontainer.servlet.ServletInstance.service(ServletInstance.java:258)
at com.ibm.ws.webcontainer.servlet.ValidServletReferenceState.dispatch(ValidServletReferenceState.java:42)
at com.ibm.ws.webcontainer.servlet.ServletInstanceReference.dispatch(ServletInstanceReference.java:40)
at com.ibm.ws.webcontainer.webapp.WebAppRequestDispatcher.handleWebAppDispatch(WebAppRequestDispatcher.java:872)
at com.ibm.ws.webcontainer.webapp.WebAppRequestDispatcher.dispatch(WebAppRequestDispatcher.java:491)
at com.ibm.ws.webcontainer.webapp.WebAppRequestDispatcher.forward(WebAppRequestDispatcher.java:173)
at com.ibm.ws.webcontainer.srt.WebAppInvoker.doForward(WebAppInvoker.java:79)
at com.ibm.ws.webcontainer.srt.WebAppInvoker.handleInvocationHook(WebAppInvoker.java:199)
at com.ibm.ws.webcontainer.cache.invocation.CachedInvocation.handleInvocation(CachedInvocation.java:71)
at com.ibm.ws.webcontainer.srp.ServletRequestProcessor.dispatchByURI(ServletRequestProcessor.java:182)
at com.ibm.ws.webcontainer.oselistener.OSEListenerDispatcher.service(OSEListener.java:331)
at com.ibm.ws.webcontainer.http.HttpConnection.handleRequest(HttpConnection.java:56)
at com.ibm.ws.http.HttpConnection.readAndHandleRequest(HttpConnection.java:432)
at com.ibm.ws.http.HttpConnection.run(HttpConnection.java:343)
at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:592)
20 years ago
hi,
i am trying to install my application into websphere 5.0 application server and i get the following error message, can anyone help.... thanx in advance
AppDeploymentException: []
com.ibm.etools.archive.exception.DeploymentDescriptorLoadException: WEB-INF/web.xml
at com.ibm.ws.management.application.client.AppInstallHelper.getModuleConfig(AppInstallHelper.java:266)
at com.ibm.websphere.management.application.client.ArchiveDeploymentInfo.createModuleConfig(ArchiveDeploymentInfo.java:116)
at com.ibm.websphere.management.application.client.AppDeploymentInfo.getModuleConfig(AppDeploymentInfo.java:214)
at com.ibm.ws.management.application.client.DefaultBindingHelper.getDefaultBindingInfo(DefaultBindingHelper.java:177)
at com.ibm.ws.management.application.client.DefaultBindingHelper.getDefaultBindingInfo(DefaultBindingHelper.java:90)
at com.ibm.ws.management.application.client.DefaultBindingHelper.getDefaultBindingInfo(DefaultBindingHelper.java:82)
at com.ibm.ws.console.appmanagement.action.UploadAction.formUpload(UploadAction.java:191)
at com.ibm.ws.console.appmanagement.action.UploadAction.perform(UploadAction.java:99)
at org.apache.struts.action.ActionServlet.processActionPerform(ActionServlet.java:1791)
at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1586)
at org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:510)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
at com.ibm.ws.webcontainer.servlet.StrictServletInstance.doService(StrictServletInstance.java:110)
at com.ibm.ws.webcontainer.servlet.StrictLifecycleServlet._service(StrictLifecycleServlet.java:174)
at com.ibm.ws.webcontainer.servlet.IdleServletState.service(StrictLifecycleServlet.java:313)
at com.ibm.ws.webcontainer.servlet.StrictLifecycleServlet.service(StrictLifecycleServlet.java:116)
at com.ibm.ws.webcontainer.servlet.ServletInstance.service(ServletInstance.java:258)
at com.ibm.ws.webcontainer.servlet.ValidServletReferenceState.dispatch(ValidServletReferenceState.java:42)
at com.ibm.ws.webcontainer.servlet.ServletInstanceReference.dispatch(ServletInstanceReference.java:40)
at com.ibm.ws.webcontainer.webapp.WebAppRequestDispatcher.handleWebAppDispatch(WebAppRequestDispatcher.java:872)
at com.ibm.ws.webcontainer.webapp.WebAppRequestDispatcher.dispatch(WebAppRequestDispatcher.java:491)
at com.ibm.ws.webcontainer.webapp.WebAppRequestDispatcher.forward(WebAppRequestDispatcher.java:173)
at com.ibm.ws.webcontainer.srt.WebAppInvoker.doForward(WebAppInvoker.java:79)
at com.ibm.ws.webcontainer.srt.WebAppInvoker.handleInvocationHook(WebAppInvoker.java:199)
at com.ibm.ws.webcontainer.cache.invocation.CachedInvocation.handleInvocation(CachedInvocation.java:71)
at com.ibm.ws.webcontainer.srp.ServletRequestProcessor.dispatchByURI(ServletRequestProcessor.java:182)
at com.ibm.ws.webcontainer.oselistener.OSEListenerDispatcher.service(OSEListener.java:331)
at com.ibm.ws.webcontainer.http.HttpConnection.handleRequest(HttpConnection.java:56)
at com.ibm.ws.http.HttpConnection.readAndHandleRequest(HttpConnection.java:432)
at com.ibm.ws.http.HttpConnection.run(HttpConnection.java:343)
at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:592)
hi all,
Iam using websphere 5.0, i want to deploy my ear using ant, in weblogic i can just copy my ear to the applications folder, the server picks up the application while start up and deploys it, i want to do the same in websphere 5.0, kindly help.
Thanx in advance
Yegappan
20 years ago
iam trying to integrate apache 1.3.29 with tomcat 4.0 via mod_jk.... it is said to create 2 dirs namely jk and auto, which doesnt happen, anyone can help?? also i need help on creating worker.properties file, thanx in advance.
20 years ago
how do i integrate apache 1.3 webserver with tomcat 4.0 servlet container, help needed ASAP. thanx.
20 years ago
i want tomcat 4.0 servlet container install, can anyone help me....
20 years ago
ANT
hi hayes,
thanx but the requirement is that i have to use jdk1.4 for compilation and after the javac, i want the java_home to point to the websphere's jdk, everything is in a single build.xml... u have any idea how to proceed, thanx for replying, anyone can help in this regard,
thanx to all
20 years ago