User: starksm
Date: 01/12/06 17:07:17
Modified: src/resources/web Tag: Branch_2_4 index.html
Log:
Use relative urls on the index.html page.
Include the jbosstest-22-web.war in the ear
Revision Changes Path
No revision
No revision
1.5.2.3 +14 -14 jbosstest/src/resources/web/index.html
Index: index.html
===================================================================
RCS file: /cvsroot/jboss/jbosstest/src/resources/web/index.html,v
retrieving revision 1.5.2.2
retrieving revision 1.5.2.3
diff -u -r1.5.2.2 -r1.5.2.3
--- index.html 2001/09/03 22:56:11 1.5.2.2
+++ index.html 2001/12/07 01:07:17 1.5.2.3
@@ -6,17 +6,17 @@
<h1>JBoss Servlet Container Integration Tests</h1>
<h2>Servlet Tests</h2>
<ul>
- <li><a href="/jbosstest/DebugServlet">Try the DebugServlet</a>
+ <li><a href="DebugServlet">Try the DebugServlet</a>
A debugging servlet that dumps out its request thread ClassLoaders
and the JNDI InitialContext environment.
- <li><a href="/jbosstest/ENCServlet">Try the ENCServlet</a>
+ <li><a href="ENCServlet">Try the ENCServlet</a>
A test of the servlet container integration into the JNDI namespace.
This
servlet accesses the java:comp/env namespace for JDBC
javax.sql.DataSources,
JMS QueueConnectionFactory, EJBs, env variables, etc.
</li>
- <li><a href="/jbosstest/EJBServlet">Try the EJBServlet</a>
+ <li><a href="EJBServlet">Try the EJBServlet</a>
A test of the ability to access EJBs from a servlet using the
ejb-ref tag in web.xml and jboss-web.xml.
</li>
@@ -24,53 +24,53 @@
<h2>JSP Tests</h2>
<ul>
- <li><a href="/jbosstest/snoop.jsp">Try snoop.jsp</a>
+ <li><a href="snoop.jsp">Try snoop.jsp</a>
A basic test of a JSP page.
</li>
- <li><a href="/jbosstest/classpath.jsp">Try classpath.jsp</a>
+ <li><a href="classpath.jsp">Try classpath.jsp</a>
A JSP page that access the org.jboss.test.web.util.Util class from the
WEB-INF/lib/util.jar to dump its class loaders and display the JNDI ENC.
</li>
- <li><a href="/jbosstest/restricted/include_ejb.jsp">Try
include_ejb.jsp</a>
+ <li><a href="restricted/include_ejb.jsp">Try include_ejb.jsp</a>
A secured JSP page that includes the ejb.jsp multiple times
</li>
</ul>
<h2>Security Tests</h2>
<ul>
- <li><a href="/jbosstest/restricted/SecureServlet">Try SecureServlet</a>
+ <li><a href="restricted/SecureServlet">Try SecureServlet</a>
A test of securing servlet content using the JBoss JAAS authentication
layer.
</li>
- <li><a href="/jbosstest/restricted/SecureEJBAccess">Try
SecureEJBAccess</a>
+ <li><a href="restricted/SecureEJBAccess">Try SecureEJBAccess</a>
A test of securing servlet content using the JBoss JAAS authentication
layer
as well as propagation of the servlet container identity to a secure
EJB.
</li>
- <li><a href="/jbosstest/restricted/SecureEJBAccessMT">Try
SecureEJBAccessMT</a>
+ <li><a href="restricted/SecureEJBAccessMT">Try SecureEJBAccessMT</a>
A test of securing servlet content using the JBoss JAAS authentication
layer
as well as propagation of the servlet container identity to a secure
EJB from
a thread spawned within the servlet request.
</li>
- <li><a
href="/jbosstest/restricted/SecureEJBAccess?testPropagation=true">Try SecureEJBAccess
with nested call</a>
+ <li><a href="restricted/SecureEJBAccess?testPropagation=true">Try
SecureEJBAccess with nested call</a>
A test of securing servlet content using the JBoss JAAS authentication
layer
as well as propagation of the servlet container identity to an
unsecure EJB
which in turn calls a secure EJB to test principal propagation.
</li>
- <li><a href="/jbosstest/ClientLoginServlet">Try ClientLoginServlet</a>
+ <li><a href="ClientLoginServlet">Try ClientLoginServlet</a>
An unsecure servlet that performs a JAAS login as jduke to access a
secured EJB.
</li>
- <li><a href="/jbosstest/UnsecureEJBAccess">Try UnsecureEJBServlet</a>
+ <li><a href="UnsecureEJBAccess">Try UnsecureEJBServlet</a>
An unsecure servlet that tries to access a secured EJB.
</li>
- <li><a href="/jbosstest/IncludeServlet">Try IncludeServlet</a>
+ <li><a href="IncludeServlet">Try IncludeServlet</a>
An unsecure servlet that tries to include both secured and unsecured
servlets
which access a secured EJB.
</li>
- <li><a href="/jbosstest/restricted/IncludeServlet">Try
IncludeServlet</a>
+ <li><a href="restricted/IncludeServlet">Try IncludeServlet</a>
An secure servlet that tries to include both secured and unsecured
servlets
which access a secured EJB.
</li>
_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development