java ee - Where Eclipse deploys servlets on GlassFish? -


i'm using eclipse juno glassfish 4 on widows 7 box. glassfish installed local host.

if keep defaults , deploy dynamic web project server via eclipse, web address servlets? should put html form action parameter?

servlet's class annotated @webservlet.

context root /webproject.

i see servlet deployed on server, getting *404*s on attempts.

update:

it's working now. haven't realized urlpatterns value case-sensitive.


Comments

Popular posts from this blog

css - Which browser returns the correct result for getBoundingClientRect of an SVG element? -

gcc - Calling fftR4() in c from assembly -

Function that returns a formatted array in VBA -