Java Mailing List Archive

http://www.junlu.com/

Google
Google
Mailing List
Home
Forum Home
JBoss - Java Application Server
Struts - A MVC web framework
Tomcat - JSP/Servlet container
iText - An open source PDF Java Library
JDOM - JDOM XML Parser
J2EE - A mailing list for Java(tm) 2 Platform, Enterprise Edition
J2EE Pattern - An interest list for Sun Java Center J2EE Pattern Catalog
Servlet - A mailing list for discussion about Sun Microsystem's Java Servlet API Technology
JSP - A mailing list about Java Server Pages specification and reference
Struts & Hibernate
Subjects
JSP editor plugin for eclipse ?
org apache jasper JasperException: Unable to compile class for JSP
Tomcat: Connection reset by peer: socket write error
Cannot retrieve definition for form bean null
Struts Tiles Tutorial (free Struts training)
Where do I download Tomcat 4 0 6?
Data Access Object (DAO) pattern, example DAO 's
Where to download Tomcat v 4 1 24 from?
Tomcat 5 0 16 Requested resource not available
Oracle Connection Pooling in 3 2 2
Servlet : Session invalidate
Servlet action is currently unavailable
Tomcat/Struts Unicode Encoding/Decoding problems
Tomcat and webapplication specific java library path
Running a Simple JMS Example
Mapping in workers2 properties
org apache jasper JasperException
Cannot find message resources under key org apache struts action
   MESSAGE
problem with html:text bean throwing exception
Cannot find message resources under key org apache struts action MESSAGE
invalid direct reference problem with solution
Tool for jsp debug Try Sysdeo Eclipse Plugin
Tomcat 5 Cannot load JDBC driver class 'null ' SQL state: null
weblogic ejbc
java properties file
Jboss 3 2 3 Coyote Can 't re
Tomcat 5, Apache2 and mod jk2 integration problem
JBoss example problem new to J2EE
url string for connecting jboss to oracle
Value attribute of <html:checkbox
javax servlet ServletException: BeanUtils populate
HTTP Status 404 The requested resource is not available
5 0 18: Windows XP Pro vs Windows 2000
 
Newbie question

Newbie question

2003-12-11       - By Ben Souther

 Back
Reply:     1     2     3     4     5     6     7     8     9     10     >>  

First:
Did Netbeans create a deployment descriptor for you (WEB-INF/web.xml)?
If so, look for a servlet mapping in the descriptor. It will look something
like this:

 <servlet-mapping>
   <servlet-name>HelloWorldServlet</servlet-name>
   <url-pattern>/HelloWorld</url-pattern>
 </servlet-mapping>

"HelloWorldServlet" being the name of your servlet and and "HelloWorld" being
the mapping.

If so, you can access your servlet with the following URL:
http://localhost:8080/YOUR_APP_NAME/HelloWorld

Second:  
If you create your own directory under TOMCAT_HOME/webapps,
you will need to create a sub-directory called WEB-INF in order for Tomcat to
autoDeploy it as an application.





On Thursday 11 December 2003 11:50 am, you wrote:
> Hello All,
>
> Hope someone can help me out.
> I developed a servlet using Netbeans and when I tried to deploy it I had
> problem
> In an attempt to debug, I went back to Netbeans and created the simplest
> servlet I could,
>  it just prints out some text. Works fine in development environment.
> Netbeans has option to build test.war file for me, did that.
> put test.war file in $CATALINA_HOME/webapps
> restarted tomcat
> I can see new directory test with WEB-INF/classes/test.class in it
> point browser an http:/www.xxx.yyy.zzz:8080/test and I get directory
> listing with nothing in it
> if I make junk.html file in $CATALINA_HOME/webapps/test. I can load it like
> $CATALINA_HOME/webapps/test/junk.html
> if I just give it http:/www.xxx.yyy.zzz:8080/test I see directory listing
> with junk.html
> shouldn't I see WEB-INF in directory listing??
> I've messed with Netbeans/Tomcat in the past and I thought all I had to do
> was make war file
> dump it in webapps dir and restart Tomcat
> seems like a path problem to the servlet
>
> linux 2.4.18 tomcat 5.0.16
>
> Anybody see what I'm missing
>
> Thanx
> Dave
>
>
> -- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------
> To unsubscribe, e-mail: tomcat-user-unsubscribe@(protected)
> For additional commands, e-mail: tomcat-user-help@(protected)

-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------
To unsubscribe, e-mail: tomcat-user-unsubscribe@(protected)
For additional commands, e-mail: tomcat-user-help@(protected)




©2008 junlu.com - Jax Systems, LLC, U.S.A.