aspose file tools
The moose likes Struts and the fly likes struts deploy issues Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Frameworks » Struts
Reply Bookmark "struts deploy issues" Watch "struts deploy issues" New topic
Author

struts deploy issues

Nina Anderson
Ranch Hand

Joined: Jul 18, 2006
Posts: 148
No. I'm NOT using the web context to access the page. I tried www.mydomain.com and www.mydomain.com/index.jsp, but neither options worked. I blank page is displayed and when I right-click to view source, I see the jsp code with my struts tag. So, it looks like the struts taglibs are not being recognized.

Also, where should I post this problem, if you don't think this is the right forum?
Nina Anderson
Ranch Hand

Joined: Jul 18, 2006
Posts: 148
--- SORRRRRRY!!!


Ooops....This was supposed to be reply to "Deploying Struts app on Linux server"
David Newton
Author
Rancher

Joined: Sep 29, 2008
Posts: 12617

If the WAR file is named FooBar then you'd need to access it via /localhost/FooBar/index.jsp or whatever. The Tomcat site has extensive information on how to deploy applications.

As far as the Struts tags are concerned, do you have a taglib directive?

Dave
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: struts deploy issues
 
Similar Threads
forward to jsp without using an action
Deploying Struts app on Linux server
response.sendRedirect expecting the wrong file
Picking up parameters in the URL
WebSite Mapping