[JBoss-user] [Beginners Corner] - Re: How do I read a properties file in WEB-INF?

2004-04-14 Thread frocco
camel, thanks for the help.

I'll try it today at work.

Regards,

Frank

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3830547#3830547

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3830547


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Beginners Corner] - How do I read a properties file in WEB-INF?

2004-04-13 Thread frocco
Hello,

How do I read a properties file in WEB-INF without hard-coding a path?

I tried:
Properties properties = new Properties();
properties.load(new FileInputStream("db.properties"));
driver = properties.getProperty("driver");

but it cannot find the db.properties file.

Thanks for the help.

Frank

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3830431#3830431

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3830431


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Beginners Corner] - Re: Best book to learn EJB?

2004-04-13 Thread frocco
Thanks you

Regards,

Frank

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3830399#3830399

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3830399


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Beginners Corner] - Best book to learn EJB?

2004-04-13 Thread frocco
Hello,

I have been programming in jsp & servlets, but want to expand to EJB.

What is the best book to learn from and get up to speed quickly?

I like books that walk you through an application development. (visual examples)

Thanks for the help.

Frank

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3830334#3830334

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3830334


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation & Configuration] - Re: Which jboss to run for production?

2004-04-11 Thread frocco
I have not been able to get jstl working in 3.2.3
I had no problem in 3.2.4RC1

In my jsp file, the taglib for sql causes errors in 3.2.3

Thanks

Frank

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3830109#3830109

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3830109


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation & Configuration] - Which jboss to run for production?

2004-04-10 Thread frocco
Hello,
I have been successful at getting mysql working on these two jboss versions.

Which one is better (more stable) in a production environment?

1. jboss-3.2.4RC1
2. jboss-4.0.0DR3

Thanks

Frank

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3830060#3830060

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3830060


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Beginners Corner] - Re: Looking for small mysql example app

2004-04-10 Thread frocco
I replaced the tomcat 4.1 server with the 5.0 version.
I get this error message now using the test.jsp file above

javax.servlet.ServletException: 
javax.servlet.jsp.tagext.TagAttributeInfo.(Ljava/lang/String;ZLjava/lang/String;ZZ)V
org.apache.jasper.servlet.JspServlet.service(JspServlet.java:256)
javax.servlet.http.HttpServlet.service(HttpServlet.java:853)



View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3830051#3830051

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3830051


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Beginners Corner] - Re: Looking for small mysql example app

2004-04-10 Thread frocco
Here is the message:
org.apache.jasper.JasperException: This absolute uri 
(http://java.sun.com/jsp/jstl/sql) cannot be resolved in either web.xml or the jar 
files deployed with this application

Here is the jsp file contents
<%@ taglib uri="http://java.sun.com/jsp/jstl/sql"; prefix="sql" %>
<%@ taglib uri="http://java.sun.com/jsp/jstl/core"; prefix="c" %>

  

  


Thanks for the help.
Frank

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3830049#3830049

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3830049


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Beginners Corner] - Re: Looking for small mysql example app

2004-04-09 Thread frocco
I managed to get my jsp talking to mysql in jboss 4.0RC3

I cannot get jboss 3.2.3 working.

Does anyone know why the 4.0 works and not the 3.2.3?
Can I unse 4.0 in production?


Thanks

Frank

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3830027#3830027

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3830027


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Beginners Corner] - Re: Looking for small mysql example app

2004-04-09 Thread frocco
Thanks for teh help. I'll try it.

Will JSTL work in jboss, where do I put the jstl.jar file?

Regards,

Frank

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3829973#3829973

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3829973


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation & Configuration] - help - jstl error

2004-04-09 Thread frocco
Hello, I get the error below in my test.jsp file with the line below
.
<%@ taglib uri="http://java.sun.com/jsp/jstl/sql"; prefix="sql" %>

org.apache.jasper.JasperException: This absolute uri 
(http://java.sun.com/jsp/jstl/sql) cannot be resolved in either web.xml or the jar 
files deployed with this application

Can someone help me configure jboss correctly?

Thanks

Frank

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3829948#3829948

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3829948


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Beginners Corner] - Looking for small mysql example app

2004-04-08 Thread frocco
Hello,

Can someone point me to a small mysql web app that queries & displays info?

1. Using jsp and/or servlets to talk to mysql
2. showing how to configure jboss to allow mysql connection

I'm new to jboss, and am lost.

Thanks

Frank

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3829864#3829864

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3829864


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Beginners Corner] - Re: How do I deploy a jsp file?

2004-04-08 Thread frocco
Thanks for the help.

I'll print it out.

Regards,

Frank

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3829857#3829857

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3829857


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Beginners Corner] - How do I deploy a jsp file?

2004-04-07 Thread frocco
Hello,
In tomcat I would move my directory to tomcat/webapps

Where do I deploy in jboss? Under server I see directories all, minimal and default

Thanks
Frank

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3829684#3829684

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3829684


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Beginners Corner] - why jboss over tomcat?

2004-04-07 Thread frocco
Hello,

I'm new to java web programming.

Can someone explain to me what jboss is and why I would want to use it over tomcat?

Thanks

Frank

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3829664#3829664

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3829664


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user