In VisualAge for Java, Version 3.0, both JSP 0.91 and JSP 1.0 are supported.
The default settings support JSP 0.91. You can change the settings to
support JSP 1.0 by revising the following properties file:
        X:\IBMVJava\ide\project_resources\IBM WebSphere Test
Environment\hosts\default_host\default_app\servlets\default_app.webapp
where X:\IBMVJava is the VisualAge for Java installation directory. In this
file, change the following:
        ...<description>JSP support servlet</description>

<code>com.ibm.ivj.jsp.debugger.pagecompile.IBMPageCompileServlet</code><init
-parameter>...
to:
        ...<description>JSP support servlet</description>

<code>com.ibm.ivj.jsp.runtime.JspDebugServlet</code><init-parameter>...
Then, save the file.




> -----Original Message-----
> From: Sanjeev Bajpai [SMTP:[EMAIL PROTECTED]]
> Sent: Monday, January 08, 2001 5:06 AM
> To:   [EMAIL PROTECTED]
> Subject:      IBMWebsphere test environment in VAJ-3.02
>
> Hi!!!
> How can we configure the IBMWebsphere test environment in VAJ3.02 to
> confirm
> to JSP-1.0 specs.
> Any help is highly appreciated.
> Cheers
> Sanjeev
>
> ==========================================================================
> =
> To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
> JSP-INTEREST".
> For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST
> DIGEST".
> Some relevant FAQs on JSP/Servlets can be found at:
>
>  http://java.sun.com/products/jsp/faq.html
>  http://www.esperanto.org.nz/jsp/jspfaq.html
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to