<%@ page import="com.dragonsoft.tryapp.constants.TryConstants, com.dragonsoft.tryapp.webapp.sessions.TrySession" %> <%@ taglib uri="/tags/struts-bean" prefix="bean" %> <%@ taglib uri="/tags/struts-html" prefix="html" %> <% webAppUser.logout(); TrySession trySession = new TrySession( request.getSession(), webAppUser ); request.getSession(). setAttribute( TryConstants.TRY_SESSION_OBJ, trySession ); %> <%@ include file="/common/elements/defaultHeader.jsp" %>
FIRE allows students to submit solution files for their assignments.

To use the system, you will first need to register as a user on the school's internal network. Please see your professor for instructions on how to register.


<%@ include file="/common/elements/defaultErrors.jsp" %>
Username:
Password:
<%@ include file="/common/elements/defaultFooter.jsp" %>