Re: Problems deploying EAR

2006-04-26 Thread Rohit Rai
Achim,
You are trying to add the resource to the EAR deployment descriptor wich I suppose is not allowed, we have to add the resource entry to the Web Apps dep desc. i.e. geronimo-web.xml or to the Ejb dep desc openejb-jar.xml
.
 
Do we have anyway to add resource to entire application?
 
Regards,
Rohit


Re: How to set a JNDI

2006-04-23 Thread Rohit Rai
Thanks Aaron.
You are always a great help  . . . 
 
Any plans about supporting Global JNDI Names?
 
Regards,
Rohit


How to set a JNDI

2006-04-23 Thread Rohit Rai
How can we set up a Database connection to a global JNDI name?"


Re: Can I hash my passwords

2006-04-10 Thread Rohit Rai
Tried it and it did work. Sorry didn't put a mail. But another application a bit complicated one, for the authentication and authorisation system didn't work. It did deploy but didn't start or run.
 
Where can I check the errors or problem that might have occured.
 
Regards,
Rohit


Re: Can I hash my passwords

2006-04-09 Thread Rohit Rai
Thanks Aaron,
 
I went through your reply and will check it out. 
Actually I am working on the second solution you said of not directly submitting to j_security_check.
 
Now another problem I am facing is,
I have made a hello world application in Java Studio Creator. Simple one page example which should ideally run even on tomacat with JSTL installed.
I was not sure about JSTL being present in Geronimo so I downloaded and added it to the common libraries.
 
When I try to run this example it gives this error. . .
 

type Exception report
message 
description The server encountered an internal error () that prevented it from fulfilling this request.
exception javax.servlet.ServletException: Servlet execution threw an exception
	com.sun.rave.web.ui.util.UploadFilter.doFilter(UploadFilter.java:194)


root cause java.lang.NoClassDefFoundError: javax/servlet/jsp/jstl/core/Config
	com.sun.faces.application.ViewHandlerImpl.renderView(ViewHandlerImpl.java:123)
	com.sun.rave.web.ui.appbase.faces.ViewHandlerImpl.renderView(ViewHandlerImpl.java:311)
	com.sun.faces.lifecycle.RenderResponsePhase.execute(RenderResponsePhase.java:87)
	com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:221)
	com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:117)
	javax.faces.webapp.FacesServlet.service(FacesServlet.java:198)
	com.sun.rave.web.ui.util.UploadFilter.doFilter(UploadFilter.java:194)


note The full stack trace of the root cause is available in the Apache Tomcat/5.5.9 logs.
 
Will appreciate any help or guidance on this
Regards,
Rohit


Can I hash my passwords

2006-04-06 Thread Rohit Rai
Thanks Aaron for the reply.
 
By your reply I understand that I'll have to modify the server code itself. But that is not possible. 
Am trying to find a work around in my application code.
 
Will keep you people updated.
 
Will be glad to see it as a regular feature in Geronimo.
How do I join Geronimo Jira?
 
 
Regards,
Rohit-- Dream like you're never gonna die, Live like you're gonna die today! 


Can I hash my passwords

2006-04-06 Thread Rohit Rai
Hello everyone,
 
another minor thing but couldn't find it anywhere on net or docs.
 
Our web application saves the rgistered user passwords 'Hashed' in the database. The hash algorithm is negotiable but the passwords ARE TO BE HASHED.
 
We want to use the standard J2EE container security. I plan to configure Geronimo to use the standard SQL Security realm for this. Now on some other servers I have seen support for password hash, like JBoss has  or some similar tag to define what type of hash is to be used.

 
Can I acheive this some how in Geronimo???
 
Thanks in advance
 
Regards,
Rohit Rai-- Dream like you're never gonna die, Live like you're gonna die today! 


Re: User Feedback Request -- this means you!

2006-04-05 Thread Rohit Rai
My hi fives!!!
 
1) Java 5.0 and JEE 5.0 support
2) Fully functional Console (Automate all tasks including creation of deployment plans) I have used SUN JAS web console and like it!
Focus on ease of use cause that is what general people need. I need my application running. I don't want to worry about the 1001
    catches and work around or procedures.
3) More and more documentations and easily available at one single place
4) Improved IDE integration, not only with Eclipse, but also include support for Netbeans, IntelliJ, etc. . .
5) Integrate or provide as addons, things like Struts Frameworks, JSF, Pluto, etc.-- Dream like you're never gonna die, Like like you're gonna die today! 


Geronimo with Sun JSE 8/Netbeans 4.1

2006-02-28 Thread Rohit Rai
Checked out Netbeans Enterprise Preview 5.5 yesterday nad it is coming out wonderful. Will bbe a real complete JEE 5 and SOA IDE and the best of the freeones if it is available for free that is . . .
 
I have experienced that Sun Java Studio Enterprise 8 and Java Studio Creator 2 have greatly impoved the performance and productivity of my team.
 
Now our company has decided to use Websphere AS CE/Geronimo 1.0 as our production server. I would like to know does anyone ave any experience using Geronimo and Netbeans 4.1/Sun JSE/JSC 2 together? or atleast used Geronimo as deployment server for their Netbeans project

 
and does Geronimo support JSF 1.1???
 
Regards,
Rohit Rai


Re: Apache Http Server with Geronimo

2006-02-17 Thread Rohit Rai
Thanks. Will go through them
On 2/17/06, Bharath <[EMAIL PROTECTED]> wrote:

Rohit, Steps are here to configure Apache HTTP server w/ Apache Geronimo (Tomcat as webcontainer) 
http://www.ibm.com/developerworks/forums/dw_thread.jsp?message=13766589&cat=51&thread=98829&treeDisplayType=threadmode1&forum=541#13766589
 
*should* work for v1.0 of Apache Geronimo.
 
/Bharath-- Rohit RaiEcho IT labs Pvt. Ltd. 


Apache Http Server with Geronimo

2006-02-17 Thread Rohit Rai


My company is basically into J2EE development and provides hosted online Application services.
I am trying to establish a server with Cent OS running Apache HTTP as the primary web server and Geronimo as the Application Server.  I would like to know how can I run regular websites serviced by Apache and the J2EE Apps being serviced by Geronimo 

Thanks in Advance
 
Regards,
Rohit