seradmin

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

Recent posts by seradmin

Hi..Besky ..
thank u very much for ur reponse.
could u pl tell me where can i get the exact link fororacle 9i appserver download ?if i have down load of 9i appserver is it necessary to have oc4j container with this?if it is the case how can i club appserver and container?
could u pl tell me the link wher can i get complete j2ee application devolopment using 9iappserver?here i had few jsp's and ejb's in my application.pl help me..waiting for ur response.
thx once again..
22 years ago
hi..all..
it seems kyle is busy.so does any body cAN RESPOND ON THIS?
THX..
RAJA
23 years ago
Hi..all
can anybody give me a small example and sequence of steps to be followed to implement MVC using struts.

thx in advance.
seradmin
23 years ago
JSP
hai everybody..
Can anybody give a small example on MVC using struts,and the sequence of steps I need to follow.
can anybody help me..
seradmin
23 years ago
JSP
Hai...,every body,
Can I replace relattive paths in my JSPs,I heard that it is possible with MVC and tag libraries..
can any body help me?
thx in advance
seradmin
23 years ago
JSP
Hi..
just open AAT and create webmodule wizard from there add ur jsp to ur webmodule.automatically it'll ask u all req files..so try on this way dont do the war using jar command.coz if u do like that u'll miss some decriptor file (.xmls).so it'll not be valid archive for AAT.so try to do all the process through AAT as i told u in the begining...still any prob let me know
thx..
setradmin
23 years ago
hi..kyle..
i did the process what u suggested me.now my ibm-web-ext.xmi is with keep generated value as true.i did this through AAT,and i have redeployed total ear .but still iam getting the same error what i posted u in the earlier.
ok..if u want to see my ApplicationAreas.jsp..here is my code..
but the log is same as before..
here is my jsp:
page import = "ezc.ezparam.EzLogonStatus"
page import = "ezc.ezcommon.EzGlobalConfig"
page import="ezc.ezparam.ReturnObjFromRetrieve"
jsp:useBean id="Session" class="ezc.session.EzSession" scope="session"
jsp:useBean

System.out.println("@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@Session Object is......................"+Session);
//System.out.println("I am in iconfirm");
response.setHeader("Pragma", "No-cache");
response.setDateHeader("Expires", 0);
response.setHeader("Cache-Control", "no-cache");
System.out.println("System number is : " + POsysType);
ezc.session.EzLogonStructure logs = new ezc.session.EzLogonStructure();
String userId = request.getParameter( "username" );
String passWord = request.getParameter( "password" );
String language = request.getParameter( "Language" );
session.putValue("userid",userId);
if(userId != null){
userId = userId.toUpperCase();
}
we need not set the user group
//logs.setUserGroup("555");
logs.setUserId(userId);
logs.setPassWd(passWord);
// logs.setConnGroup("555");
logs.setConnGroup("555");
ezc.ezparam.EzLogonStatus LogonStatus = (ezc.ezparam.EzLogonStatus)Session.logon(logs);
ReturnObjFromRetrieve retLog= LogonStatus.getUserInfo();
System.out.println("User info is.......................");
System.out.println(retLog.toEzcString());
System.out.println("User info Over.......................");
Check for logon status
if ( LogonStatus.IsSuccess())
{
//Redirect to our index page
// response.sendRedirect("../EzCommerce/service/service1/jsps/misc/menuframeset.jsp");
response.sendRedirect("Applications.jsp");
}
else
{
//Redirect to Error/Login Retry Page
response.sendRedirect("loginerror.jsp");
}
----
actually that one is .jsp.but i have removed all tgas to post u the code.if i posted the jsp with tags javaranch is giving problemso i have removed all tags to post u(this is for posting purpose only)
really i got frustrated with these problems.so pl suggest me..kyle..
really i need ur help..i am in uncertain situation..
waiting for ur response..
thx..
sesradmin
23 years ago
hi..kyle..
i did the process what u suggested me.now my ibm-web-ext.xmi is with keep generated value as true.i did this through AAT,and i have redeployed total ear .but still iam getting the same error what i posted u in the earlier.
ok..if u want to see my ApplicationAreas.jsp..here is my code..
but the log is same as before..
here is my jsp:
page import = "ezc.ezparam.EzLogonStatus"
page import = "ezc.ezcommon.EzGlobalConfig"
page import="ezc.ezparam.ReturnObjFromRetrieve"
jsp:useBean id="Session" class="ezc.session.EzSession" scope="session"
jsp:useBean

System.out.println("@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@Session Object is......................"+Session);
//System.out.println("I am in iconfirm");
response.setHeader("Pragma", "No-cache");
response.setDateHeader("Expires", 0);
response.setHeader("Cache-Control", "no-cache");
System.out.println("System number is : " + POsysType);
ezc.session.EzLogonStructure logs = new ezc.session.EzLogonStructure();
String userId = request.getParameter( "username" );
String passWord = request.getParameter( "password" );
String language = request.getParameter( "Language" );
session.putValue("userid",userId);
if(userId != null){
userId = userId.toUpperCase();
}
we need not set the user group
//logs.setUserGroup("555");
logs.setUserId(userId);
logs.setPassWd(passWord);
// logs.setConnGroup("555");
logs.setConnGroup("555");
ezc.ezparam.EzLogonStatus LogonStatus = (ezc.ezparam.EzLogonStatus)Session.logon(logs);
ReturnObjFromRetrieve retLog= LogonStatus.getUserInfo();
System.out.println("User info is.......................");
System.out.println(retLog.toEzcString());
System.out.println("User info Over.......................");
Check for logon status
if ( LogonStatus.IsSuccess())
{
//Redirect to our index page
// response.sendRedirect("../EzCommerce/service/service1/jsps/misc/menuframeset.jsp");
response.sendRedirect("Applications.jsp");
}
else
{
//Redirect to Error/Login Retry Page
response.sendRedirect("loginerror.jsp");
}
----
really i got frustrated with these problems.so pl suggest me..kyle..
really i need ur help..i am in uncertain situation..
waiting for ur response..
thx..
sesradmin
23 years ago
hi..Kyle..
really iam in big trouble.this is the error iam getting when i tried to invoke my jsp from my welcome page login.htm,i have to get ApplicationAreas.jsp after my login ,but iam getting this error.as u asked me to send log...here iam sending log.so pl respond on this.really i got strucked since long back..expecting help from ur end.my classes r in ezc package..
my error is:
-----------
Original Exception:
Error Message: ezc/session/EzSession
Error Code: 500
Target Servlet: null
Error Stack:
java.lang.Exception: ezc/session/EzSession
at ApplicationAreas_jsp_0._jspService(ApplicationAreas_jsp_0.java:184)
at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:139)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
at org.apache.jasper.runtime.JspServlet$JspServletWrapper.service(JspServlet.java:286)
at org.apache.jasper.runtime.JspServlet.serviceJspFile(JspServlet.java:415)
at org.apache.jasper.runtime.JspServlet.service(JspServlet.java:544)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
at com.ibm.servlet.engine.webapp.StrictServletInstance.doService(ServletManager.java:827)
at com.ibm.servlet.engine.webapp.StrictLifecycleServlet._service(StrictLifecycleServlet.java:159)
at com.ibm.servlet.engine.webapp.IdleServletState.service(StrictLifecycleServlet.java:286)
at com.ibm.servlet.engine.webapp.StrictLifecycleServlet.service(StrictLifecycleServlet.java:106)
at com.ibm.servlet.engine.webapp.ServletInstance.service(ServletManager.java:472)
at com.ibm.servlet.engine.webapp.ValidServletReferenceState.dispatch(ServletManager.java:1012)
at com.ibm.servlet.engine.webapp.ServletInstanceReference.dispatch(ServletManager.java:913)
at com.ibm.servlet.engine.webapp.WebAppRequestDispatcher.handleWebAppDispatch(WebAppRequestDispatcher.java:499)
at com.ibm.servlet.engine.webapp.WebAppRequestDispatcher.dispatch(WebAppRequestDispatcher.java:278)
at com.ibm.servlet.engine.webapp.WebAppRequestDispatcher.forward(WebAppRequestDispatcher.java:105)
at com.ibm.servlet.engine.srt.WebAppInvoker.doForward(WebAppInvoker.java:67)
at com.ibm.servlet.engine.srt.WebAppInvoker.handleInvocationHook(WebAppInvoker.java:123)
at com.ibm.servlet.engine.invocation.CachedInvocation.handleInvocation(CachedInvocation.java:67)
at com.ibm.servlet.engine.srp.ServletRequestProcessor.dispatchByURI(ServletRequestProcessor.java:122)
at com.ibm.servlet.engine.oselistener.OSEListenerDispatcher.service(OSEListener.java:315)
at com.ibm.servlet.engine.http11.HttpConnection.handleRequest(HttpConnection.java:60)
at com.ibm.ws.http.HttpConnection.readAndHandleRequest(HttpConnection.java:313)
at com.ibm.ws.http.HttpConnection.run(HttpConnection.java:242)
at com.ibm.ws.util.CachedThread.run(ThreadPool.java:122)

Error Page Exception:
Error Message: Servlet Not Found: Error
Error Code: 404
Target Servlet: InvokerServlet
Error Stack:
com.ibm.servlet.engine.webapp.WebAppErrorReport: Servlet Not Found: Error
at com.ibm.servlet.engine.webapp.WebAppDispatcherResponse.sendError(WebAppDispatcherResponse.java:97)
at com.ibm.servlet.engine.webapp.InvokerServlet.service(InvokerServlet.java:289)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
at com.ibm.servlet.engine.webapp.StrictServletInstance.doService(ServletManager.java:827)
at com.ibm.servlet.engine.webapp.StrictLifecycleServlet._service(StrictLifecycleServlet.java:159)
at com.ibm.servlet.engine.webapp.IdleServletState.service(StrictLifecycleServlet.java:286)
at com.ibm.servlet.engine.webapp.StrictLifecycleServlet.service(StrictLifecycleServlet.java:106)
at com.ibm.servlet.engine.webapp.ServletInstance.service(ServletManager.java:472)
at com.ibm.servlet.engine.webapp.ValidServletReferenceState.dispatch(ServletManager.java:1012)
at com.ibm.servlet.engine.webapp.ServletInstanceReference.dispatch(ServletManager.java:913)
at com.ibm.servlet.engine.webapp.WebAppRequestDispatcher.handleWebAppDispatch(WebAppRequestDispatcher.java:499)
at com.ibm.servlet.engine.webapp.WebAppRequestDispatcher.dispatch(WebAppRequestDispatcher.java:278)
at com.ibm.servlet.engine.webapp.WebAppRequestDispatcher.include(WebAppRequestDispatcher.java:111)
at com.ibm.servlet.engine.webapp.WebApp.sendError(WebApp.java:620)
at com.ibm.servlet.engine.webapp.WebApp.sendError(WebApp.java:546)
at com.ibm.servlet.engine.srt.WebAppInvoker.doForward(WebAppInvoker.java:92)
at com.ibm.servlet.engine.srt.WebAppInvoker.handleInvocationHook(WebAppInvoker.java:123)
at com.ibm.servlet.engine.invocation.CachedInvocation.handleInvocation(CachedInvocation.java:67)
at com.ibm.servlet.engine.srp.ServletRequestProcessor.dispatchByURI(ServletRequestProcessor.java:122)
at com.ibm.servlet.engine.oselistener.OSEListenerDispatcher.service(OSEListener.java:315)
at com.ibm.servlet.engine.http11.HttpConnection.handleRequest(HttpConnection.java:60)
at com.ibm.ws.http.HttpConnection.readAndHandleRequest(HttpConnection.java:313)
at com.ibm.ws.http.HttpConnection.run(HttpConnection.java:242)
at com.ibm.ws.util.CachedThread.run(ThreadPool.java:122)

thx..waiting for ur response..
seradmin
23 years ago
hi...all..
i want to run my application in websphere 4.0 aes.i have only websphere 4.0 AES i dont have visulagae or websphere studio.i have few jars in my application and few javaclasses which are used by myapplication.in the web side i have jsps,htmls,etc..
i dont have single servlet.as of now we r working woth weblogic.just week back we have moved to websphere4.0.could u pl tell me the process how to run my application in websphere 4.0?
i am trying for the last week but iam getting lot of problems.here i have ejb1.1 spec jars with me.iam able to deploy these jars in webpsher.and iam able to start my applcation in console also.i have configured the database as oracle 8.
could u pl keep all in mind and suugest me the way.i have only websphere 4.0 aes with me.i have created all modules in AAT.
i got frustarted with lot of bugs in my trail.so could u pl keep my problem and suugest me pl?waiting for ur reply..
iam good in doing with weblogic 6.1 .i dont know why these bugs r coming?i have referd evry thing in websphere 4.0 release notes also.and i have fallowed the steps same as in release notes.
but when iam trying to run my application iam getting java.lang.Exception.
i had gone through ur article but u have given the way fro devoloping applications using visual age.so could u suugest me the way without visual age?
thx..
seradmin
23 years ago
hi...does any body respond on that pl................
thx..
seradmin
23 years ago
hi..venu and senthil and kyle...
as i disscussed with u guys about problem in runnig jsp in websphere 4.0.now iam able to get my welcome page .all my jars and wars deployed successfully and iam able to start my ear in console.but here the prob is:
in my application i have bunch of jsp's ,when iam trying to connect jsp with my welcome page which is an html iam getting this error:i have insttaled and configured database also.my database is oracle 8i..ok..the error is:
8
� Websphere Activity Log
Windows NT user2����
H IBM WebSphere AEs 4.0.1 a0131.07 #com.ibm.servlet.engine.srt.WebGroup 78978edb 281 user2/Default Server Servlet Error: {0}: {1} %com.ibm.ejs.resources.seriousMessages ���� javax/ejb/EJBObjectcjava.lang.Exception: javax/ejb/EJBObject
at ApplicationAreas_jsp_0._jspService(ApplicationAreas_jsp_0.java:184)
at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:139)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
at org.apache.jasper.runtime.JspServlet$JspServletWrapper.service(JspServlet.java:286)
at org.apache.jasper.runtime.JspServlet.serviceJspFile(JspServlet.java:415)
at org.apache.jasper.runtime.JspServlet.service(JspServlet.java:544)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
at com.ibm.servlet.engine.webapp.StrictServletInstance.doService(ServletManager.java:827)
at com.ibm.servlet.engine.webapp.StrictLifecycleServlet._service(StrictLifecycleServlet.java:159)
at com.ibm.servlet.engine.webapp.IdleServletState.service(StrictLifecycleServlet.java:286)
at com.ibm.servlet.engine.webapp.StrictLifecycleServlet.service(StrictLifecycleServlet.java:106)
at com.ibm.servlet.engine.webapp.ServletInstance.service(ServletManager.java:472)
at com.ibm.servlet.engine.webapp.ValidServletReferenceState.dispatch(ServletManager.java:1012)
at com.ibm.servlet.engine.webapp.ServletInstanceReference.dispatch(ServletManager.java:913)
at com.ibm.servlet.engine.webapp.WebAppRequestDispatcher.handleWebAppDispatch(WebAppRequestDispatcher.java:499)
at com.ibm.servlet.engine.webapp.WebAppRequestDispatcher.dispatch(WebAppRequestDispatcher.java:278)
at com.ibm.servlet.engine.webapp.WebAppRequestDispatcher.forward(WebAppRequestDispatcher.java:105)
at com.ibm.servlet.engine.srt.WebAppInvoker.doForward(WebAppInvoker.java:67)
at com.ibm.servlet.engine.srt.WebAppInvoker.handleInvocationHook(WebAppInvoker.java:123)
at com.ibm.servlet.engine.invocation.CachedInvocation.handleInvocation(CachedInvocation.java:67)
at com.ibm.servlet.engine.invocation.CacheableInvocationContext.invoke(CacheableInvocationContext.java:106)
at com.ibm.servlet.engine.srp.ServletRequestProcessor.dispatchByURI(ServletRequestProcessor.java:125)
at com.ibm.servlet.engine.oselistener.OSEListenerDispatcher.service(OSEListener.java:315)
at com.ibm.servlet.engine.http11.HttpConnection.handleRequest(HttpConnection.java:60)
at com.ibm.ws.http.HttpConnection.readAndHandleRequest(HttpConnection.java:313)
at com.ibm.ws.http.HttpConnection.run(HttpConnection.java:242)
at com.ibm.ws.util.CachedThread.run(ThreadPool.java:122)
����
so pl suggest me on this....waiting for ur valueble response...
thx..
sesradmin
23 years ago
try to reinstall and while installing its elf give username and passowrd as system and weblogic.offcourse password as as ur wish.after the installation is completed set password in startwweb.cmd and restart server.here password=the password u have given at that time of installation.try it mostly its the prob with password.let me still u have the same prob..
seradmin(seshu)
23 years ago
hi..all..
i got the solution,finally iam able to run my test application.
ok..tahkks to all...each and every body especiolly venu and senthil and all..
oce again thx..
seradmin(seshu)
23 years ago