• Post Reply 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

migrating a weblogic application into JBoss 4.2 not supported JSTL adn JSF ??

 
Greenhorn
Posts: 11
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
we are migrating a weblogic application into jboss 4.2 server : our application is based on MVC architecture in which we are using

EJB as Model
jsp as view
struts Action classes as controller
session beans and entity beans are remote


we are facing the following problem after successfully deploying the ear file on jboss server:

1. the output of the GUI is not coming in proper format it is displaying the notation used in web page design like <c:if test = "${role == 'superadmin'}
It seems to be displaying the code directly and not converting the code into the particular format in which the page is to be displayed.

2. some of the entity bean JNDI is not bonded with the server means it giving JNDI bounding problem with the JBOSS server.
please provide me the proper solution as soon as possible.!!!
 
Sheriff
Posts: 10445
227
IntelliJ IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Ashishk,

Welcome to JavaRanch.

These questions looks similar to one another thread in which Peter replied.
[ October 24, 2008: Message edited by: Jaikiran Pai ]
 
Could you hold this puppy for a sec? I need to adjust this tiny ad:
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic