[JBoss-user] [Beginners Corner] - Re: Where in the he$$ is javax.servlet.jar???

2004-11-01 Thread frodo_20
I will take your advice. Thanks to all of you for sharing your expertise. Cheers View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3853471#3853471 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3853471 ---

[JBoss-user] [Beginners Corner] - Re: Where in the he$$ is javax.servlet.jar???

2004-11-01 Thread ltexier
in build.properties, update as follows servlet.jar=${jboss.deploy.dir}/jbossweb-tomcat50.sar/servlet-api.jar jsp.jar=${jboss.deploy.dir}/jbossweb-tomcat50.sar/jsp-api.jar in jboss-build.xml, update as follows Don't move libs around. View the original post : http://www.j

[JBoss-user] [Beginners Corner] - Re: Where in the he$$ is javax.servlet.jar???

2004-10-31 Thread frodo_20
I also noticed that the name "servlet.jar" seems to be reserved (by ant) or something because when I tried to re-assign the path to servlet-api.jar it (the property named "servlet.jar") kept echoing as javax.servlet.jar until I changed the name of the property to "myservlet.jar". Am I nuts or is

[JBoss-user] [Beginners Corner] - Re: Where in the he$$ is javax.servlet.jar???

2004-10-31 Thread frodo_20
OK. Thanks for the help. I put servlet-api.jar and jsp-api.jar into the jboss-3.2.6/server/default/lib directory AND changed the content of the following tags in the jboss-build.xml file like so (I have removed the less than and greater than symbols from the XML): property name="myservlet.jar"

[JBoss-user] [Beginners Corner] - Re: Where in the he$$ is javax.servlet.jar???

2004-10-31 Thread darranl
The name of a jar file has nothing to do with the packages of the classes it contains so you will not need to update any import statements. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3853416#3853416 Reply to the post : http://www.jboss.org/index.html?modu

[JBoss-user] [Beginners Corner] - Re: Where in the he$$ is javax.servlet.jar???

2004-10-29 Thread frodo_20
Thanks for the responses. I got the javax.servlet.jar file put it into each of the server conf lib dirs and voila I was able to compile immediately! I am using the suggested sources from the Getting Started with JBoss J2EE applications on the JBoss 3.2.x Server PDF. Even if I change to use the s

[JBoss-user] [Beginners Corner] - Re: Where in the he$$ is javax.servlet.jar???

2004-10-29 Thread [EMAIL PROTECTED]
server/default/deploy/jbossweb-tomcat50.sar/servlet-api.jar View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3853294#3853294 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3853294

[JBoss-user] [Beginners Corner] - Re: Where in the he$$ is javax.servlet.jar???

2004-10-29 Thread darranl
Have you searched the forums for information on this? I don't have all of the JBoss versions available to check but I know this jar has in the past been renamed / moved, I think this has been discusses in the Getting started guide forum. Are you sure that you are using the correct version of th

[JBoss-user] [Beginners Corner] - Re: Where in the he$$ is javax.servlet.jar???

2004-10-29 Thread frodo_20
I installed the 3.2.6 version and I am finding it unbelievable that javax.servlet.jar was not included. Can I get that package by itself somewhere? I wanted to spend this weekend in JSP immersion therapy. Seriously I wanted to go through the tutorials. Any suggestions welcome. Cheers View the

[JBoss-user] [Beginners Corner] - Re: Where in the he$$ is javax.servlet.jar???

2004-10-29 Thread robisz
I have it in JBOSS_HOME/server/default/deploy/lib dir. (JBOSS 4.0) View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3853240#3853240 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3853240 -