Opened 15 years ago
Closed 15 years ago
#233 closed enhancement (fixed)
Add example that uses the alternate approach for invoking servlets
Reported by: | Nicklas Nordborg | Owned by: | Nicklas Nordborg |
---|---|---|---|
Priority: | major | Milestone: | Extension examples v1.2 |
Component: | net.sf.basedb.examples.extensions | Keywords: | |
Cc: |
Description
See http://base.thep.lu.se/ticket/1333.
- The original way:
http://localhost:8080/trunk/extensions/extension-examples.jar/HelloWorld.servlet
- The new way:
http://localhost:8080/trunk/extensions/servlet/extension-examples.jar/HelloWorld
Change History (2)
comment:1 by , 15 years ago
Status: | new → assigned |
---|
comment:2 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
(In [1125]) Fixes #233: Add example that uses the alternate approach for invoking servlets