Wrox Home  
Search P2P Archive for: Go

  Return to Index  

pro_jsp thread: problem: include files in iPlanet web server


Message #1 by "Thomas Mak" <thomasmak@c...> on Fri, 14 Jul 2000 12:32:30 +0800
Planet 4.0 does not support JSP 1.0. You can only use JSP 0.92 on it. If you
can upgrade to iPlanet 4.1 you will be able to use these statements.

A question of my own:
Do you know where to configure the accessrights to servlets/JSP for external
files in iPlanet (especially things like properties-files and maybe
temporary files generated by the servlet (graphics etc.))?

J.T. Wenting
jwenting@h...

Murphy was wrong, things that can't go wrong will anyway

> -----Original Message-----
> From: Thomas Mak [mailto:thomasmak@c...]
> Sent: Friday, July 14, 2000 6:33 AM
> To: Pro_JavaServer_Pages
> Subject: [pro_jsp] problem: include files in iPlanet web server
>
>
> I have certain problem using JSP on iPlanet Web Server V.4.0 running on
> Solaris Sun0S 5.7.
> The biggest problem is the include file statement (<%@ include
> file="htmlpage" %>)is not proceeded by the Web Server. The
> outpage just look
> like bypass the include statement, and the web server doesn't generate any
> compile error in system error log.
>
> However, this problem doesn't exist in iPlanet 4.1 running on NT. Who has
> touched JSP with iPlanet? Please give me a hand.
>
> Thx.
>
> Thomas
>
>
> ---
> Wrox Professional Wireless Developer Conference, Amsterdam, July
> 10-12. Covering application of WAP, XML, ASP, Java and C++ to
> wireless computing, choose from 40+ technical sessions delivered
> by industry experts:
> http://www.wroxconferences.com/ConferenceHome.asp?ConfID=9
>


  Return to Index