Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Struts 1.0 and iPlanet 6.5 -- Urgent

 
Greenhorn
Posts: 10
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
Hi,
I am in the process of integerating struts 1.0 with iplanet 6.5, but
i am getting various exceptions.
Could any one let me know whether struts 1.0 with iplanet 6.5 ..
Do i need to download any patch???
Your help is highlt appreciated.
Regards
Suryan.
 
Greenhorn
Posts: 23
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
Hi,
I have been developing an appl for a while, using Iplanet 6.5 and struts 1.02. Yes, we faced alot of problems in the beginning of the development, but now, I's quite stable. Here is the environment we re using
-iWs 6 sp 5
-iAs 6.5 sp 1, maintenance update 3
-Struts 1.02
rgds
beN
 
suryan kumar
Greenhorn
Posts: 10
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
Hi Bernadaus,
I am keep on getting the same error, could you let me know whats wrong.
The same application runs fine on tomcat server. Your help is appreciated.

javax.servlet.jsp.JspException: Cannot find message resources under key org.apache.struts.action.MESSAGE at
org.apache.struts.util.RequestUtils.message(RequestUtils.java:568) at org.apache.struts.taglib.bean.MessageTag.doStartTag(MessageTag.java:239) at jsp.APPS.xlsv6.jsp.main.logon._jspService(logon.java:181) at org.apache.jasper.runtime.HttpJspBase.service(Unknown Source) at javax.servlet.http.HttpServlet.service(HttpServlet.java:853) at com.netscape.server.servlet.servletrunner.ServletInfo.service(Unknown Source) at com.netscape.server.servlet.servletrunner.ServletRunner.callJSP(Unknown Source) at com.netscape.server.servlet.platformhttp.PlatformHttpServletResponse.callJspCompiler(Unknown Source) at com.netscape.server.servlet.platformhttp.PlatformHttpServletResponse.callUri(Unknown Source) at com.netscape.server.servlet.platformhttp.PlatformHttpServletResponse.callUriRestrictOutput(Unknown Source) at com.netscape.server.servlet.platformhttp.PlatformRequestDispatcher.forward(Unknown Source) at com.netscape.server.servlet.jsp.JSPRunner.service(Unknown Source) at javax.servlet.http.HttpServlet.service(HttpServlet.java:853) at com.netscape.server.servlet.servletrunner.ServletInfo.service(Unknown Source) at com.netscape.server.servlet.servletrunner.ServletRunner.execute(Unknown Source) at com.kivasoft.applogic.AppLogic.execute(Unknown Source) at com.kivasoft.applogic.AppLogic.execute(Unknown Source) at com.kivasoft.thread.ThreadBasic.run(Native Method) at java.lang.Thread.run(Thread.java:484)
 
Bernardus Irmanto
Greenhorn
Posts: 23
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
Hi suryan,
It's hard to tell whats wrong with your environment. Iplanet 6.5 has so many bugs in it. My suggestion is, try to use the same environment as I am using. I am also using tomcat for the development, and deploy the apps to the iplanet at the end of the day. well..it's not the ideal situation.
Form my experience(using the environment that i mentioned be4), the apl that runs on tomcat, will run in iPlanet(maybe with little modification).
rgds

beN
 
suryan kumar
Greenhorn
Posts: 10
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
Hi,
I have setup the environment that you have mentioned. Still i am facing some problems.
Could you let me know roughly, what are the custmizations that i need to do.
The struts tag are not recognized. My application hiearrachy is like
myapp
----------|
-----|jsp
css
html
WEB-INF-----|
classes (contains all properties files)
lib(contains struts.jar & myapp.jar etc)
tld

Regards
Suryan
 
Sheriff
Posts: 17644
300
Mac Android IntelliJ IDE Eclipse IDE Spring Debian Java Ubuntu Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
Closing this thread -- duplicate.
 
Don't get me started about those stupid light bulbs.
    Bookmark Topic Watch Topic
  • New Topic