[JBoss-user] [Installation & Configuration] - what release of tomcat is running for jboss 3.2.3

2004-11-23 Thread jim_stoll
Real quick question, I have installed jboss 3.2.3 release What release of tomcat does the jboss 3.2.3 release use ? Thanks in advance jim stoll View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3856135#3856135 Reply to the post : http://www.jboss.org/ind

[JBoss-user] [Installation & Configuration] - why does axis always get a newinstance of a pojo

2004-10-29 Thread jim_stoll
hey guys, I guess i am specifying something wrong becasue Axis keeps getting a newInstance of a pojo that i have defined as a service. Can someone tell me what i have to specify in my web-service.xml so that Axis only gets one instance of the pojo ,WindowsExecService, no matter how many reques

[JBoss-user] [JBoss.NET] - Re: Exception:: The AXIS engine could not find a target serv

2004-09-15 Thread jim_stoll
folks here is the .wsdd file thanks for the help. | | http://xml.apache.org/axis/wsdd/"; |xmlns:java="http://xml.apache.org/axis/wsdd/providers/java";> | | | | | | | | | | View the original post : http://www.jboss.org/index.html?mod

[JBoss-user] [JBoss.NET] - Exception:: The AXIS engine could not find a target service

2004-09-15 Thread jim_stoll
Hey guys, I am having a problem deploying a service via axis. Whenever i try to deploy i get this.. java -classpath ./axis.jar;./jaxrpc.jar;./commons-logging.jar;./commons-discovery.jar;./saaj.jar | org.apache.axis.client.AdminClient -s /jboss-net/services/AxisServlet ./dd/BookTitle

[JBoss-user] [Installation & Configuration] - Re: I'm dying!!! Please help me find where error is coming f

2004-09-08 Thread jim_stoll
the way we handle most problems like this is... goback to battery! restore the system to the last time stuff did work. then try to retrace your steps perhaps testing, as in bringing up jrun, a little more frequently. we have found that we can isolate most problems this way. once we hav

[JBoss-user] [Installation & Configuration] - Mapping Question

2004-08-31 Thread jim_stoll
i have the following in my web.xml | Logon/servlet/*.Logon | Logon/servlet/Logon | Logon*.Logon | | | | | FrontController | /servlet/* | | In my HTML i have | action="/jlwi/servlet/com.jlwi.utils.Logon" | my action keeps getting mapped to the default < Fr

[JBoss-user] [HTTPD, Servlets & JSP] - How does mapping work ??

2004-08-31 Thread jim_stoll
i have the following in my web.xml | Logon/servlet/*.Logon | Logon/servlet/Logon | Logon*.Logon | | | | | FrontController | /servlet/* | | Unfortunately, though even my | action="/jlwi/servlet/mil.jlwi.utils.Logon" | is getting mapped to the default < Fron

[JBoss-user] [Installation & Configuration] - Real simple Log4j question

2004-08-27 Thread jim_stoll
hi! Real simple question where is the best place to put my xml for filtering Log4j output ?? thanks jim View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3846498#3846498 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply

[JBoss-user] [Installation & Configuration] - Re: where is my .xml file ?????

2004-08-25 Thread jim_stoll
give that man a CEEGAR! Worked! Thank you :)) Jim View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3846191#3846191 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3846191

[JBoss-user] [Installation & Configuration] - Re: Server not starting : HELP

2004-08-25 Thread jim_stoll
do not know the precise answer to your problem however i remember we had a similair problem with our J2ee server going down for no apparent reason... turns out it had to do with which user was logged onto the W2k server and the jvm going down when the user timed out and the automatic restart

[JBoss-user] [Installation & Configuration] - where is my .xml file ?????

2004-08-25 Thread jim_stoll
InputStream is = this.getServletConfig() | .getServletContext() | .getResourceAsStream("/web-inf/errormessages.xml"); Yields a null, even though i have a valid xml file in the web-inf folder of my .war. View the original post : http://www.jbo

[JBoss-user] [Installation & Configuration] - is jboss walking all over itself?

2004-08-17 Thread jim_stoll
hey guys i keep getting the following exception in the intilialization of jboss... | java.rmi.server.ExportException: Port already in use: 1098 | Makes me think that jboss is perhaps walking all over itself Reason: i do a port scan just prior to bringing up jboss and port tcp /udp 1098 is

[JBoss-user] [HTTPD, Servlets & JSP] - Re: IIS Tomcat Integration error

2004-07-28 Thread jim_stoll
hey chuck, i have also sucessfully integrated IIS5 and JBoss 3.2.3 but i used the isapi_redirector2.dll Was wondering what your experience is with isapi_redirector.dll ? am think of switching back to isapi_redirector.dll because of a error that keep cropping up when i use isapi_redirector2.dll

[JBoss-user] [HTTPD, Servlets & JSP] - problem with context for transfer of control to a jsp

2004-07-27 Thread jim_stoll
what context do i need to transfer control to a jsp ?? in my jboss.xml i have | | /webDir | | and a .jsp called welcome.jsp in the root dir of my .war i have the following snipet of code in my servlet | RequestDispatcher dispatcher = | request.getRequestDisp

[JBoss-user] [Installation & Configuration] - Re: Jboss is sucking air

2004-07-20 Thread jim_stoll
as the founder of jboss would say " you just don't get it " the reason people are moving to jboss is because it is supported by real people, working stiffs who have a $financial$ stake in keeping the product supported. Not some college pukes or propeller heads who might look at your problem if

[JBoss-user] [Installation & Configuration] - Jboss is sucking air

2004-07-19 Thread jim_stoll
brother developers Am trying to optimize our jboss3.2.3-server startup which is a copy of the "all" server. What must i keep in the copy i have made aside from my xxx.ear file. the only sevices we need for this .ear file are a serlet container and web services. no ejb, jms, cobra, nor cluster

[JBoss-user] [Installation & Configuration] - does jboss support Axis or where is the jar

2004-07-16 Thread jim_stoll
fellow developers, am trying to install Jboss-3.2.3 having great success aside from a missing axis.jar file... any thoughts on where i can look ?? Thanks jim View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3842380#3842380 Reply to the post : http://www.j

[JBoss-user] [HTTPD, Servlets & JSP] - Re: debugging JSP's in JBOSS with Jdeveloper

2004-07-08 Thread jim_stoll
deb, check out the following page http://otn.oracle.com/products/jdev/howtos/appservers/debug_in_jboss.html?_template=/ocom/technology/content/print View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3841400#3841400 Reply to the post : http://www.jboss.org/index

[JBoss-user] [HTTPD, Servlets & JSP] - debugging JSP's in JBOSS with Jdeveloper

2004-07-07 Thread jim_stoll
Folks, I think i am correctly setting the JAVA_OPTS in the jboss3.2.3 run.bat and the correct paramters in the remote debug portion of Jdeveloper 10g as i can easily set breakpoints in the servlets and they are obeyed However when i create a .jsp in the same .war and .ear as the servlet and

[JBoss-user] [Beginners Corner] - Anybody know of a tutorial available for JBOSS

2004-07-02 Thread jim_stoll
Anybody know of a tutorial available for JBOSS 3.2.3 and JDeveloper 10G? or anything closer then Oracle9i JDeveloper and JBoss 2.4.4 thanks in advance for your help Jim Stoll View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3840839#3840839 Reply to the po

[JBoss-user] [Advanced Documentation] - a wishlist

2004-07-02 Thread jim_stoll
folks, I work for a multi-billion dollar contractor and you know the way they got to be that way was to cut cost where appropiate. This is the BIG reason we are considering jboss/jdevloper as an optium mix for our, at present, mix of JRUN 4 and jbuilder 6. The only thing stopping us the high

[JBoss-user] [HTTPD, Servlets & JSP] - Re: how to map two servlets ?

2004-07-01 Thread jim_stoll
blackers It worked ! Thanks Jim View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3840600#3840600 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3840600 --- This

[JBoss-user] [J2EE Compliance] - Re: mapping, jboss and j2ee

2004-07-01 Thread jim_stoll
worked like a charm.. case closed ! THANKS :) View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3840599#3840599 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3840599 --

[JBoss-user] [J2EE Compliance] - mapping, jboss and j2ee

2004-06-30 Thread jim_stoll
The folllowing in my entire test case web.xml | | jlwi | no description | | |HelloServlet |mil.jlwi.utils.HelloServlet | | | HelloServlet | /HelloServlet | | |BannerAction |mil.jlwi.utils.BannerAction | | | BannerActi

[JBoss-user] [HTTPD, Servlets & JSP] - how to map two servlets ?

2004-06-30 Thread jim_stoll
i have the folllowing in my web.xml | | jlwi | no description | | | HelloServlet | mil.jlwi.utils.HelloServlet | | | HelloServlet | /HelloServlet | | | BannerAction | mil.jlwi.utils.BannerAction | | | BannerAction |

[JBoss-user] [HTTPD, Servlets & JSP] - never had to do this with jrun.. do i HAVE to with jboss ?

2004-06-23 Thread jim_stoll
hi! am having a problem converting a web app from jrun 3.0 to jboss 3.2.3 specifically the mapping of servlet and the url. never had to do this with jrun do i HAVE to with jboss ? now i read in the J2ee tutorial that "Before a servlet can be accessed, the Web container must have at least one a