It's not a secret anymore!
The moose likes JSF and the fly likes problems with themes on apache web + tomcat Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » JSF
Reply Bookmark "problems with themes on apache web + tomcat" Watch "problems with themes on apache web + tomcat" New topic
Author

problems with themes on apache web + tomcat

aristides villarreal
Greenhorn

Joined: Mar 26, 2006
Posts: 2
can you verify
www.balipanama.com/empresasbalipanama/faces/login.jsp
it does not show the subjects themes.
apache web server + tomcat + web application developed with java studio creator 2
Masoud Kalali
Author
Ranch Hand

Joined: Jul 08, 2004
Posts: 531

Hi
Does it works OK on sun application server bundled with JSC ?
if so , do you used Export facility of Creaor to export a war file of your project ?
Please check to see whether theme-xxx.jar is in your web-inf\lib folder
or not.
if not include the theme-xxx.jar to your project package by :
Right click on project
select properties , package? node.

im sure you will find more help in
http://swforum.sun.com/jive/forum.jspa?forumID=123


Masoud Kalali
Software Engineer - My Weblog - GlassFish Security
aristides villarreal
Greenhorn

Joined: Mar 26, 2006
Posts: 2
yes if I have file theme-xxx.jar in WEB-INF/lib
Masoud Kalali
Author
Ranch Hand

Joined: Jul 08, 2004
Posts: 531

Hi
I think there is nothing to do with apache that is running in front of tomcat.
you should look in other places for a solution to this problem.

I think you should ask this question in JSC forum .
So far i have deploed JSC applications on tomcat without any problem.
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: problems with themes on apache web + tomcat
 
Similar Threads
Journal Article - JavaServer Faces 1.0 Part I
Are they(apache and tomcat) Application Server?
To: Gregg Bolinger (Where Does This Snippet Go?)
Container OR Server ?
Where does the server look for stuff?