Home » Directory

Software

CGI-script cannot open socketSat, 30 Dec 1899 00:00:00 GMT

Hello!I've been trying for a few days to configure Apache properly, so thatthe following little test-cgi-script will work:if((s = socket(PF_INET, SOCK_STREAM, 0) < 0) {snprintf (buf, 1024, "socket: permission denied!<br>\n");snprintf(buf + strlen(buf), 1024, "error: %d\n", err...

Comments (0) | Promote | Bookmark

A common question of Apache-Tomcat securitySat, 30 Dec 1899 00:00:00 GMT

Hi guys,I'm developing a system what consists of applet, servlet and servers. The aim is that the applet makes an encrypted connection to the servlet what further creates a socket-connection to the selected servers. The Apache-Tomcat is running on DMZ-area and only the port 80 is opened to o...

Comments (0) | Promote | Bookmark

AW: Files into SOAP messagesSat, 30 Dec 1899 00:00:00 GMT

You can use a DataHandler to send files. I have posted a sample code on Mo06.06.2005 17:02RegardsFerruhVon: D G [mailto:D G]Gesendet: Donnerstag, 16. Juni 2005 09:47An: axis-user (AT) ws (DOT) apache.orgBetreff: Files into SAP messagesHi everyone,I am developing a web service with attachments. I...

Comments (0) | Promote | Bookmark

CHALLENGE: org.apache.jdo.tck.lifecycle.StateTransitionsReturnedObjectsSat, 30 Dec 1899 00:00:00 GMT

The test asserts transaction of pc-non trans dirty to transient onserialization. I understand it should have been pc-non trans dirty to detachedclean (matching pc-dirty and pc-non trans states behavior)1)test(org.apache.jdo.tck.lifecycle.StateTransitionsReturnedObjects)junit.framework.AssertionF...

Comments (0) | Promote | Bookmark

Connection timed out & Too many recipientsSat, 30 Dec 1899 00:00:00 GMT

hmm maybe james should be able to have a configurable per domain limitso we can deal with dodgy servers. Maybe also it should try to detect "toomany recipients" when sending the message and break it down there too.Applying it to all servers, including well behaved ones would cost me a lotin term...

Comments (0) | Promote | Bookmark

custom header elements SOAP messagesSat, 30 Dec 1899 00:00:00 GMT

HelloPlease can someone help meI've partly created a handler, code belowI want to simply test this with a client that can add a soap header, cansomeone show me how to do this?I'm not sure how to create a clientI then need to be able to pass vlaues back to the server-side from theclient...

Comments (0) | Promote | Bookmark

Performance with multi indexSat, 30 Dec 1899 00:00:00 GMT

Hi,I have a 25 Mb index and was wondering if it would be better to divideit in about 10 indexes and search in it with MutliSearcher.Would searching be faster this way?The indexing would be faster I guess, as it is getting slower andslower while indexes get bigger.But searching?Jean-MarieTo unsub...

Comments (0) | Promote | Bookmark

Assigned: (OJB-48) Feature Request: Support of non-static inner classes.Sat, 30 Dec 1899 00:00:00 GMT

[ ]Thomas Dudziak reassigned JB-48: Assign To: Thomas DudziakFeature Request: Support of non-static inner classes.Key: JB-48URL:Project: JBType: New FeatureReporter: Michael KzAssignee: Thomas DudziakPriority: MinorAttachments: TestInnerClasses.javaAs important part of a project, talked about wi...

Comments (0) | Promote | Bookmark

Commented: (DIRSERVER-865) errors when importing ACI fromSat, 30 Dec 1899 00:00:00 GMT

[ https://issues.apache.org/jira/brow...action_12477998 ]Marek commented on DIRSERVER-865:--The error affects version 1.0.> errors when importing ACI from LDIF file containing tabs> ---> Key: DIRSERVER-865> URL: https://issues.apache.org/jira/browse/DIRSERVER-865> Project: Dir...

Comments (0) | Promote | Bookmark

Reopened: (JDO-153) Upgrade springframework version used inSat, 30 Dec 1899 00:00:00 GMT

[ http://issues.apache.org/jira/browse/JDO-153?page=all ]Michael Bouschen reopened JDO-153:--> Upgrade springframework version used in tck20/tck11> ----> Key: JDO-153> URL: http://issues.apache.org/jira/browse/JDO-153> Project: JDO> Type: Task> Components: tck20, tck11&g...

Comments (0) | Promote | Bookmark

Updated: (DIRSERVER-928) ComparableComparator in sharedSat, 30 Dec 1899 00:00:00 GMT

[ https://issues.apache.org/jira/brow...ls:all-tabpanel ]Alex Karasulu updated DIRSERVER-928:--Summary: ComparableComparator in shared yeild incorrect results when two objects compared are not Comparable (was: Comparator may fail)Clarifying the title of this issue a bit.> ComparableCompar...

Comments (0) | Promote | Bookmark

Apache through a networkSat, 30 Dec 1899 00:00:00 GMT

Does anyone have any instructions as to how to get apache 1.3 http server running through a lan?It was easy when this computer had the internet connection, but now thanks to my brother (who needs the cable modem plugged into his so he can have 3 copies of eve running at once :s), its in his.Can...

Comments (0) | Promote | Bookmark

Created: (JAMES-421) MailImpls sharing MimeMessage's!Sat, 30 Dec 1899 00:00:00 GMT

MailImpls sharing MimeMessage's! Key: JAMES-421 URL: Project: James Type: Bug Components: James Core Versions: 2.3.0, 2.2.0 Reporter: Stefano Bagnara Assigned to: Stefano Bagnara Fix For: 2.3.0LinearProcessor match a single recipient for a 2 recipient mail.it run "MailImpl.duplicate". dupli...

Comments (0) | Promote | Bookmark

How does Stub.setMaintainSession(boolean) workSat, 30 Dec 1899 00:00:00 GMT

I have this piece of code that establishes the Soap handle used to makesubsequent API calls.private Config createConfigHandle() { try { URL sURL = new URL(hprotocol + "://" + wlse_ip + ":" + httpport+ "/services/Config"); m_logger.info("service URL is: " + sURL) ; ConfigService service = new Con...

Comments (0) | Promote | Bookmark

[FAILING] Build Apache Directory Server::Nightly Integration Tests #106 failinSat, 30 Dec 1899 00:00:00 GMT

Build Apache Directory Server::Nightly Integration Tests #106 failing (2354 tests passed, 1 test failed (1 new))Agent: Linux - FC6Build results: http://builds.organicelement.com/vi...eId=bt2Newly failed tests (1 test) ==================================================================org.apache.d...

Comments (0) | Promote | Bookmark

Incorrect parameter type in WSDL2Java generated stub method OMElement instead of specificSat, 30 Dec 1899 00:00:00 GMT

I have created the stub in a same way u creating, and it is creatingproper stubs for me. But I didn't use -s option. Also I am usingWSDL2Java from AXIS2 1.0 release version, not a snapshot.Hoep it helps.Suyog MessageFrom: ozgur.y.gurkan (AT) accenture (DOT) com [mailto:ozgur.y.gurkan (AT) a...

Comments (0) | Promote | Bookmark

Tomcat can't find my JDBC Resource !Sat, 30 Dec 1899 00:00:00 GMT

org.apache.commons.dbcp.SQLNestedException: Cannot create JDBC driver of class '' for connect URL 'null'Is the error I get.When they compiled the latest stable Tomcat, did they bother to test it before putting it out?I looke through the entire google, and through this entire list...

Comments (0) | Promote | Bookmark

AW: Files into SOAP messagesSat, 30 Dec 1899 00:00:00 GMT

You can use a DataHandler to send files. I have posted a sample code on Mo06.06.2005 17:02RegardsFerruhVon: D G [mailto:D G]Gesendet: Donnerstag, 16. Juni 2005 09:47An: axis-user (AT) ws (DOT) apache.orgBetreff: Files into SAP messagesHi everyone,I am developing a web service with attachments. I...

Comments (0) | Promote | Bookmark

Commented: (DIRSERVER-693) Can't connect with JXplorerSat, 30 Dec 1899 00:00:00 GMT

[ http://issues.apache.org/jira/brows...=3Dcomments#ac=tion_12425264 ]=20=20J=C3=B6rg Henne commented on DIRSERVER-693:---Version #423997 introduced a new way to handle the special attributes "1.1"=, "*" and "+". With this change, the DefaultPartitionNexus stopped providin=g client-requested...

Comments (0) | Promote | Bookmark

Updated: (DIRLDAP-38) Search request BER parser incorrectly parses complex filtSat, 30 Dec 1899 00:00:00 GMT

[ http://issues.apache.org/jira/brows...38?page=history ]Alex Karasulu updated DIRLDAP-38:--Priority: Blocker (was: Major)Fix Version: 0.9.0Have not had the time yet to look at this one but if you're right this is really serious. We cannot release 0.9 without it. Can you attach a patch...

Comments (0) | Promote | Bookmark