8:00-5:30
- Prepping for LDAT demo – went pretty well
- Working on publish GUI – done with the first version. Need to make the text field associated with editing code a little more friendly (tabs should insert 4 spaces, etc)
8:00-5:30
7:30 – 3:00
8:00 – 4:30
7:30 – 3:30
Apparently I can only connect to this log from within the network. I tried from home a few times and kept getting connection reset.
Thursday:
Steps for preparing strain gauges:
Cleaned up code a bit from when I changed it
Friday:
Saturday:
7:30 – 4:30
8:00 – 4:00
7:30 – 5:00
How to setup the web.xml file to allow Tomcat to access a servlet that your browser can see:
<web-app>
<display-name>Archetype Created Web Application</display-name>
<!- declare –>
<servlet>
<servlet-name>MyServlet</servlet-name>
<servlet-class>com.fgm.servletSandbox.MyServlet</servlet-class>
</servlet>
<!- map –>
<servlet-mapping>
<servlet-name>MyServlet</servlet-name>
<url-pattern>/MyServlet</url-pattern>
</servlet-mapping>
</web-app
7:30 – 5:00
7:30 – 5:00
You must be logged in to post a comment.