facebook

Need help with rendering simple SHTML pages.

  1. MyEclipse Archived
  2.  > 
  3. Web Development (HTML, CSS, etc.)
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #245217 Reply

    awebpro
    Member

    Hi,

    I wrote a simple Struts app with a web project. I have an index.html page in the web root folder. When I deploy it, it works fine. Just like it should. But I need to put a SHTML page instead of an HTML page. It is called index.SHTML. I placed it in the same folder and tried to pull it up but it can’t find any such resource. How do I create a simple SHTML page with a ssi (server side include) to get another page? Please advise since I am new to MyEclipse. In other words, how do I render a simple SHTML page from inside the java application in myEclipse.

    Thanks.

    #245230 Reply

    Riyad Kalla
    Member

    I’m sorry, was the problem that when you tried to access the shtml page, that you got a 404 from your application server?

    For example: http://localhost:8080/myapp/index.shtml

    or is your problem that your shtml page didn’t popup as the default when you went to the url:

    http://localhost:8080/myapp

    ?

    Also what is your application server?

Viewing 2 posts - 1 through 2 (of 2 total)
Reply To: Need help with rendering simple SHTML pages.

You must be logged in to post in the forum log in