QueryCAT Logo
Search 5,000,000+ questions and answers.

Frequently Asked Questions

How do you enable BASIC authentication using Tomcat?

jGuru: Tomcat FAQ
Author: Theo Mills (http://www.jguru.com/guru/viewbio.jsp?EID=235154) Question originally posed by Mary Anne Conforti (http://www.jguru.com/guru/viewbio.jsp?EID=121454 [Question continues: I'm able to get the dialog box requesting the username and password to pop up, however, even though I insert one of the usernames and passwords from the tomcat-users.xml file, I always get an "Authorization failed. Retry?" dialog.

Can I use Basic HTTP Authentication using Apache+JServ?

jGuru: Tomcat FAQ
Author: Joshua Lynch (http://www.jguru.com/guru/viewbio.jsp?EID=103303) Question originally posed by Mike Reedy (http://www.jguru.com/guru/viewbio.jsp?EID=98127 I recently did this with Apache and Tomcat. Using Basic HTTP Authentication is an Apache function, so this method should work with Apache and any servlet engine. Different web servers will, of course, work differently. If you haven't already done so, read the Apache FAQ about authentication (section G) at apache.org, especially QA G.2. See similar questions...

Basic Authentication: how can I log a user out?

Flicks Software's FAQ
The browser caches the username and password until the browser is closed. The Basic Authentication protocol does not allow you to "logout" a user without changing his password. The Basic Authentication protocol does not support the notion of timeout either. You could use AuthentiX cookie-based authentication which supports timeouts and logouts, see: https://www.flicks.com/secure/scripts/acookielogin/loginfirst. See similar questions...

Can you give me an example of the Apache httpd.conf using mod_dav and Basic Authentication?

mod_dav FAQ
Once you have installed your Apache web server with a mod_dav module and you have set up your user account file you must finish setting up your server by editing the Apache httpd.conf file. This is found in your Apache installation "conf" directory. These instructions represent a minimal configuration just to get you started. Note: It is a good practice to make a backup of your httpd.conf file before making any editting changes. A "#" is a comment. See similar questions...

How do I enable proxy authentication for all users?

RabbIT web proxy
Add the ProxyAuth class to the http in filters. That is edit the line containing httpinfilters so it looks like this: Currently ProxyAuth needs to be after the HTTPBaseFilter. After this you edit the file containing the username and passwords that will be used. Normally the file is RabbIT2/conf/allowed, but you can change that in the [rabbit.filter.ProxyAuth]-sectionl if you want to. Try another browser that supports NTLM connections over a proxy like Mozilla/Firefox. See similar questions...

top]How do I configure the server for basic authentication?

ws-xmlrpc - FAQ
Basically you've got to provide an AuthenticationHandler. See the {{{server.html}server documentation}} for an example. See similar questions...

When using XML-RPC with HTTP Basic Authentication, why isn't XWT sending an Authenticate header?

XML-RPC runs over HTTP. Authentication is handled at the HTTP layer. The HTTP spec clearly states that a server MUST return a 401 Unauthorized when a client requests a resource which requires authorization, yet has not presented a valid Authorization header. Many XML-RPC servers fail to return a 401, instead returning a 200 with a fault. See similar questions...

What about just a Basic Daytime Application using Glominerals?

gloMinerals Frequently Asked Questions
To even out skin tone, use a light application of Glominerals golden gloConcealer under the eyes and complete the base application with gloPressed base in golden-medium. Skin 1 will use your email address responsibly. We do not spam, rent, sell or share email addresses with anyone. See similar questions...

How can I make a SOAP request to a server requiring basic authentication?

FAQs - Cocoon Wiki
How can I access an EJB on a JBoss Server via JNDI in a different VM? The call jndiContext.lookup("TheJNDIName") with the right props produces javax.naming.CommunicationException Root exception is java.rmi.ServerException: RemoteException occurred in server thread; nested exception is: java.rmi.UnmarshalException: error unmarshalling arguments; nested exception is: java.net. See similar questions...

Is basic authentication (base64) authentication supported?

DynSite - FAQ
This error means that you enabled authentication when you configured your SMTP account in DynSite but the SMTP server does not support this feature. Most ISP use the IP address to identify users of their own network. To correct this, go to Setup > Services tab, expand the SMTP Servers branch, select your account, click Properties... and clear This server requires authentication. See similar questions...

Can I use Integrated Authentication instead of Basic Authentication?

Mobile OWA, Mobile Outlook Web Access for Pocket PC, Palm, e...
In a single-server setup OWA For PDA / OWA For WAP don't care what authentication method you use - it's a question of platform support. In an FE/BE setup, you will need to use Basic Authentication otherwise the FE server will not be able to relay the credentials to the BE server. Integrated Authentication (IA) is a proprietary Microsoft authentication protocol, and is therefore only supported by MS Web browsers. See similar questions...

How do I use the DLLs from Tomcat to Servlet-enable Microsoft IIS?

jGuru: Tomcat FAQ
Author: Sylvain GIBIER (http://www.jguru.com/guru/viewbio.jsp?EID=11408) Question originally posed by Arnar Freyr Guðmundsson (http://www.jguru.com/guru/viewbio.jsp?EID=26079 Look at the Tomcat IIS How to file located at the address : http://jakarta.apache.org/tomcat/jakarta-tomcat/src/doc/tomcat-iis-howto.html (or http://jakarta.apache.org/cvsweb/index.cgi/jakarta-tomcat/etc/tomcat-iis-howto.html if the website version is out of date). See similar questions...

How do I use the DLLs from Tomcat to Servlet-enable IIS?

jGuru: Tomcat FAQ
Also refer to the recently published article at Use Microsoft's Internet Information Server as a Java servlet engine See similar questions...

I am using XL Basic or XL Std. Are updates available?

Manual & FAQ
All users of XL Basic or XL Std can get the latest versions from the members area. XL Basic and XL Std have been discontinued. Users can get upgrades to XL Pro Series reports for a nominal fee. Contact us for additional information. See similar questions...

What is Tomcat?

FAQ - JSP Hosting, Servlet Hosting, J2EE Hosting
quot;Tomcat is a free, open-source implementation of Java Servlet and JavaServer Pages technologies developed under the Jakarta project at the Apache Software Foundation. Tomcat is available for commercial use under the ASF license from the Apache web site in both binary and source versions." They have client software available for a number of operating systems. See similar questions...

Do I have to enable cookies when using TheListingWidget.com?

TheListingWidget.com - Real Estate Marketing Solutions
Yes, our site requires that your cookies be turned "On" in your browser to work properly. We use cookies to provide the best experience possible. Currently, ordering features of our site do not support Apple/Mac users. We do plan to offer this support in the future. If you would like to build a website or a flyer please contact us and we will be glad to provide alternate support to you. See similar questions...

How do I enable 2 Tomcat servers to work with 1 HP-UX Web Server Suite?

Web Servers for HP-UX - FAQs
root stop Apache, Tomcat, and Tomcat2. /opt/hpws/apache/bin/apachectl stop /opt/hpws/tomcat/bin/shutdown.sh /opt/hpws/tomcat2/bin/shutdown.sh As root start Apache, Tomcat, and Tomcat2. /opt/hpws/apache/bin/apachectl start /opt/hpws/tomcat/bin/startup.sh /opt/hpws/tomcat2/bin/startup.sh In a browser enter: See similar questions...

How do I access SSL and cryptographics functions? 7.1: How does basic authentication happen?

NSAPI FAQ
The "normal" processing of user authentication uses a combination of the AuthTrans and PathCheck functions, where AuthTrans simply gathers all the information necessary to identify a potential user and PathCheck says yea or nay based on the user and what he's trying to get to. If you simply want to allow/deny access, you could do all your processing in an AuthCheck function or userfn hung off of basic-auth. See similar questions...

What are basic requirements for using Indusnet?

Welcome To IndusInd
You need to have a Personal Computer with a browser i.e. Internet Explorer version 5.5 or more & Netscape Navigator verion 6 or above See similar questions...

Explore Other Topics

Can Dia open Visio .vsd files?
Is there a contribution deadline for funding an IRA?
How do I insert the SIM Card into my phone?
How do I remove my "proxy settings" from my computer?
What can be done to fix rotated, misshapen or chipped teeth?
What are indirect costs?
How does the precision of a mechanical watch compare to that of a quartz watch ?
What's an IMEI and where is it located?
How many cups per gallon of coffee?
What's a Vaporizer?
How do I synchronize folders between Lotus Notes and my BlackBerry?
Can I access my Outlook calendar from the portal?
More Questions >>

© Copyright 2007-2012 QueryCAT
About • Webmasters • Contact