Dashboard > Labels > faq_conf_dev
Label: faq_conf_dev Log In   View a printable version of the current page.
View: Popular Labels | All Labels

All content with label faq_conf_dev.
Related Labels: href, codes, security, _blank, headers, attachments, code, confluencehome, proxy, target, response, velocity-related, new, http, version, open, live, build, window, status, permissions more »

1 | 2 | 3 | Next >> (total: 25)
HTTP Response Code Definitions (Confluence User Guides and Documents)
HTTP Response Codes Below is a list of HTTP Response codes and their meaning. This information was obtained from: HTTP Response Code Definitions http://www.searchenginepromotionhelp.com/m/httpserverresponse/httpresponsec odes.php Code Meaning 100 Continue 101 Switching Protocols 200 OK ...
Other labels: code, response, http, live, status, codes, headers, proxy
How do I configure Confluence to use GMail as the mail server (Confluence User Guides and Documents)
configure Confluence to use Gmail to send emails, you will need to create a JNDI mail session and then have Confluence use it as per this document. Please see Setup a mail session in standalone version DOC: Setup a mail session in standalone version ...
How do I make my attachments open in a new window or a tab? (Confluence User Guides and Documents)
http://confluence.atlassian.com/images/icons/favicon.png! How do I make my attachments open in a new window/tab? You need to add a TARGET = "blank" to the <a href> HTML tag. The A element used in HTML denotes an anchor which ...
Other labels: attachments, target, new, open, window, href, _blank
How do I load a resource from a plugin? (Confluence User Guides and Documents)
recommended way to get resources from the classpath in Confluence is: InputStream in = com.atlassian.core.util.ClassLoaderUtils.getResourceAsStream(filename, this); ClassLoaderUtils tries a couple of different classloaders, something we've occasionally found necessary in some application servers
What is the best way to load a class or resource from a plugin? (Confluence User Guides and Documents)
http://confluence.atlassian.com/images/icons/favicon.png! What is the best way to load a resource from the classpath? Because of the different ways that application servers deal with classloading, just calling {{this.getClass().getResourceAsStream()}} might not work the same everywhere Confluence is deployed. To help ...
I am trying to compile a plugin, but get an error about the target release (Confluence User Guides and Documents)
I am trying to compile a plugin, but get an error about the "target release" When compiling plugins and using version 1.5 of the JDK, the following error may appear: javac: target release 1.3 conflicts with default source release ...
How do I find information about lost attachments? (Confluence User Guides and Documents)
You may like to use the findattachments.jsp which should detect missing attachments. Simply copy it to confluence/admin/findattachments.jsp and access it at <confluencebaseurl>/admin/findattachments.jsp Below is an example of the result generated by http://<confluencebaseurl>/admin/findattachments.jsp Beginning search ...
How do I change the default polling time for email in Confluence? (Confluence User Guides and Documents)
Modify the cronExpression property of the mailPollTrigger bean in {{schedulingSubsystemContext.xml}} file. \etc\java\schedulingSubsystemContext.xml For example, the expression below will fire at 12pm (noon) every day: <property name="cronExpression"> <value>0 0 12 ?</value> </property> You may also ...
How do I tell if a user has permission to...? (Confluence User Guides and Documents)
http://confluence.atlassian.com/images/icons/favicon.png! How do I tell if a user has permission to...? When you're writing a Confluence plugin, it's important to check that the user has permission to do the operations your plugin is performing. Confluence does not enforce ...
Other labels: permissions, security
How does RENDERMODE work? (Confluence User Guides and Documents)
Speaking generally, macros will want to do one of three things with their body: # Pass the body through wiki>html conversion, then do something to it like stick some more HTML around it. (i.e. \ ) # Do something to the body, then pass it through wiki ...
1 | 2 | 3 | Next >> (total: 25)
Recent Labels
events
fowa
2008
london
proposal
thales
halvr
planning
meetings-company
agenda
ideas
crowdsourcing
web20
innovation
exhibit
more »

Popular Labels
glossary
database
faq_conf_dev
releasenotes
troubleshooting-faq
training
admin
howdoi-faq
administration
news
confluence22
ideas
enterprise2dot0
troubleshooting
documentation
more »
DEMONSTRATION LICENSE - This Confluence site is for demonstration purposes only. Evaluate Confluence today.
Powered by Atlassian Confluence, the Enterprise Wiki. (Version: 2.6.1 Build:#916 Nov 09, 2007) - Bug/feature request - Contact Administrators