Re: Hot deploy does not work?

2003-06-30 Thread Jon Haugsand
* Yoav Shapira Howdy, Are there any errors in the logs when you redeploy? Does a simple reload (not redeploy) work? How do you do a simple reload? -- Jon Haugsand, [EMAIL PROTECTED] http://www.norges-bank.no

Re: Hot deploy does not work?

2003-06-30 Thread Jon Haugsand
pushing the last line above. -- Jon Haugsand, [EMAIL PROTECTED] http://www.norges-bank.no - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Is hot deployment really possible with tomcat?

2003-06-30 Thread Jon Haugsand
is bundled with JBoss. -- Jon Haugsand, [EMAIL PROTECTED] http://www.norges-bank.no - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Maintenance of users and user_roles

2003-06-27 Thread Jon Haugsand
Being greatful for help received on how to use an oracle dbms for authentication. The next obvious thing to do is to make a simple servlet to maintain such a simple database. But before I do so, maybe someone has something like it laying around? -- Jon Haugsand, [EMAIL PROTECTED] http

Hot deploy does not work?

2003-06-27 Thread Jon Haugsand
changing server.xml to use jdbc for authentication. I see that there is the following code in server.xml: Host name=localhost debug=0 appBase=webapps unpackWARs=true autoDeploy=true Is this what it should look like? Other points to look into? -- Jon Haugsand, [EMAIL PROTECTED

Re: Hot deploy does not work?

2003-06-27 Thread Jon Haugsand
:-( -- Jon Haugsand, [EMAIL PROTECTED] http://www.norges-bank.no - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Hot deploy does not work?

2003-06-27 Thread Jon Haugsand
* Jon Haugsand * ben jessel add reloadable=true in with the Context parameters Did so: Context path=/tilgang docBase=tilgang debug=99 reloadable=true / No, I mean this: Context path=/tilgang docBase=../tilgang debug=99 reloadable=true / It does

Re: Redirection loop

2003-06-26 Thread Jon Haugsand
? -- Jon Haugsand, [EMAIL PROTECTED] http://www.norges-bank.no - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Tutorial for Tomcat Beginners!!

2003-06-25 Thread Jon Haugsand
This is difficult, as it is constantly referring to some specific programs. Click on that. Drag foo to bar. And so on. Anyone knowing about a tutorial that is not bound to specific programs? -- Jon Haugsand, [EMAIL PROTECTED] http://www.norges-bank.no

Re: Tutorial for Tomcat Beginners!!

2003-06-25 Thread Jon Haugsand
* Dominic Parry Hi David I think you didn't look hard enough :) Try http://jakarta.apache.org/tomcat/tomcat-4.1-doc/ Been there, done that. It didn't work. E.g. the links are broken: http://jakarta.apache.org/tomcat/tomcat-4.1-doc/appdev/sample/web/ -- Jon Haugsand, [EMAIL PROTECTED

Re: App Developer's Guide Example

2003-06-25 Thread Jon Haugsand
-- error -- Jon Haugsand, [EMAIL PROTECTED] http://www.norges-bank.no - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Servlet 2.2 DTD and Tomcat 4.1

2003-06-25 Thread Jon Haugsand
connection and sun is not down. In your case both lookups fail when you have no internet connection. How do you solve this problem then? I am behind a firewall and my tomcat 4.1 does not understand web-app_2_3 and tries to load it, but can't. -- Jon Haugsand, [EMAIL PROTECTED] http://www.norges

Redirection loop

2003-06-25 Thread Jon Haugsand
/tilganger/tlgLogin.jsp;here/a.p /body Connection closed by foreign host. Where can I (or my collegue) have set this up such that it constantly redirects to itself? -- Jon Haugsand, [EMAIL PROTECTED] http://www.norges-bank.no

Re: Redirection loop

2003-06-25 Thread Jon Haugsand
-login-page form-error-page/jsp/tilganger/tlgError.jsp/form-error-page /form-login-config /login-config -- Jon Haugsand, [EMAIL PROTECTED] http://www.norges-bank.no - To unsubscribe

Re: App Developer's Guide Example

2003-06-25 Thread Jon Haugsand
://machine:port/examples/ automatically loads the file ${TOMCAT_HOME}/webapps/examples/servlets/index.html but I cannot find any reference to this directory in the WEB-INF/web.xml. Why is that? -- Jon Haugsand, [EMAIL PROTECTED] http://www.norges-bank.no

Re: App Developer's Guide Example

2003-06-24 Thread Jon Haugsand
. All the files are now gone. Where can I find a complete very simple example with one servlet, one jsp file and a complete directory structure with correct web.xml all which total to an example.war file deployable with my tomcat installation (preferrable bundled with jboss)? -- Jon Haugsand

Re: App Developer's Guide Example

2003-06-24 Thread Jon Haugsand
* Jon Haugsand All the files are now gone. Where can I find a complete very simple example with one servlet, one jsp file and a complete directory structure with correct web.xml all which total to an example.war file deployable with my tomcat installation (preferrable bundled with jboss

Re: App Developer's Guide Example

2003-06-24 Thread Jon Haugsand
-- /session-config /web-app -- Jon Haugsand, [EMAIL PROTECTED] http://www.norges-bank.no - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: App Developer's Guide Example

2003-06-24 Thread Jon Haugsand
-namehallo/servlet-name url-pattern/halloPage/url-pattern /servlet-mapping Then you will access your servlet by going to: http://yourhost:yourport/yourwebapp/halloPage Thanks, I'll try this in a standalone tomcat installation. It didn't work in my JBoss bundled tomcat though. -- Jon Haugsand