unable to find package

2006-03-24 Thread Prashant Saraf
Hello all, I have a Apache web server Install on my server with jk_mod my web application give following error java.lang.NoClassDefFoundError: Publish/Connect (wrong name: Publish/Publish/Connect) I had a package call Publish which is jar file , i coppied that file in mywebapp/WEB-IN/lib and WEB-IN

Re: how to get value of

2006-03-24 Thread Prashant Saraf
ok thanks On 3/24/06, Alexander Panzhin <[EMAIL PROTECTED]> wrote: > > But note that it returns an array. > > Hi > > > > use > > > > request.getParameterValues(String paramName) > > > > HTH > > Vinu > > > > Prashant Saraf

how to get value of

2006-03-24 Thread Prashant Saraf
Hello all, can some one tell me how to get value of if it is multipal selected. like this -- Cup of Java + Suger of XML = Secure WebApp

java.lang.IllegalStateException

2006-03-19 Thread Prashant Saraf
When i try to delete a record my tomcat gives following error error: java.lang.IllegalStateException my code fo delete is <% if(del!=null) { System.out.println("in delete"); if(Item_con == null ) { throw new Exception() ;

Re: how to get users from tomcat-users.xml

2006-03-10 Thread Prashant Saraf
you can prefer admin package for this. On 3/10/06, Hiroshi Iwatani <[EMAIL PROTECTED]> wrote: > > Srivani Ausula wrote: > > > > Hi, > > > > How can I get list of users from tomcat-users.xml? Is there any API > > provided for this purpose? > > > > Thanks in advance, > > A Srivani. > > > You should

Re: User authentication

2006-03-09 Thread Prashant Saraf
i had a webapps but different role of user, n another webapp users same user from fist webapp but a specifc role user. On 3/9/06, Alex Jalali <[EMAIL PROTECTED]> wrote: > > > Hello all, > Whatr is best way to create loging authentication if u had multipal login > form/pages. > please help me out

User authentication

2006-03-08 Thread Prashant Saraf
Hello all, What is best way to create loging authentication if I had multipal login form/pages. please help me out. -- Cup of Java + Suger of XML = Secure WebApp

User authentication

2006-03-08 Thread Prashant Saraf
Hello all, Whatr is best way to create loging authentication if u had multipal login form/pages. please help me out. -- Cup of Java + Suger of XML = Secure WebApp

create user from jsp

2006-03-08 Thread Prashant Saraf
Hello, I want to create user from jsp for my j_security_check i don't want to use administrator tool for this do i need to xml parse for this or any else Thanks and Regard Prashant Saraf -- Cup of Java + Suger of XML = Secure WebApp

Re: Reading Data Form MS -execel 2003- in java

2006-02-24 Thread Prashant Saraf
it does using xml and java there are some ocx and dll are there which u add to ur excel file, On 2/24/06, Glen Mazza <[EMAIL PROTECTED]> wrote: > > Really? I'm seeing SVN commits on its source code still: > http://marc.theaimsgroup.com/?l=poi-dev&r=1&w=2 > > Glen > > > David Thielen wrote: > >

Re: Assistance required

2006-02-15 Thread Prashant Saraf
why u want to configure server.xml and web.xml, jdbc with mysql download mysql-connector-java respect to your mysql server. flow it's docs. On 2/16/06, Medha Parathasarathy <[EMAIL PROTECTED]> wrote: > > Hi, > > I am new to tomcat. I am trying to configure tomcat, jdbc and mysql. I > am facing pro

Re: Problem in j_security_check

2006-02-03 Thread Prashant Saraf
ull > anymore. > Be carefull, > > /saraf/* > > in security constraint mean the secure area is > http:///saraf/saraf/* > > If your secure area is > http:///saraf/protected/* > then the url pattern is /protected/* > > Prashant Saraf a écrit : > > >i think

Re: Problem in j_security_check

2006-02-03 Thread Prashant Saraf
i think problem should be web.xml but still it gives following problem 1)You are logged in as remote user *null* in session * 2AD5AC97008551CE1EDD510E06AE6E1F *WHICH SHOULD NOT* * 2)how should tomcat know that protected is protected

Re: Problem in j_security_check

2006-02-03 Thread Prashant Saraf
still it not works it again focous on login page and if i again given detail gives following error The requested resource (/saraf/protected/j_security_check) is not available is this somthig related to web.xml or i have add some in config/server.xml

Re: Problem in j_security_check

2006-02-03 Thread Prashant Saraf
as i am new i refer tomcat 's jsp-example my structure of webapp webapps-| | saraf | index.html(which link to login.jsp) | protected | login.jsp,error.jsp,index.jsp. my login.jsp

Re: Problem in j_security_check

2006-02-03 Thread Prashant Saraf
es the user and returns the originally > requested resource. > > So what you really want to do is link to /seraf/index.jsp (or > whatever...) and let tomcat handle making sure the user is entitled to > it or not. > > --David > > Prashant Saraf wrote: > > >i created a

Re: Problem in j_security_check

2006-02-03 Thread Prashant Saraf
ver on demand. You > can't force a login. > To access login page, simply put a link to saraf/index.html (simple > example) > Prashant Saraf a écrit : > > >i have a problem in Tomcat & jsp > >when i use j_security_check it gives me following error. > >The req

Problem in j_security_check

2006-02-03 Thread Prashant Saraf
i have a problem in Tomcat & jsp when i use j_security_check it gives me following error. The request sent by the client was syntactically incorrect (Invalid direct reference to form login page why this so my web.xml http://java.sun.com/xml/ns/j2ee " xmlns:xsi=3D"http://www.w3.org/2001/X

how to use j_username & j_password in j_security_cheched

2006-01-27 Thread Prashant Saraf
hello can any on tell me how to use j_username & j_password in j_security_cheched thanks